邀请页面

This commit is contained in:
唐明明
2022-06-10 15:32:48 +08:00
parent d7cd566e57
commit b4e55f90ec
14 changed files with 4515 additions and 3810 deletions

View File

@@ -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({