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 @@