|
@@ -29,9 +29,9 @@
|
|
<view class="nickName omit">{{ user.phone }}</view>
|
|
<view class="nickName omit">{{ user.phone }}</view>
|
|
<view class="tag" v-if="user.userType == 1">普通边民</view>
|
|
<view class="tag" v-if="user.userType == 1">普通边民</view>
|
|
<view class="tag" v-if="user.userType == 2">互市组长</view>
|
|
<view class="tag" v-if="user.userType == 2">互市组长</view>
|
|
- <view class="tag" v-if="user.userType == 3">收购商</view>
|
|
|
|
|
|
+ <view class="tag" v-if="user.userType == 3">采购商</view>
|
|
<view class="tag" v-if="user.userType == 4">司机</view>
|
|
<view class="tag" v-if="user.userType == 4">司机</view>
|
|
- <view class="tag" v-if="user.userType == 5">外籍商户</view>
|
|
|
|
|
|
+ <view class="tag" v-if="user.userType == 5">商户</view>
|
|
<view class="tag" v-if="user.userType == 6">合作社</view>
|
|
<view class="tag" v-if="user.userType == 6">合作社</view>
|
|
</view>
|
|
</view>
|
|
<text class="icon edit" @click="go('/pages/personal/my')"></text>
|
|
<text class="icon edit" @click="go('/pages/personal/my')"></text>
|
|
@@ -119,7 +119,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!--外籍商户-->
|
|
<!--外籍商户-->
|
|
- <view class="menu" v-if="user.userType == 5">
|
|
|
|
|
|
+ <!-- <view class="menu" v-if="user.userType == 5">
|
|
<view class="msn" @click="go('/pages/market/one/merchant/goods/list')">
|
|
<view class="msn" @click="go('/pages/market/one/merchant/goods/list')">
|
|
<view class="out">
|
|
<view class="out">
|
|
<view class="int">
|
|
<view class="int">
|
|
@@ -132,7 +132,7 @@
|
|
<view class="out">
|
|
<view class="out">
|
|
<view class="int">
|
|
<view class="int">
|
|
<view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8"></view>
|
|
<view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8"></view>
|
|
- <view class="tit">我的订单</view>
|
|
|
|
|
|
+ <view class="tit">交易订单</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -144,14 +144,14 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<!--合作社-->
|
|
<!--合作社-->
|
|
<view class="menu" v-if="user.userType == 6">
|
|
<view class="menu" v-if="user.userType == 6">
|
|
<view class="msn" @click="go('/pages/market/one/cooperative/order')">
|
|
<view class="msn" @click="go('/pages/market/one/cooperative/order')">
|
|
<view class="out">
|
|
<view class="out">
|
|
<view class="int">
|
|
<view class="int">
|
|
<view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74"></view>
|
|
<view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74"></view>
|
|
- <view class="tit">大订单</view>
|
|
|
|
|
|
+ <view class="tit">结算单</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -172,10 +172,15 @@
|
|
<text class="title">隐私协议</text>
|
|
<text class="title">隐私协议</text>
|
|
<text class="icon arrow"></text>
|
|
<text class="icon arrow"></text>
|
|
</view>
|
|
</view>
|
|
- <view class="s_item" @click="go('/pages/personal/setting')">
|
|
|
|
|
|
+ <!-- <view class="s_item" @click="go('/pages/personal/setting')">
|
|
<text class="icon ic"></text>
|
|
<text class="icon ic"></text>
|
|
<text class="title">设置</text>
|
|
<text class="title">设置</text>
|
|
<text class="icon arrow"></text>
|
|
<text class="icon arrow"></text>
|
|
|
|
+ </view> -->
|
|
|
|
+ <view class="s_item" @click="go('/pages/personal/editPassword')">
|
|
|
|
+ <text class="icon ic"></text>
|
|
|
|
+ <text class="title">修改密码</text>
|
|
|
|
+ <text class="icon arrow"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<button class="btn exit" @click="exitLogin()">退出登录</button>
|
|
<button class="btn exit" @click="exitLogin()">退出登录</button>
|