|
@@ -7,21 +7,21 @@
|
|
|
</view>
|
|
|
</van-cell>
|
|
|
<van-cell-group class="group">
|
|
|
- <van-cell title="我要提现" value="" is-link center @click="goCashOut">
|
|
|
- </van-cell>
|
|
|
+ <!-- <van-cell title="我要提现" value="" is-link center @click="goCashOut">
|
|
|
+ </van-cell> -->
|
|
|
<!-- <van-cell title="我的下级" value="" is-link center @click="goMyBranch">
|
|
|
<template #icon>
|
|
|
<m-icon type="hyyxq" class="cell-icon" />
|
|
|
</template>
|
|
|
</van-cell> -->
|
|
|
- <van-cell
|
|
|
+ <!-- <van-cell
|
|
|
title="我的推广积分"
|
|
|
value=""
|
|
|
is-link
|
|
|
center
|
|
|
@click="goMyIntegral"
|
|
|
>
|
|
|
- </van-cell>
|
|
|
+ </van-cell> -->
|
|
|
<van-cell
|
|
|
title="会员有效期"
|
|
|
:value="expireTime ? expireTime : '开通会员'"
|
|
@@ -57,6 +57,10 @@ export default {
|
|
|
userInfo() {
|
|
|
return this.$store.state.user.userInfo;
|
|
|
},
|
|
|
+ expireTime(){
|
|
|
+
|
|
|
+ return this.$store.state.user.userInfo.expireTime&&this.$store.getters.isVip?this.$store.state.user.userInfo.expireTime.split(" ")[0]:null
|
|
|
+ }
|
|
|
},
|
|
|
mounted() {
|
|
|
this.$store.dispatch("GetInfo");
|