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] =?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