yj
2024-12-05 ac3234c308e86f20cc63465573f321561ee00690
1
<view class="coupon_box"><block wx:if="{{type==='user'}}"><view class="other_type"><view class="text"><label class="_span">已领取优惠券</label></view></view></block><block wx:for="{{couponList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><coupon vue-id="{{'6832a970-1-'+index}}" item="{{item}}" index="{{index}}" theme="#ff0000" data-event-opts="{{[['^shareCoupon',[['shareCoupon']]],['^obtainCoupon',[['obtainCoupon']]]]}}" bind:shareCoupon="__e" bind:obtainCoupon="__e" bind:__l="__l"></coupon></block><block wx:if="{{$root.g0}}"><view class="other_type"><view class="text"><label class="_span">可领取</label></view></view></block><block wx:for="{{obatinableCouponList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><coupon data-custom-hidden="{{!(item.surplus>0)}}" vue-id="{{'6832a970-2-'+index}}" item="{{item}}" index="{{index}}" theme="#ff0000" data-event-opts="{{[['^shareCoupon',[['shareCoupon']]],['^obtainCoupon',[['obtainCoupon']]]]}}" bind:shareCoupon="__e" bind:obtainCoupon="__e" bind:__l="__l"></coupon></block><view class="hideCanvasView"><canvas class="hideCanvas" style="{{'width:'+((poster.width||0)+'px')+';'+('height:'+((poster.height||0)+'px')+';')}}" canvas-id="default_PosterCanvasId"></canvas></view><view data-event-opts="{{[['tap',[['hideQr']]]]}}" class="{{['flex_row_c_c','modalView',qrShow?'show':'']}}" bindtap="__e"><view class="flex_column"><view class="backgroundColor-white padding1vh border_radius_10px"><image class="posterImage" src="{{poster.finalPath}}" mode="widthFix"></image></view><view class="flex_row marginTop2vh"><button class="posterBtn" type="primary" size="mini" data-event-opts="{{[['tap',[['saveImage']]]]}}" catchtap="__e">保存图片</button><button class="posterBtn" type="primary" open-type="share" size="mini">分享好友</button></view></view></view></view>