
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
17 lines
587 B
Plaintext
17 lines
587 B
Plaintext
<view class="share-pop-box" hidden="{{!showPop}}">
|
|
<view class="share-pop" style='bottom:{{bottom}}rpx;'>
|
|
<view class="close" bindtap="closeShare">
|
|
<image class="icon" src="/static/images/icon_close.png"></image>
|
|
</view>
|
|
<view class="share-items">
|
|
<view class='share-touser'>
|
|
<button style="opacity:0;height: 160rpx;width: 160rpx;" open-type="share">分享给朋友
|
|
</button>
|
|
</view>
|
|
<view class='share-friend'>
|
|
<button style="opacity:0;height: 160rpx;width: 160rpx;" bindtap="_saveShare">分享朋友圈
|
|
</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |