service.wxml 510 B

123456789101112131415
  1. <!--components/Service/service.wxml-->
  2. <!-- <text>components/Service/service.wxml</text> -->
  3. <popup show="{{show}}">
  4. <view class="title">
  5. 关注服务号
  6. </view>
  7. <view class="subtitleColor">
  8. 长按识别二维码,第一时间获取场次审核结果~
  9. </view>
  10. <view class="code">
  11. <image class="code1" show-menu-by-longpress src="https://img.bbztx.com/bb/fwh.jpg" mode="widthFix"></image></view>
  12. <view class="sure" bindtap="sure">
  13. 确定
  14. </view>
  15. </popup>