1234567891011121314151617 |
- <popup show="{{show}}" height="{{height}}" bindclose="closeTip" class="popupHeight">
- <view class="content">
- <view class="body">
- <image src="{{customerService.wxlogo}}" mode="aspectFit"></image>
- </view>
- <view class="contact_info">
- 手机/微信:{{customerService.weixin}}
- </view>
- <view class="instruction">
- 请添加微信查询
- </view>
- </view>
- <view class="btn">
- <button type="warn" bindtap="closePopup">保存二维码</button>
- </view>
- </popup>
|