subSuccess.wxml 526 B

123456789101112
  1. <popup show="{{showCode}}" height="{{height}}" bindclose="closeCode" class="popupHeight">
  2. <view class="content">
  3. <view style="padding:30rpx 80rpx">
  4. <view class="title">上传成功~请耐心等待工作人员审核,审核通过后会发送信息通知~(若有疑问可联系下方宝大大)</view>
  5. <view class="qrCode">
  6. <image src="{{headImg}}" mode="widthFix"></image>
  7. </view>
  8. </view>
  9. <button type="warn" data-img="{{headImg}}" bindtap="saveImage">确定</button>
  10. </view>
  11. </popup>