wpfw_ewei_wxapp/pages/order/pay/share/share.wxml
2023-02-26 08:10:18 +08:00

31 lines
1.8 KiB
Plaintext

<view class="share_main">
<view class="share_head_img">
<image alt="" mode="widthFix" src="{{imgUrl+'plugin/app/static/images/wxapp/coupon/bg7s.png'}}"></image>
</view>
<view class="content_bg" style="background: url(https://jqnyrv.ifkvip.com/addons/ewei_shopv2/template/mobile/default/static/sendticket/img/sbg2.png);background-size: 100% 100%;">
<view class="share_title" style="padding-top: 24rpx">
<span class="share_title_text" style="font-size: 0.95rem;">
<b>您有1张优惠券待领取</b>
</span>
</view>
<view class="content_list">
<ul>
<li style="width:100%;height:40rpx;padding-top: 40rpx">
<view style="width:100%;height:10%;text-align: center;line-height: 40rpx;font-size: 32rpx;color:#666">传递本页面给好友,与好友共享礼包</view>
</li>
<li style="width:100%;height:448rpx;padding-bottom: 120rpx;padding-top:40rpx">
<view style="width:70%;text-align: center;font-size: 0.65rem;color:#999;margin:0 auto;margin-top: 2rem;">
<image alt="" mode="widthFix" src="{{imgUrl+'plugin/app/static/images/wxapp/coupon/share.png'}}" style="width: 472rpx;"></image>
</view>
</li>
</ul>
<view class="share_button">
<view bindtap="transmit" class="button_c text-center" style="background: url(https://jqnyrv.ifkvip.com/addons/ewei_shopv2/template/mobile/default/static/sendticket/img/sbtn.png); background-size: 100% 100%;">立即传递</view>
</view>
</view>
</view>
</view>
<view bindtap="hidepaperplane" class="paperplane" wx:if="{{paperplane}}">
<image mode="widthFix" src="{{imgUrl+'plugin/app/static/images/wxapp/coupon/guide_1.png'}}"></image>
</view>