contact.wxml 502 B

1234567891011121314151617
  1. <popup show="{{show}}" height="{{height}}" bindclose="closeTip" class="popupHeight">
  2. <view class="content">
  3. <view class="body">
  4. <image src="{{customerService.wxlogo}}" mode="aspectFit"></image>
  5. </view>
  6. <view class="contact_info">
  7. 手机/微信:{{customerService.weixin}}
  8. </view>
  9. <view class="instruction">
  10. 请添加微信查询
  11. </view>
  12. </view>
  13. <view class="btn">
  14. <button type="warn" bindtap="closePopup">保存二维码</button>
  15. </view>
  16. </popup>