mall-laonong/unpackage/dist/dev/mp-weixin/components/share-coupon/share-coupon.wxml

1 line
580 B
Plaintext

<view class="share-coupon pad-all20 border-box"><view data-event-opts="{{[['tap',[['goCoupon',['$event']]]]]}}" class="coupon radius100 flex" bindtap="__e"><view class="icon flex"><image src="/static/icon/icon-coupon.png" mode="widthFix"></image><text class="font24 color-ff">领券</text></view></view><view data-event-opts="{{[['tap',[['shareImgEv',['$0'],['spuId']]]]]}}" class="share radius100 flex" bindtap="__e"><view class="icon flex"><image src="/static/icon/icon-share.png" mode="widthFix"></image><text class="font24 color-ff">分享给好友</text></view></view></view>