|
@@ -100,21 +100,6 @@
|
|
</view>
|
|
</view>
|
|
<!-- 底部跳转 -->
|
|
<!-- 底部跳转 -->
|
|
<view class="foot-list">
|
|
<view class="foot-list">
|
|
- <view class="list-cell-item" v-show="hasLogin">
|
|
|
|
- <view class="list-cell" v-show="userIdentity == 4" @click="navigator(`/pages/login/apply?clubStatus=${clubStatus}`)" hover-class="cell-hover" :hover-stay-time="50">
|
|
|
|
- <text class="cell-icon"><text class="iconfont icon-shengjihuiyuanjigou"></text></text>
|
|
|
|
- <text class="cell-tit">升级会员机构</text>
|
|
|
|
- <text class="cell-more">
|
|
|
|
- <text class="txt">{{clubStatusText(clubStatus)}}</text>
|
|
|
|
- <text class="iconfont icon-xiayibu"></text>
|
|
|
|
- </text>
|
|
|
|
- </view>
|
|
|
|
- <view class="list-cell" @click="navigator('/pages/user/regularPurchase/regularPurchase')" hover-class="cell-hover" :hover-stay-time="50">
|
|
|
|
- <text class="cell-icon"><text class="iconfont icon-zaicigoumai"></text></text>
|
|
|
|
- <text class="cell-tit">再次购买</text>
|
|
|
|
- <text class="cell-more iconfont icon-xiayibu"></text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
<view class="list-cell-item">
|
|
<view class="list-cell-item">
|
|
<view class="list-cell" v-for="(item, index) in firstList" :key="index" @click="navigator(item.path)" hover-class="cell-hover" :hover-stay-time="50">
|
|
<view class="list-cell" v-for="(item, index) in firstList" :key="index" @click="navigator(item.path)" hover-class="cell-hover" :hover-stay-time="50">
|
|
<text class="cell-icon"><text class="iconfont" :class="item.icon"></text></text>
|
|
<text class="cell-icon"><text class="iconfont" :class="item.icon"></text></text>
|
|
@@ -122,23 +107,6 @@
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
<text class="cell-more iconfont icon-xiayibu"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="list-cell-item">
|
|
|
|
- <view class="list-cell" hover-class="cell-hover" :hover-stay-time="50">
|
|
|
|
- <text class="cell-icon"><text class="iconfont icon-lianxiwomen"></text></text>
|
|
|
|
- <text class="cell-tit">联系我们</text>
|
|
|
|
- <text class="cell-more" @click="toPhone">{{contactNumber}}</text>
|
|
|
|
- </view>
|
|
|
|
- <view class="list-cell" @click="this.$api.navigateTo('/pages/user/about/about')" hover-class="cell-hover" :hover-stay-time="50">
|
|
|
|
- <text class="cell-icon"><text class="iconfont icon-guanyuwomen"></text></text>
|
|
|
|
- <text class="cell-tit">关于我们</text>
|
|
|
|
- <text class="cell-more iconfont icon-xiayibu"></text>
|
|
|
|
- </view>
|
|
|
|
- <view class="list-cell last" @click="this.$api.navigateTo('/h5/pages/article/page?linkType=99')" hover-class="cell-hover" :hover-stay-time="50">
|
|
|
|
- <text class="cell-icon"><text class="iconfont icon-bangzhuzhongxin"></text></text>
|
|
|
|
- <text class="cell-tit">帮助中心</text>
|
|
|
|
- <text class="cell-more iconfont icon-xiayibu"></text>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<upgrade-alert v-if="isUpgradeAlert" :clubStatus="clubStatus" @unBindUpgrade="hanldUnBindUpgrade" @GoApply="hanldGoApply"></upgrade-alert>
|
|
<upgrade-alert v-if="isUpgradeAlert" :clubStatus="clubStatus" @unBindUpgrade="hanldUnBindUpgrade" @GoApply="hanldGoApply"></upgrade-alert>
|
|
@@ -190,11 +158,7 @@
|
|
shipmentsCount:0, //已发货角标
|
|
shipmentsCount:0, //已发货角标
|
|
salesReturnCount:'',//退货/款角标
|
|
salesReturnCount:'',//退货/款角标
|
|
firstList:[
|
|
firstList:[
|
|
- {name:'运营人员管理',path:'/pages/user/operator/list',icon:'icon-yunyingrenyuanguanli'},
|
|
|
|
- {name:'账户余额明细',path:'/pages/user/account/account',icon:'icon-zhanghuyuemingxi1'},
|
|
|
|
- {name:'收货地址管理',path:'/pages/user/address/address',icon:'icon-shouhuodizhiguanli'},
|
|
|
|
- {name:'机构资料',path:'/pages/login/information',icon:'icon-jigouziliao'},
|
|
|
|
- {name:'账户设置',path:'/pages/user/setting/setting',icon:'icon-zhanghushezhi'},
|
|
|
|
|
|
+ {name:'帮机构下单',path:'/pages/user/club/club-list',icon:'icon-yunyingrenyuanguanli'}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|