修改文字

This commit is contained in:
zhangmanman
2021-09-27 12:12:50 +08:00
parent 9e9fc63c1b
commit 3e3215df42
9 changed files with 129 additions and 86 deletions

View File

@@ -71,6 +71,9 @@
<view class="userVip-top-btn" v-if="!userIdentity.is_top" @click="$Router.push({name: 'vipIndex'})">
去开通<image class="userVip-top-arrow" src="/static/user/userVip_arrow.png"></image>
</view>
<view class="userVip-top-btn" v-else>
终身有效
</view>
</view>
<!-- 未认证后显示 -->
@@ -89,7 +92,7 @@
<view class="userVip-rights">
<view class="userVip-rightst-title">
<view class="userVip-rightst-title-name">查看会员专属权益</view>
<view class="userVip-rightst-more">全部权益 <image class="userVip-rightst-more-img" src="/static/user/userVip_more_arrow.png"></image></view>
<view class="userVip-rightst-more" @click="$Router.push({name: 'vipIndex'})">全部更多 <image class="userVip-rightst-more-img" src="/static/user/userVip_more_arrow.png"></image></view>
</view>
<view class="userVip-rightst-list" v-if="userIdentity.right">
<view v-for="(item, index) in userIdentity.right.rights" :key="index" class="userVip-rightst-label">
@@ -170,7 +173,7 @@
</view>
<!-- 企业工具 -->
<view class="userPartner">
<view class="userPartner" v-if="userData.is_company">
<view class="partner-title">
企业工具
</view>
@@ -291,6 +294,7 @@
userInfo() {
// 读取配置信息
userIndex().then(res=>{
console.log(res.identityShow)
this.userData = res
this.helpDoc = res.help_doc
this.userIdentity = res.identityShow