From 21425c030629ea1bcedf48f667b960b8760fe649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=9D=B0?= <727475508@qq.com> Date: Mon, 1 Jun 2026 11:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/artisan/profile.vue | 1200 +++++++++++++++++++------------------ pages/ruzhu/ruzhu.vue | 2 +- 2 files changed, 608 insertions(+), 594 deletions(-) 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: {},