From 7b862c994682928465b4399e7c4d09e1ee91e403 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 16 Nov 2023 18:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E8=B5=A0=E9=80=81=E7=A7=AF=E5=88=86=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E5=8F=AA=E8=83=BD=E8=BE=93=E5=85=A5=E6=95=B0=E5=AD=97=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BC=9A?= =?UTF-8?q?=E5=91=98=E4=B8=AD=E5=BF=83=E7=9A=84=E5=B9=BF=E5=91=8A=E5=9B=BE?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E5=9B=BA=E5=AE=9A=E4=B8=BA150rpx=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=E5=8A=A0=E4=BA=86=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=B8=8D=E8=83=BD=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/guide/index.vue | 35 +++++++++++++++------- pages.json | 2 +- pages/admin/custom/index.vue | 2 +- pages/annex/vip_center/index.vue | 8 ++--- pages/annex/vip_paid/index.vue | 8 ++--- pages/store/settled/index.vue | 12 ++++---- pages/user/index.vue | 50 +++++++++++++++++++++++++++----- 7 files changed, 83 insertions(+), 34 deletions(-) diff --git a/components/guide/index.vue b/components/guide/index.vue index d1c74a8..4c4d018 100644 --- a/components/guide/index.vue +++ b/components/guide/index.vue @@ -1,9 +1,18 @@ @@ -33,7 +43,8 @@ experience: '立即体验', time: this.advData.config.open_screen_time, timecount: undefined, - navH: 0 + navH: 0, + currIndex: 0, } }, props: { @@ -57,7 +68,8 @@ // #endif }, methods: { - stopChange(){ + stopChange(e){ + this.currIndex = e.detail.current; if(this.advData.list.length == 1){ return false } @@ -79,7 +91,9 @@ url: '/pages/index/index' }); }, - jump(url) { + jump() { + let url = this.advData.list[this.currIndex].url || ''; + console.log(url); if(url){ clearInterval(this.timecount) if (url.indexOf("http") != -1) { @@ -87,8 +101,7 @@ url: `/pages/annex/web_view/index?url=${url}` }); } else { - if (['/pages/goods_cate/goods_cate', '/pages/order_addcart/order_addcart', '/pages/user/index', '/pages/index/index', '/pages/plant_grass/index'] - .indexOf(url) == -1) { + if (['/pages/goods_cate/goods_cate', '/pages/order_addcart/order_addcart', '/pages/user/index', '/pages/index/index', '/pages/plant_grass/index'].indexOf(url) == -1) { uni.navigateTo({ url: url }) diff --git a/pages.json b/pages.json index 392fae5..5fcf9e2 100644 --- a/pages.json +++ b/pages.json @@ -580,7 +580,7 @@ { "path": "shopStreet/index", "style": { - "navigationBarTitleText": "店铺街" + "navigationBarTitleText": "附近商家" } }, { diff --git a/pages/admin/custom/index.vue b/pages/admin/custom/index.vue index 88ed031..da7a123 100644 --- a/pages/admin/custom/index.vue +++ b/pages/admin/custom/index.vue @@ -4,7 +4,7 @@ - + diff --git a/pages/annex/vip_center/index.vue b/pages/annex/vip_center/index.vue index 5430eea..edced37 100644 --- a/pages/annex/vip_center/index.vue +++ b/pages/annex/vip_center/index.vue @@ -82,10 +82,10 @@ 立即支付 - - 购买即视为同意《会员用户协议》 - + + + + diff --git a/pages/annex/vip_paid/index.vue b/pages/annex/vip_paid/index.vue index 328345f..7ebaa3d 100644 --- a/pages/annex/vip_paid/index.vue +++ b/pages/annex/vip_paid/index.vue @@ -39,10 +39,10 @@ {{svip_type == 1 ? '立即体验' : '立即开通'}} - - 购买即视为同意《会员用户协议》 - + + + + 会员专享价 会员购买享超低价 diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index e8e19a9..0a3ebf5 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -91,11 +91,11 @@ - - - 已阅读并同意 - - + + + + + @@ -165,7 +165,7 @@ text: "获取验证码", codeUrl: "", disabled: false, - isAgree: false, + isAgree: true,// 是否同意协议 showProtocol: false, isShowCode: false, loading: false, diff --git a/pages/user/index.vue b/pages/user/index.vue index d786c1d..d8c63af 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -120,12 +120,20 @@ - + - + @@ -200,7 +208,6 @@