You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
378 B
8 lines
378 B
2 years ago
|
<!--pages/share/index.wxml-->
|
||
|
<view class="b1" hidden="{{flag}}">
|
||
|
<view class="share_1">
|
||
|
<image style="position: absolute;z-index: 999;top: 15%;width: 50px;height: 50px;" src='{{headimgurl}}'></image>
|
||
|
<text style="position: absolute;z-index: 999;top: 33%;color: rgb(222, 190, 133);">{{text}}</text>
|
||
|
<image bindtap="open" src=""/>
|
||
|
</view>
|
||
|
</view>
|