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