diff --git a/manifest.json b/manifest.json index 76c5aba..ed77cd3 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "惠农生活", "appid": "__UNI__3A527D1", "description": "", - "versionName": "2.0.50", - "versionCode": 2050, + "versionName": "2.0.51", + "versionCode": 2051, "transformPx": false, /* 5+App特有相关 */ "app-plus": { diff --git a/pages/user/index.vue b/pages/user/index.vue index 338740a..61a3ae1 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -476,6 +476,32 @@ // #ifdef APP this.isNodes++; let that = this + // setTimeout(() => { + // const query = uni.createSelectorQuery().in(this); + // query + // .select(".targets") + // .boundingClientRect((data) => { + // that.elInfo = data + // // #ifdef APP-PLUS + // if (Boolean(uni.getStorageSync('newStore'))) { + // that.subNvue = uni.getSubNVueById('userSubnvu') + // that.subNvue.show('slide-in-left', 300) + // uni.$emit('openUserSubnvue', JSON.stringify(data)) + // } + // // #endif + // }) + // .exec(); + // }, 500) + + // #endif + + + }, + mounted: function() { + this.getVersion() + }, + onShow: function() { + // #ifdef APP-PLUS setTimeout(() => { const query = uni.createSelectorQuery().in(this); query @@ -491,22 +517,7 @@ // #endif }) .exec(); - }, 500) - - // #endif - - - }, - mounted: function() { - this.getVersion() - }, - onShow: function() { - // #ifdef APP-PLUS - if ((uni.getStorageSync('newStore')) && this.elInfo) { - this.subNvue = uni.getSubNVueById('userSubnvu') - this.subNvue.show('slide-in-left', 300) - uni.$emit('openUserSubnvue', JSON.stringify(this.elInfo)) - } + }, 800) // #endif let that = this; let routes = getCurrentPages(); diff --git a/pages/user/subnvue/index.nvue b/pages/user/subnvue/index.nvue index 2766897..844ac8f 100644 --- a/pages/user/subnvue/index.nvue +++ b/pages/user/subnvue/index.nvue @@ -63,7 +63,7 @@ }); setTimeout(() => { that.isAct = true - }) + }, 500) }