From eb3fa93c3b4808f3d962f0a2568794065ad4a8e3 Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 29 Aug 2024 20:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news1/MerchantSupplier.vue | 4 ++-- pages/user/index.vue | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/news1/MerchantSupplier.vue b/pages/news1/MerchantSupplier.vue index 8bf9098..8d3c11a 100644 --- a/pages/news1/MerchantSupplier.vue +++ b/pages/news1/MerchantSupplier.vue @@ -4,7 +4,7 @@ - 诚招优质正品货源商家 入驻 {{storeInfo.store_name}} + 诚招优质正品货源商家
入驻{{storeInfo.store_name}}
@@ -640,7 +640,7 @@ text-align: center; font-style: normal; text-transform: none; - margin: 20rpx 0 16rpx 0; + margin: 10rpx 0 16rpx 0; overflow: hidden; /* 确保内容超出容器时会被隐藏 */ display: -webkit-box; diff --git a/pages/user/index.vue b/pages/user/index.vue index 4c4f9d2..6633345 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -940,6 +940,7 @@ }); }, goDealer(type) { + console.log(type) if (type == 30) { this.goJump("/pages/news3/JoinDistribution?dataType=all"); } else if (type == 10 || type == 20) { @@ -948,7 +949,8 @@ // icon: 'none', // duration: 2000 // }) - this.goJump("/pages/member/index"); + // this.goJump("/pages/member/index"); + this.goJump("/pages/invite/upgrade"); } }, openScrollTo() {