| 1234567891011121314151617181920212223242526272829 |
- <view class="bg">
- <!-- <view class="qcbg"> -->
- <!-- <image src="{{qr}}" class="erweima" show-menu-by-longpress="{{true}}"/> -->
- <!-- <view class="text1">长按二维码扫码联系客服</view> -->
- <!-- <view class="text2">任何疑问 , 专属客服妹纸等你来撩!</view> -->
- <!-- <view class="btn" bindtap="downLoad">保存二维码</view> -->
- <!-- <button class="btn" open-type="contact" session-from="sessionFrom">点我立即咨询</button> -->
- <!-- </view> -->
- <!-- <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/customer/bg_kf2.png" class="other-img1"/> -->
- <view class="popup-bg" wx:if="{{popup}}">
- <view class="popup" >
- <view class="popup-title">提示</view>
- <view class="popup-logobg">
- <view class="popup-image" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/custom/kf2.png"></view>
- </view>
- <text class="popup-hint">凤凰菁选商城申请同意相册保存\n以确保正常使用保存相册功能</text>
- <button class="popup-bottom" open-type="openSetting" bindopensetting="setting">确认</button>
- </view>
- </view>
-
- <view class="kfqr-dialog">
- <view class="kfqr">
- <image src="{{qr}}" show-menu-by-longpress="{{true}}"></image>
- <text>长按扫码联系客服</text>
- </view>
- </view>
- </view>
|