customservice.wxml 916 B

123456789101112131415161718192021
  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. </view>
  8. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/customer/bg_kf2.png" class="other-img1"/>
  9. <view class="popup-bg" wx:if="{{popup}}">
  10. <view class="popup" >
  11. <view class="popup-title">提示</view>
  12. <view class="popup-logobg">
  13. <view class="popup-image" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf2.png"></view>
  14. </view>
  15. <text class="popup-hint">FOHOW玖玖申请同意相册保存\n以确保正常使用保存相册功能</text>
  16. <button class="popup-bottom" open-type="openSetting" bindopensetting="setting">确认</button>
  17. </view>
  18. </view>
  19. </view>