diff --git a/components/recommend/index.vue b/components/recommend/index.vue index cc8882d..db01500 100644 --- a/components/recommend/index.vue +++ b/components/recommend/index.vue @@ -32,7 +32,7 @@ - 名优特产 + 名优农特产 地方特色特产 diff --git a/config/app.js b/config/app.js index 108a689..6793edb 100644 --- a/config/app.js +++ b/config/app.js @@ -15,8 +15,8 @@ let openPlantGrass = '-openPlantGrass-' let httpSix, httpApi; -// const env = 'dev'; // 开发 -const env = 'prod'; // 生产 +const env = 'dev'; // 开发 +// const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/manifest.json b/manifest.json index 2e08a7f..38f9df6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "惠农生活", "appid": "__UNI__3A527D1", "description": "", - "versionName": "2.0.20", - "versionCode": 2020, + "versionName": "2.0.27", + "versionCode": 2027, "transformPx": false, /* 5+App特有相关 */ "app-plus": { diff --git a/pages.json b/pages.json index 4cc5606..a4cd27f 100644 --- a/pages.json +++ b/pages.json @@ -324,8 +324,8 @@ "path": "home/home", "style": { "navigationBarTitleText": "里海云仓", - "enablePullDownRefresh": false, - "navigationStyle": "custom" + "navigationStyle": "custom", + "enablePullDownRefresh": true } }, { diff --git a/pages/cloud_warehouse/home/home.vue b/pages/cloud_warehouse/home/home.vue index 681b7b7..41cb92c 100644 --- a/pages/cloud_warehouse/home/home.vue +++ b/pages/cloud_warehouse/home/home.vue @@ -313,6 +313,7 @@ mer_cate_id: '', keyword: '', deduction_rate: '', //抵扣比例 + rand: 1 } } }, @@ -326,6 +327,9 @@ onPageScroll() { uni.$emit('scroll'); }, + onPullDownRefresh() { + this.getProductslist(true); + }, methods: { navTo(url) { uni.navigateTo({ @@ -388,10 +392,13 @@ if (this.isLoading == -1) return; this.isLoading = 1; getProductslist(this.where).then(res => { + uni.stopPullDownRefresh(); this.hostProduct = [...this.hostProduct, ...res.data.list]; this.isLoading = 0; if (res.data.list.length < this.where.limit) this.isLoading = -1; this.where.page++; + }).catch(err => { + uni.stopPullDownRefresh(); }) }, goDetail(item) {