From 15c459de7e24d4f82816e9f9046fe9e3ad85204e Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 13 Oct 2025 23:39:09 +0800 Subject: [PATCH] =?UTF-8?q?Task=EF=BC=9A=E6=97=85=E5=B1=85=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumStore.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index 4a33ea0..f54248c 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -143,7 +143,7 @@ class="tab" @click="changeTab(item.value)" > - + {{ item.text }} @@ -358,6 +358,8 @@ export default { id: '', store: {}, tabList: [ + { text: '团购', value: 3, isShow: true }, + { text: '管家', value: 4, isShow: true }, { text: '资讯', value: 0, isShow: true }, { text: '文化', value: 1, isShow: true }, { text: '资质', value: 2, isShow: true } @@ -890,7 +892,7 @@ export default { padding-top: 30rpx; background: #fff; .tab { - width: 20%; + width: fit-content; .tab-item { height: 52rpx; padding: 0 30rpx;