From 24278992476c9eee40931fbf170a356fc8e45827 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Tue, 26 Sep 2023 21:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=9B=9E=E8=B0=83=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 +-- manifest.json | 4 +-- pages/margin/margin.vue | 21 ++++++------ pages/supply_chains/supply_chains.vue | 46 ++++++++++----------------- pages/users/order_confirm/index.vue | 4 +-- 5 files changed, 35 insertions(+), 44 deletions(-) diff --git a/config/app.js b/config/app.js index 2182f5b..346d3c5 100644 --- a/config/app.js +++ b/config/app.js @@ -9,8 +9,8 @@ let httpApiThree let httpApiFour // 在打包之前请检查当前环境是否正确 -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 42d12ce..f637671 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.4.4", - "versionCode" : 144, + "versionName" : "1.4.5", + "versionCode" : 145, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/margin/margin.vue b/pages/margin/margin.vue index f135458..7b16f86 100644 --- a/pages/margin/margin.vue +++ b/pages/margin/margin.vue @@ -121,31 +121,34 @@ title: '暂时无需缴纳保证金' }); } else { - + let that = this uni.showModal({ title: '提示', content: '商户' + this.merchant_Data.mer_name + '是否同意缴纳保证金', success: function(res) { if (res.confirm) { + // console.log('用户点击确定'); paymerchant().then((res) => { - console.log(res.data) + uni.requestPayment({ provider: 'wxpay', orderInfo: res.data .config, //微信、支付宝订单数据 【注意微信的订单信息,键值应该全部是小写,不能采用驼峰命名】 success: function(res) { - this.$util.Tips({ + that.$util.Tips({ title: '支付成功' }); - console.log('success:' + JSON.stringify(res)); - setTimeout(()=>{ - this.decimal() - this.list(true) - },1000) + + setTimeout(() => { + that.decimal() + that.list(true) + }, 1000) + }, fail: function(err) { - this.$util.Tips({ + + that.$util.Tips({ title: '支付失败' }); console.log('fail:' + JSON.stringify(err)); diff --git a/pages/supply_chains/supply_chains.vue b/pages/supply_chains/supply_chains.vue index aa6164b..42bc922 100644 --- a/pages/supply_chains/supply_chains.vue +++ b/pages/supply_chains/supply_chains.vue @@ -20,7 +20,7 @@ - + {{street}} @@ -175,7 +175,7 @@ import { getIndexData, getDiy, - cloudWarehouse + cloudWarehouse } from '@/api/api.js' import { @@ -248,17 +248,13 @@ }, onPullDownRefresh() { - this.list(true); + this.list(true, this.street_id); this.Area() uni.stopPullDownRefresh() }, onLoad() { - - this.list() - this.Area() - - + this.selfLocation() // this.openTongZhi() uni.$on('connectstatusChange', (connectstatus) => { var connectstr = '' @@ -275,10 +271,10 @@ onReachBottom() { if (this.productList.length > 0) { setTimeout(() => { - this.list(false); + this.list(false, this.street_id); }, 500) } else { - this.list() + this.list(true, this.street_id) } @@ -299,13 +295,12 @@ this.street = newValue.split(',')[0] this.town = newValue.split(',')[0] this.street_id = newValue.split(',')[1] + }); - if (this.street.length <= 0) { - this.selfLocation() - } + }, // #ifdef APP-PLUS @@ -335,7 +330,6 @@ }, //获取商品列表 list(isPage, id) { -// console.log('1111111') let that = this; if (that.loadend) return; if (that.loading) return; @@ -345,10 +339,10 @@ that.loading = true; that.loadTitle = ''; cloudWarehouse({ - page:that.where.page, - limit:that.where.limit, - street_code:id, - category_id:0 + page: that.where.page, + limit: that.where.limit, + street_code: id, + category_id: 0 }).then(res => { // console.log(222) let list = res.data.list; @@ -405,25 +399,16 @@ } else if (scrollTop > 100) { this.backColor = 1 this.isFshow = true - - } - }, - - - - - getCloudShopMerId(id) { get_cloud_shop(id).then(res => { res.data.length > 0 ? this.isYunCang = 1 : this.isYunCang = 0 }) }, selectLocation() { - this.showPicker = true }, confirm(e) { @@ -432,7 +417,8 @@ this.street_id = e.value[1].code this.town = e.value[1].name this.loadend = false; - this.list(true, this.street_id) + this.$set(this.where, 'page', 1) + this.list(true, this.street_id) this.$nextTick(() => { this.$bus.$emit('value-updated', e.value[1].name + ',' + e.value[1].code); @@ -523,6 +509,7 @@ this.street_id = e.value[1].code this.town = e.value[1].name this.loadend = false; + this.$set(this.where, 'page', 1) this.list(true, this.street_id) }, selfLocation() { @@ -549,12 +536,13 @@ this.town = res.data.address_reference.town.title this.street_id = res.data.address_reference.town.id this.street = res.data.address_component.street + this.list(true,this.street_id) this.$nextTick(() => { this.$bus.$emit('value-updated', this.street + ',' + this .street_id); }) - this.list(this.street_id) + }).catch(err => { this.isshow = false uni.showToast({ diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index fae8f15..48848b7 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -150,7 +150,7 @@ 免运费 - 店铺优惠券 @@ -163,7 +163,7 @@ 暂无优惠券 - + -->