From d6fda784a8834420a2bd04705b31e35bb1673515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=9D=B0?= <727475508@qq.com> Date: Wed, 1 Apr 2026 13:50:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=9B=B8=E5=86=8C/=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/artisan/profile.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/artisan/profile.vue b/pages/artisan/profile.vue index 62d89dd..e73858c 100644 --- a/pages/artisan/profile.vue +++ b/pages/artisan/profile.vue @@ -78,22 +78,22 @@ - + - + From 591cb7ee0b3ad089baf4bfa768789493c7283e95 Mon Sep 17 00:00:00 2001 From: cjl520cy <8149487+cy250cy-520@user.noreply.gitee.com> Date: Wed, 1 Apr 2026 13:58:36 +0800 Subject: [PATCH 2/2] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/manHour/buyManHour.vue | 2 ++ pages/shop/service-skills.vue | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/shop/manHour/buyManHour.vue b/pages/shop/manHour/buyManHour.vue index 960870b..c1107bd 100644 --- a/pages/shop/manHour/buyManHour.vue +++ b/pages/shop/manHour/buyManHour.vue @@ -768,11 +768,13 @@ export default { top: calc(var(--status-bar-height) + 88rpx); z-index: 9999; white-space: nowrap; + background-color: #fff; } .icon-tab-scroll { position: relative; z-index: 1999; + background-color: #fff; } .main-tabs { diff --git a/pages/shop/service-skills.vue b/pages/shop/service-skills.vue index 6b9fda0..8b49c83 100644 --- a/pages/shop/service-skills.vue +++ b/pages/shop/service-skills.vue @@ -16,10 +16,10 @@ + :class="{ disabled: true }" v-if="isCurrentSkillSelected(skill.id)"> - @@ -225,7 +225,7 @@ // 加载服务技能列表 async loadServiceSkills() { try { - const res = await request.post('/sj/firstclass',{id:this.sjInformation.data.id}); + const res = await request.post('/sj/firstclass'); this.serviceList = res.data.map(item => ({ ...item, checked: false