popupCode.wxml 751 B

1234567891011121314
  1. <popup show="{{showCode}}" height="{{height}}" bindclose="closeCode" class="popupHeight">
  2. <view class="content">
  3. <view style="padding:30rpx 80rpx">
  4. <view class="title">
  5. <text class="tip" wx:if="{{methodView==0}}">恭喜您预约成功!</text>请保存并<text>扫描下方二维码进群</text>,进群后<text>回复「孩子姓名」</text>进行报道。(例如:莎莉鸡妈妈进群后回复「莎莉鸡」进行报道。)
  6. </view>
  7. <view class="qrCode">
  8. <image src="{{headImg}}" mode="widthFix" show-menu-by-longpress="true"></image>
  9. </view>
  10. </view>
  11. <button type="warn" data-img="{{headImg}}" bindtap="saveImage">保存图片 (可长按二维码识别)</button>
  12. </view>
  13. </popup>