邀请页面
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<view class="vip-user">
|
||||
<image class="user-cover" :src="user.avatar" mode="aspectFill"></image>
|
||||
<view class="user-nickname">{{user.nickname}}</view>
|
||||
<view class="user-date">到期日期:{{identity.ended_at}}</view>
|
||||
<view class="user-date">到期日期:{{endedAt}}</view>
|
||||
<view class="vip-renewal" v-if="!isOpen">续费</view>
|
||||
</view>
|
||||
<view class="user-cards">
|
||||
@@ -68,8 +68,9 @@
|
||||
identity: {
|
||||
identity_text: '',
|
||||
cover_url: '',
|
||||
ended_at: ''
|
||||
},
|
||||
// 到期时间
|
||||
endedAt: '',
|
||||
// 下级身份
|
||||
nextIdentity:{
|
||||
identity_text: ''
|
||||
@@ -97,6 +98,7 @@
|
||||
this.secondRule = res.second_rule
|
||||
this.nextIdentity = res.next_identity
|
||||
this.identity = res.identity
|
||||
this.endedAt = res.identity_ended_at
|
||||
this.user = res.user
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user