othercustom.wxml 1.2 KB

1234567891011121314151617181920212223
  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. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf3.png" class="other-img1" style="height:854rpx;width: 748rpx;"/>
  10. <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf2.png" class="other-img2"/>
  11. <view class="text3">400-895-5007</view>
  12. <view class="text4">( 服务时间周一至周六 , 9:00-18:00 )</view>
  13. <view class="popup-bg" wx:if="{{popup}}">
  14. <view class="popup" >
  15. <view class="popup-title">提示</view>
  16. <view class="popup-logobg">
  17. <view class="popup-image" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf2.png"></view>
  18. </view>
  19. <text class="popup-hint">凤凰菁选商城申请同意相册保存\n以确保正常使用保存相册功能</text>
  20. <button class="popup-bottom" open-type="openSetting" bindopensetting="setting">确认</button>
  21. </view>
  22. </view>
  23. </view>