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