|
@@ -1,6 +1,6 @@
|
|
|
<!--登陆界面-->
|
|
<!--登陆界面-->
|
|
|
<view class="logindiv" wx:if="{{userInfo == 'nologin'}}">
|
|
<view class="logindiv" wx:if="{{userInfo == 'nologin'}}">
|
|
|
- <image class="logindiv_image" src="https://cfohow.hiwavo.com/xcx/xcx/start.png"></image>
|
|
|
|
|
|
|
+ <image class="logindiv_image" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/xcx/start.png"></image>
|
|
|
<!-- 旧版弃用 -->
|
|
<!-- 旧版弃用 -->
|
|
|
<!-- <button class="loginbtn" bindtap="getUserProfile">微信授权登陆</button> -->
|
|
<!-- <button class="loginbtn" bindtap="getUserProfile">微信授权登陆</button> -->
|
|
|
<!-- <button class="loginbtn" open-type="getUserInfo" bindgetuserinfo="getUserInfo">微信授权登陆</button> -->
|
|
<!-- <button class="loginbtn" open-type="getUserInfo" bindgetuserinfo="getUserInfo">微信授权登陆</button> -->
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
<view class="user">
|
|
<view class="user">
|
|
|
<view class="user-top">
|
|
<view class="user-top">
|
|
|
- <image src="https://cfohow.hiwavo.com/xcx/image/icon/parner.png" class="user-par" wx:if="{{checkData.copartner_state == 1}}" />
|
|
|
|
|
|
|
+ <image src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/image/icon/parner.png" class="user-par" wx:if="{{checkData.copartner_state == 1}}" />
|
|
|
<view class="user-name ellipsis">{{userInfo.nickname}}</view>
|
|
<view class="user-name ellipsis">{{userInfo.nickname}}</view>
|
|
|
|
|
|
|
|
<button class="user-title" wx:if="{{userInfo == 'nologin'}}" bindtap="getUserProfile" style="font-size: 18px;margin-top: -20px;">立即登陆</button>
|
|
<button class="user-title" wx:if="{{userInfo == 'nologin'}}" bindtap="getUserProfile" style="font-size: 18px;margin-top: -20px;">立即登陆</button>
|
|
@@ -49,24 +49,29 @@
|
|
|
<view class="user-radishbg">
|
|
<view class="user-radishbg">
|
|
|
<view class="user-points" bindtap="toSilver">
|
|
<view class="user-points" bindtap="toSilver">
|
|
|
<view class="user-points__title">我的银豆</view>
|
|
<view class="user-points__title">我的银豆</view>
|
|
|
- <image class="user-points__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-points__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
<view class="user-points__num">{{silver / 100}}</view>
|
|
<view class="user-points__num">{{silver / 100}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- <view class="user-points" bindtap="toIntegral">
|
|
<!-- <view class="user-points" bindtap="toIntegral">
|
|
|
<view class="user-points__title">我的积分</view>
|
|
<view class="user-points__title">我的积分</view>
|
|
|
- <image class="user-points__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-points__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
<view class="user-points__num">{{integral / 100}}</view>
|
|
<view class="user-points__num">{{integral / 100}}</view>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
- <!-- <view class="user-points" bindtap="toCashList">
|
|
|
|
|
- <view class="user-points__title">我的收入</view>
|
|
|
|
|
- <image class="user-points__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
- <view class="user-points__num">{{cashbalance / 100}}</view>
|
|
|
|
|
- </view> -->
|
|
|
|
|
- <view class="user-points" bindtap="toRadish">
|
|
|
|
|
- <view class="user-points__title">我的提货券</view>
|
|
|
|
|
- <image class="user-points__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
- <view class="user-points__num">{{balance / 100}}</view>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <!-- <view class="user-points" bindtap="toCashList">
|
|
|
|
|
+ <view class="user-points__title">我的余额</view>
|
|
|
|
|
+ <image class="user-points__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
|
|
+ <view class="user-points__num">{{cashbalance / 100}}</view>
|
|
|
|
|
+ </view> -->
|
|
|
|
|
+ <view class="user-points" bindtap="toRadish">
|
|
|
|
|
+ <view class="user-points__title">我的提货券</view>
|
|
|
|
|
+ <image class="user-points__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
|
|
+ <view class="user-points__num">{{balance / 100}}</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="user-points" bindtap="toCash">
|
|
|
|
|
+ <view class="user-points__title">我的余额</view>
|
|
|
|
|
+ <image class="user-points__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
|
|
+ <view class="user-points__num">{{cashbalance / 100}}</view>
|
|
|
|
|
+ </view>
|
|
|
<view class="user-luobo">
|
|
<view class="user-luobo">
|
|
|
<!--
|
|
<!--
|
|
|
<navigator url="/packageUser/pages/user/exchange/exchange">
|
|
<navigator url="/packageUser/pages/user/exchange/exchange">
|
|
@@ -88,32 +93,32 @@
|
|
|
<navigator url="/packageUser/pages/user/orders/orders" >
|
|
<navigator url="/packageUser/pages/user/orders/orders" >
|
|
|
<view class="user-line">
|
|
<view class="user-line">
|
|
|
<view class="user-line__title">我的订单</view>
|
|
<view class="user-line__title">我的订单</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
-->
|
|
-->
|
|
|
<view class="user-state" bindtap="checkbindtel">
|
|
<view class="user-state" bindtap="checkbindtel">
|
|
|
<navigator url="/packageUser/pages/user/orders/orders" >
|
|
<navigator url="/packageUser/pages/user/orders/orders" >
|
|
|
<view class="user-dingdan">
|
|
<view class="user-dingdan">
|
|
|
- <image class="user-paid__icon" src="https://cfohow.hiwavo.com/xcx/icon/dingdan.png"></image>
|
|
|
|
|
|
|
+ <image class="user-paid__icon" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/dingdan.png"></image>
|
|
|
<view class="user-paid__text">我的订单</view>
|
|
<view class="user-paid__text">我的订单</view>
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator url="/packageUser/pages/user/orders/orders?type=unpay" >
|
|
<navigator url="/packageUser/pages/user/orders/orders?type=unpay" >
|
|
|
<view class="user-paid">
|
|
<view class="user-paid">
|
|
|
- <image class="user-paid__icon" src="https://cfohow.hiwavo.com/xcx/user/paid.png"></image>
|
|
|
|
|
|
|
+ <image class="user-paid__icon" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/paid.png"></image>
|
|
|
<view class="user-paid__text">待支付</view>
|
|
<view class="user-paid__text">待支付</view>
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator url="/packageUser/pages/user/orders/orders?type=processing" >
|
|
<navigator url="/packageUser/pages/user/orders/orders?type=processing" >
|
|
|
<view class="user-deliver">
|
|
<view class="user-deliver">
|
|
|
- <image class="user-paid__icon" src="https://cfohow.hiwavo.com/xcx/user/deliver.png"></image>
|
|
|
|
|
|
|
+ <image class="user-paid__icon" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/deliver.png"></image>
|
|
|
<view class="user-deliver__text">待发货</view>
|
|
<view class="user-deliver__text">待发货</view>
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator url="/packageUser/pages/user/orders/orders?type=dispatch" >
|
|
<navigator url="/packageUser/pages/user/orders/orders?type=dispatch" >
|
|
|
<view class="user-collect">
|
|
<view class="user-collect">
|
|
|
- <image class="user-collect__icon" src="https://cfohow.hiwavo.com/xcx/user/collect.png"></image>
|
|
|
|
|
|
|
+ <image class="user-collect__icon" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/collect.png"></image>
|
|
|
<view class="user-collect__text">待收货</view>
|
|
<view class="user-collect__text">待收货</view>
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
@@ -124,13 +129,13 @@
|
|
|
<view class="user-padding">
|
|
<view class="user-padding">
|
|
|
<navigator url="/packageUser/pages/user/farm/farm" >
|
|
<navigator url="/packageUser/pages/user/farm/farm" >
|
|
|
<view class="user-farm">
|
|
<view class="user-farm">
|
|
|
- <image class="user-farm__icon" src="https://cfohow.hiwavo.com/xcx/icon/farm.png"></image>
|
|
|
|
|
|
|
+ <image class="user-farm__icon" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/farm.png"></image>
|
|
|
<view class="user-farm__text">我的团购</view>
|
|
<view class="user-farm__text">我的团购</view>
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator url="/packageUser/pages/user/granary/granary">
|
|
<navigator url="/packageUser/pages/user/granary/granary">
|
|
|
<view class="user-granary">
|
|
<view class="user-granary">
|
|
|
- <image class="user-granary__icon" src="https://cfohow.hiwavo.com/xcx/icon/granary.png"></image>
|
|
|
|
|
|
|
+ <image class="user-granary__icon" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/granary.png"></image>
|
|
|
<view class="user-granary__text">我的粮仓</view>
|
|
<view class="user-granary__text">我的粮仓</view>
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
@@ -142,69 +147,69 @@
|
|
|
<!--
|
|
<!--
|
|
|
<view class="user-line" bindtap="toPromotion">
|
|
<view class="user-line" bindtap="toPromotion">
|
|
|
<view class="user-line__title">我的赠券</view>
|
|
<view class="user-line__title">我的赠券</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
-->
|
|
-->
|
|
|
<!-- <view class="user-line" bindtap="toInviteList">
|
|
<!-- <view class="user-line" bindtap="toInviteList">
|
|
|
<view class="user-line__title">我的推广</view>
|
|
<view class="user-line__title">我的推广</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
- <view class="user-line" bindtap="toCash" style="border:0;" wx:if="{{userInfo.show_invite_mode}}">
|
|
|
|
|
- <view class="user-line__title">我的收入</view>
|
|
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
- </view>
|
|
|
|
|
- <view class="user-line" bindtap="toCommission" style="border:0;" wx:if="{{userInfo.tc_bl>0}}">
|
|
|
|
|
- <view class="user-line__title">我的提成</view>
|
|
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <view class="user-line" bindtap="toCommission" style="border:0;" wx:if="{{userInfo.tc_bl>0}}">
|
|
|
|
|
+ <view class="user-line__title">我的提成</view>
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="user-padding">
|
|
<view class="user-padding">
|
|
|
<!-- <view class="user-line" bindtap="toBindOldSys" wx:if="{{info.wx_user.can_bind}}">
|
|
<!-- <view class="user-line" bindtap="toBindOldSys" wx:if="{{info.wx_user.can_bind}}">
|
|
|
<view class="user-line__title">旧系统用户绑定</view>
|
|
<view class="user-line__title">旧系统用户绑定</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
|
|
|
|
|
<!-- <view class="user-line" bindtap="toIdentity">
|
|
<!-- <view class="user-line" bindtap="toIdentity">
|
|
|
<view class="user-line__title">会员认证</view>
|
|
<view class="user-line__title">会员认证</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
|
|
+ </view> -->
|
|
|
|
|
+ <!-- <view class="user-line" bindtap="toBankInfo">
|
|
|
|
|
+ <view class="user-line__title">银行信息</view>
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
<view class="user-line" bindtap="toAddressList">
|
|
<view class="user-line" bindtap="toAddressList">
|
|
|
<view class="user-line__title">收货地址</view>
|
|
<view class="user-line__title">收货地址</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="user-line" bindtap="toCanteen" wx:if="{{info['user']['employ']}}">
|
|
<view class="user-line" bindtap="toCanteen" wx:if="{{info['user']['employ']}}">
|
|
|
<view class="user-line__title">员工订餐</view>
|
|
<view class="user-line__title">员工订餐</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<!--<view class="user-line" bindtap="toSafe" >
|
|
<!--<view class="user-line" bindtap="toSafe" >
|
|
|
<view class="user-line__title">修改交易密码</view>
|
|
<view class="user-line__title">修改交易密码</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>-->
|
|
</view>-->
|
|
|
<!--
|
|
<!--
|
|
|
<view class="user-line" bindtap="toApplyLeader" >
|
|
<view class="user-line" bindtap="toApplyLeader" >
|
|
|
<view class="user-line__title">团长申请</view>
|
|
<view class="user-line__title">团长申请</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="user-line" bindtap="toAreaCart" >
|
|
<view class="user-line" bindtap="toAreaCart" >
|
|
|
<view class="user-line__title">店铺专区</view>
|
|
<view class="user-line__title">店铺专区</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
-->
|
|
-->
|
|
|
<!-- <view class="user-line" bindtap="toProxy" wx:if="{{userInfo.rank == 3}}">
|
|
<!-- <view class="user-line" bindtap="toProxy" wx:if="{{userInfo.rank == 3}}">
|
|
|
<view class="user-line__title">我的代理</view>
|
|
<view class="user-line__title">我的代理</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
<!-- <view class="user-line" bindtap="toCustom" >
|
|
<!-- <view class="user-line" bindtap="toCustom" >
|
|
|
<view class="user-line__title">联系客服</view>
|
|
<view class="user-line__title">联系客服</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
<button class="user-line" open-type="contact" >
|
|
<button class="user-line" open-type="contact" >
|
|
|
<view class="user-line__title">联系客服</view>
|
|
<view class="user-line__title">联系客服</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</button>
|
|
</button>
|
|
|
<!-- <button class="user-line" bindtap="tiggerQR" >
|
|
<!-- <button class="user-line" bindtap="tiggerQR" >
|
|
|
<view class="user-line__title">联系客服</view>
|
|
<view class="user-line__title">联系客服</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</button>-->
|
|
</button>-->
|
|
|
<view class="kfqr-dialog" wx:if="{{showqr}}" bindtap="tiggerQR">
|
|
<view class="kfqr-dialog" wx:if="{{showqr}}" bindtap="tiggerQR">
|
|
|
<view class="kfqr" catchtap="catchtapQR">
|
|
<view class="kfqr" catchtap="catchtapQR">
|
|
@@ -215,7 +220,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
<view class="user-line" bindtap="toAbout" style="border:0;">
|
|
<view class="user-line" bindtap="toAbout" style="border:0;">
|
|
|
<view class="user-line__title">关于商城</view>
|
|
<view class="user-line__title">关于商城</view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
-->
|
|
-->
|
|
|
</view>
|
|
</view>
|
|
@@ -223,19 +228,19 @@
|
|
|
<view class="user-line" bindtap="toMerchant" style="{{checkData.is_super_admin ? 'margin-top: 20rpx;':'margin-top: 20rpx;border:0;'}}">
|
|
<view class="user-line" bindtap="toMerchant" style="{{checkData.is_super_admin ? 'margin-top: 20rpx;':'margin-top: 20rpx;border:0;'}}">
|
|
|
<view class="user-line__title">订单管理</view>
|
|
<view class="user-line__title">订单管理</view>
|
|
|
<view class="user-line__merchant"></view>
|
|
<view class="user-line__merchant"></view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
<view class="user-line__merchantNum" wx:if="{{merchant}}">{{merchant.list_count}}</view>
|
|
<view class="user-line__merchantNum" wx:if="{{merchant}}">{{merchant.list_count}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="user-line" bindtap="toMerchant1" style="border:0;" wx:if="{{checkData.is_super_admin}}">
|
|
<view class="user-line" bindtap="toMerchant1" style="border:0;" wx:if="{{checkData.is_super_admin}}">
|
|
|
<view class="user-line__title">结算管理</view>
|
|
<view class="user-line__title">结算管理</view>
|
|
|
<view class="user-line__merchant1"></view>
|
|
<view class="user-line__merchant1"></view>
|
|
|
- <image class="user-line__right" src="https://cfohow.hiwavo.com/xcx/user/right.png"></image>
|
|
|
|
|
|
|
+ <image class="user-line__right" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
</view> -->
|
|
</view> -->
|
|
|
</view>
|
|
</view>
|
|
|
<!--
|
|
<!--
|
|
|
<view class="unbind" wx:if="{{!bindTel}}">
|
|
<view class="unbind" wx:if="{{!bindTel}}">
|
|
|
- <image class="unbind-img" src="https://cfohow.hiwavo.com/xcx/user/bindtel.png"></image>
|
|
|
|
|
|
|
+ <image class="unbind-img" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/bindtel.png"></image>
|
|
|
<view class="unbind-title">你还没绑定手机号</view>
|
|
<view class="unbind-title">你还没绑定手机号</view>
|
|
|
<view class="unbind-about">兑换产品前要确定绑定了手机哦!</view>
|
|
<view class="unbind-about">兑换产品前要确定绑定了手机哦!</view>
|
|
|
<view class="unbind-btn" bindtap="toBindTel">去绑定</view>
|
|
<view class="unbind-btn" bindtap="toBindTel">去绑定</view>
|