From 7549907688769d2772fa3735a7f526a4d9b4e54c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=81=E6=9D=B0?= <727475508@qq.com>
Date: Wed, 3 Jun 2026 16:38:56 +0800
Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=EF=BC=8C=E5=AD=A6=E5=91=98=E6=8B=9B=E5=8B=9F=E6=96=87=E5=AD=97?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E8=AE=A4=E8=AF=81=E7=8A=B6=E6=80=81?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 3 +-
pages/artisan/profile.vue | 1193 +++++++++++++-------------
pages/home/components/brand-card.vue | 4 +-
pages/my/my.vue | 30 +-
4 files changed, 619 insertions(+), 611 deletions(-)
diff --git a/manifest.json b/manifest.json
index f438265..32e4a62 100644
--- a/manifest.json
+++ b/manifest.json
@@ -41,7 +41,8 @@
"Payment" : {},
"VideoPlayer" : {},
"OAuth" : {},
- "Camera" : {}
+ "Camera" : {},
+ "Barcode" : {}
},
/* 应用发布信息 */
"distribute" : {
diff --git a/pages/artisan/profile.vue b/pages/artisan/profile.vue
index 99cc2d2..06c95e3 100644
--- a/pages/artisan/profile.vue
+++ b/pages/artisan/profile.vue
@@ -167,7 +167,7 @@
{{ userInfo.credentials_state === 0 ? '待完善' : userInfo.credentials_state === 1 ? '审核中' :
- '已认证' }}
+ '已认证' }}
@@ -191,663 +191,658 @@
\ No newline at end of file
diff --git a/pages/home/components/brand-card.vue b/pages/home/components/brand-card.vue
index 894311d..c3ab8e5 100644
--- a/pages/home/components/brand-card.vue
+++ b/pages/home/components/brand-card.vue
@@ -34,8 +34,8 @@ const TAG_LIBRARY = {
borderColor: '#D6CAC0 ',
icon: 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/60816ae2-92ee-4473-9eca-562e1200dbca.png'
},
- recruit: { // 学院招募
- text: '学院招募',
+ recruit: { // 学员招募
+ text: '学员招募',
color: '#E5505F',
borderColor: '#EFCFD2 ',
icon: 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/fd0699b9-9f3c-4b1e-8693-d0c9ec7eabc3.png'
diff --git a/pages/my/my.vue b/pages/my/my.vue
index df01b52..85ed488 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -28,10 +28,11 @@
- {{ userInfo.credentials_state === 2 ? '认证通过' : userInfo.credentials_state === 1 ?
+ {{ (userInfo.credentials_state === 2 || (userInfo.id_type > 0 &&
+ userInfo.credentials_state === 0)) ? '认证通过' : userInfo.credentials_state === 1 ?
'资质审核中' : '资质待认证' }}
0 && credentialsState === 0) {
+ // 已认证 + 待完善
uni.navigateTo({
url: '/pages/shop/qualification_sj_change'
});
- } else if (this.userInfo.credentials_state === 1) {
+ } else if (idType > 0 && credentialsState === 1) {
+ // 已认证 + 申请中
+ uni.navigateTo({
+ url: '/pages/shop/qualification_sj_change'
+ });
+ } else if (idType < 0 && credentialsState === 1) {
+ // 未入驻 + 申请中
uni.navigateTo({
url: '/pages/ruzhu/ruzhu?type=1'
});
- } else {
- uni.navigateTo({
- url: '/pages/ruzhu/ruzhu'
- });
}
},
goToInviteList() {
@@ -867,7 +879,7 @@ page {
position: relative;
padding-bottom: 50rpx;
padding-top: var(--status-bar-height);
- background-image: url("https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/825812de-54b3-486a-a3a0-2c4a1fb9fd28.png");
+ background-image: url("https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/8c7c4d24-9a21-4d21-b1ed-1aa985d188e6.png");
background-position: 0 0;
background-size: 100%;
background-repeat: no-repeat;