customservice.wxml 1.0 KB

12345678910111213141516171819202122
  1. <view class="bg">
  2. <view class="qcbg">
  3. <image src="{{qr}}" class="erweima"/>
  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>