java-mall-app/unpackage/dist/build/mp-weixin/components/share-box-mp.wxml
2024-11-01 16:35:40 +08:00

1 line
1.6 KiB
Plaintext

<view class="{{['shareMsk',isShare?'':'hide']}}"><view class="{{['sharebox',isShareBox?'bounceInUp animated':'bounceOutDown animated']}}"><view class="shareList g-flex"><view class="shareItem g-flex-item"><view class="shareBtn"><button style="line-height:0;" open-type="share" hover-class="none"><image style="width:100rpx;height:100rpx;margin-bottom:6rpx;" src="https://static.lancerdt.com/xcxfile/appicon/images/friend.png"></image></button><label>{{$root.m0}}</label></view></view><view class="shareItem g-flex-item"><view data-event-opts="{{[['tap',[['shareQRCode',['$event']]]]]}}" class="shareBtn" bindtap="__e"><image style="width:100rpx;height:100rpx;" src="https://static.lancerdt.com/xcxfile/appicon/images/allfriend.png"></image><label>{{$root.m1}}</label></view></view></view><view data-event-opts="{{[['tap',[['cancelShare',['$event']]]]]}}" class="cancelShare" bindtap="__e">{{$root.m2}}</view></view><view class="{{['shareCodeImg',IsJT?'':'hide']}}"><block wx:if="{{false}}"><uni-icons class="uni-icon uni-icon-clear mp-clean-icon hide" vue-id="109b5ef8-1" type="clear" size="20" data-event-opts="{{[['^click',[['cancelShare']]]]}}" bind:click="__e" bind:__l="__l"></uni-icons></block><view data-event-opts="{{[['tap',[['cancelShare',['$event']]]]]}}" class="uni-icon uni-icon-clear mp-clean-icon" bindtap="__e"></view><view data-event-opts="{{[['tap',[['showCodeImg',['$event']]]]]}}" bindtap="__e"><image mode="widthFix" src="{{Path}}"></image></view><label>{{$root.m3}}</label><button type="primary" size="mini" data-event-opts="{{[['tap',[['saveImg',['$event']]]]]}}" bindtap="__e">{{$root.m4}}</button></view></view>