diff --git a/pages/artisan/profile.vue b/pages/artisan/profile.vue index b7af875..629d01d 100644 --- a/pages/artisan/profile.vue +++ b/pages/artisan/profile.vue @@ -47,14 +47,17 @@ + style="width:26rpx;margin-top: 26rpx;position: relative;top: 4rpx;left: -10rpx;" + v-if="!userInfo.business_time"> - 待完善 + + {{ userInfo.business_time ? '已设置' : '待完善' }} + - + style="width:26rpx;margin-top: 26rpx;position: relative;top: 4rpx;left: -10rpx;" + v-if="!userInfo.servers_kill_arr || userInfo.servers_kill_arr.length === 0"> - 已认证 + + {{ (userInfo.servers_kill_arr && userInfo.servers_kill_arr.length > 0) ? '已设置' : + '待完善' }} + @@ -153,9 +161,14 @@ + style="width:26rpx;margin-top: 26rpx;position: relative;top: 4rpx;left: -10rpx;" + v-if="userInfo.credentials_state === 0"> - 审核中 + + {{ userInfo.credentials_state === 0 ? '待完善' : userInfo.credentials_state === 1 ? '审核中' : + '已认证' }} + @@ -178,644 +191,645 @@ \ No newline at end of file diff --git a/pages/ruzhu/ruzhu.vue b/pages/ruzhu/ruzhu.vue index b128e40..46efb3b 100644 --- a/pages/ruzhu/ruzhu.vue +++ b/pages/ruzhu/ruzhu.vue @@ -110,7 +110,7 @@ export default { }, data() { return { - currentStep: 4, // 当前步骤索引 + currentStep: 0, // 当前步骤索引 isAgree: false, identity: null, textData: {},