From 0aed25b996d3df61359cc2b9905224a40255c99a Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sun, 28 Apr 2024 23:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=AE=A1=E7=90=86bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 7 +- pages/index/subnvue/concat.nvue | 4 +- pages/product/list/components/overly.vue | 33 +++++++++ pages/product/list/index - 副本.vue | 4 +- pages/product/list/index.vue | 89 +++++------------------ pages/product/list/subnvue/concat.nvue | 2 +- static/empty/goodsEmpty.png | Bin 0 -> 58283 bytes 7 files changed, 64 insertions(+), 75 deletions(-) create mode 100644 pages/product/list/components/overly.vue create mode 100644 static/empty/goodsEmpty.png diff --git a/pages/index/index.vue b/pages/index/index.vue index eb46d8b..ee68487 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -858,7 +858,7 @@ }); uni.$on('diverIndexSubEmit', () => { uni.navigateTo({ - url: '/pages/product/list/index' + url: '/pages/product/list/index?diver=1' }) }) @@ -881,7 +881,10 @@ let info = JSON.stringify(data) that.elInfo = data // #ifdef APP-PLUS - that.openDiver() + // if(that.userInfoData.is_newUser){ + if (true) { + that.openDiver() + } // #endif }) .exec(); diff --git a/pages/index/subnvue/concat.nvue b/pages/index/subnvue/concat.nvue index 49c4ba6..47dce0a 100644 --- a/pages/index/subnvue/concat.nvue +++ b/pages/index/subnvue/concat.nvue @@ -18,7 +18,7 @@ - 下一步(3/4){{isActive}} + 下一步(3/4) @@ -156,7 +156,7 @@ right: 30rpx; top: 80rpx; border: 1px solid white; - padding: 20rpx; + padding: 10rpx 20rpx; border-radius: 30rpx; } diff --git a/pages/product/list/components/overly.vue b/pages/product/list/components/overly.vue new file mode 100644 index 0000000..dbcf3e6 --- /dev/null +++ b/pages/product/list/components/overly.vue @@ -0,0 +1,33 @@ + + + + + \ No newline at end of file diff --git a/pages/product/list/index - 副本.vue b/pages/product/list/index - 副本.vue index 457bab2..9169f75 100644 --- a/pages/product/list/index - 副本.vue +++ b/pages/product/list/index - 副本.vue @@ -298,9 +298,11 @@ } }, onLoad(options) { + + + this.getUserInfo() this.getCategoryList(); - var that = this; // 获取设备宽度 uni.getSystemInfo({ diff --git a/pages/product/list/index.vue b/pages/product/list/index.vue index 9e3a49c..600d2d2 100644 --- a/pages/product/list/index.vue +++ b/pages/product/list/index.vue @@ -1,6 +1,5 @@