| 1234567891011121314151617181920212223 |
- <view class="bg">
- <view class="qcbg">
- <image src="{{qr}}" class="erweima"/>
- <view class="text1">我是您的专属客服</view>
- <view class="text2">任何疑问 , 专属客服妹纸等你来撩!</view>
- <view class="btn" bindtap="downLoad">保存二维码</view>
- </view>
- <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/customer/bg_kf2.png" class="other-img1"/>
- <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf3.png" class="other-img1" style="height:854rpx;width: 748rpx;"/>
- <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf2.png" class="other-img2"/>
- <view class="text3">400-895-5007</view>
- <view class="text4">( 服务时间周一至周六 , 9:00-18:00 )</view>
- <view class="popup-bg" wx:if="{{popup}}">
- <view class="popup" >
- <view class="popup-title">提示</view>
- <view class="popup-logobg">
- <view class="popup-image"></view>
- </view>
- <text class="popup-hint">FOHOW玖玖申请同意相册保存\n以确保正常使用保存相册功能</text>
- <button class="popup-bottom" open-type="openSetting" bindopensetting="setting">确认</button>
- </view>
- </view>
- </view>
|