doings.wxml 589 B

12345678910111213
  1. <!--pages/doings/doings.wxml-->
  2. <view style="height: 1972rpx;background-image: url('{{imgUrl}}hd-bg.jpg');background-size: cover;" >
  3. <modal hidden="{{hidden}}" title="" confirm-text="关闭" bindconfirm="confirm" no-cancel="{{true}}">
  4. <view>
  5. <image style="width: 620rpx;height: 540rpx;margin-left: -33rpx;" src="{{codeImg}}" mode='aspectFill'></image>
  6. </view>
  7. <view style="text-align: center;">凭此二维码领取礼品</view>
  8. </modal>
  9. <view style="padding-top: 220rpx;">
  10. <view class="dy" bindtap="dy"></view>
  11. </view>
  12. </view>