customservice.wxml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <view class="bg">
  2. <!-- <view class="qcbg"> -->
  3. <!-- <image src="{{qr}}" class="erweima" show-menu-by-longpress="{{true}}"/> -->
  4. <!-- <view class="text1">长按二维码扫码联系客服</view> -->
  5. <!-- <view class="text2">任何疑问 , 专属客服妹纸等你来撩!</view> -->
  6. <!-- <view class="btn" bindtap="downLoad">保存二维码</view> -->
  7. <!-- <button class="btn" open-type="contact" session-from="sessionFrom">点我立即咨询</button> -->
  8. <!-- </view> -->
  9. <!-- <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/customer/bg_kf2.png" class="other-img1"/> -->
  10. <view class="popup-bg" wx:if="{{popup}}">
  11. <view class="popup" >
  12. <view class="popup-title">提示</view>
  13. <view class="popup-logobg">
  14. <view class="popup-image" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf2.png"></view>
  15. </view>
  16. <text class="popup-hint">凤凰菁选商城申请同意相册保存\n以确保正常使用保存相册功能</text>
  17. <button class="popup-bottom" open-type="openSetting" bindopensetting="setting">确认</button>
  18. </view>
  19. </view>
  20. <view class="kfqr-dialog">
  21. <view class="kfqr">
  22. <image src="{{qr}}" show-menu-by-longpress="{{true}}"></image>
  23. <text>长按扫码联系客服</text>
  24. </view>
  25. </view>
  26. <!-- <view class="kfqr-dialog">
  27. <view class="kfqr" bindtap="tokf">
  28. <text>跳转客服</text>
  29. </view>
  30. </view> -->
  31. </view>