doings.wxml 651 B

1234567891011121314
  1. <!--pages/doings/doings.wxml-->
  2. <view style="height: 100vh;background-image: url('{{imgUrl}}hd-bg.png');background-size: cover;background-position:center ;" >
  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: 160rpx;">
  10. <view class="title"></view>
  11. <view class="dy" bindtap="dy"></view>
  12. </view>
  13. </view>