抖火调整自由服务包
This commit is contained in:
@@ -55,7 +55,13 @@
|
||||
</view>
|
||||
<u-icon name="arrow-right" color="#cacaca" size="34rpx" bold></u-icon>
|
||||
</view>
|
||||
<view class="border-solid-empty"></view>
|
||||
<view class="border-solid-empty"></view>
|
||||
<view class="nav-flex" @click="onNav('FreeService')" v-if="isAuth">
|
||||
<view class="nav-icon">
|
||||
<image class="nav-icon-src" src="@/static/icons/user_nav_11.png"></image>{{freeTitle}}
|
||||
</view>
|
||||
<u-icon name="arrow-right" color="#cacaca" size="34rpx" bold></u-icon>
|
||||
</view>
|
||||
<view class="nav-flex" @click="onNav('UserTeam')">
|
||||
<view class="nav-icon">
|
||||
<image class="nav-icon-src" src="@/static/icons/user_nav_02.png"></image>我的团队
|
||||
@@ -241,7 +247,8 @@
|
||||
reckonerQrcode : '',
|
||||
reckonerInvite : '',
|
||||
reckonerPoster : {},
|
||||
salesman : '', // 业务联系人
|
||||
salesman : '', // 业务联系人
|
||||
freeTitle : '' // 自由服务包标题
|
||||
};
|
||||
},
|
||||
onShow() {
|
||||
@@ -410,15 +417,8 @@
|
||||
title: '加载中...'
|
||||
})
|
||||
info().then(res => {
|
||||
console.log(res)
|
||||
let {
|
||||
nickname,
|
||||
identity,
|
||||
avatar,
|
||||
certification,
|
||||
parent,team_name,teams,
|
||||
salesman
|
||||
} = res
|
||||
let { nickname, identity, avatar, certification, parent,team_name,teams, salesman, free } = res
|
||||
this.freeTitle= free.title
|
||||
this.nickname = nickname
|
||||
this.identity = identity
|
||||
this.avatar = avatar
|
||||
|
||||
Reference in New Issue
Block a user