From 1e46d5a29984f2f46fb21a0db2ad2546093547a8 Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Mon, 11 Sep 2023 20:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E7=95=8C=E9=9D=A2=EF=BC=8C=E4=BB=A5=E5=8F=8A=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../receivedCommission/index.vue | 6 +- pages/plantGrass/plant_detail/index.vue | 1144 ++++++++++------- pages/product/addGoods/index.vue | 4 +- pages/product/list/index.vue | 1081 +++++++++------- pages/supply_chains/supply_chains.vue | 2 +- pages/trading_hall/adddiscounts/index.vue | 6 - pages/users/order_list/indexCopy.vue | 8 +- 7 files changed, 1242 insertions(+), 1009 deletions(-) diff --git a/pages/commissionedSales/receivedCommission/index.vue b/pages/commissionedSales/receivedCommission/index.vue index b2c1646..729a4b2 100644 --- a/pages/commissionedSales/receivedCommission/index.vue +++ b/pages/commissionedSales/receivedCommission/index.vue @@ -74,10 +74,8 @@ 已拒绝 - + 详情 diff --git a/pages/plantGrass/plant_detail/index.vue b/pages/plantGrass/plant_detail/index.vue index acaf1d9..d7a6d6f 100644 --- a/pages/plantGrass/plant_detail/index.vue +++ b/pages/plantGrass/plant_detail/index.vue @@ -1,45 +1,51 @@ \ No newline at end of file diff --git a/pages/supply_chains/supply_chains.vue b/pages/supply_chains/supply_chains.vue index 8255da7..877bf14 100644 --- a/pages/supply_chains/supply_chains.vue +++ b/pages/supply_chains/supply_chains.vue @@ -539,7 +539,7 @@ this.street_id = e.value[1].code this.town = e.value[1].name this.productList=[] - this.list(this.street_id) + this.list(true,this.street_id) }, selfLocation() { if (uni.getStorageSync('loction') == true) { diff --git a/pages/trading_hall/adddiscounts/index.vue b/pages/trading_hall/adddiscounts/index.vue index 1dd6cfb..8a85112 100644 --- a/pages/trading_hall/adddiscounts/index.vue +++ b/pages/trading_hall/adddiscounts/index.vue @@ -373,14 +373,8 @@ getUserInfo: function() { let that = this; getUserInfo().then(res => { - - - this.merId = res.data.service.mer_id - }) - - }, // 是否包邮选择 deliveryFreeChange(val) { diff --git a/pages/users/order_list/indexCopy.vue b/pages/users/order_list/indexCopy.vue index 63577c1..55fe401 100644 --- a/pages/users/order_list/indexCopy.vue +++ b/pages/users/order_list/indexCopy.vue @@ -680,11 +680,11 @@ * 提示 */ dePay() { - + uni.showModal({ title: '提示', - title: '该订单属于先货后款的订单,等商户确认后才能支付', - success: function (res) { + title: '该订单属于先货后款的订单,等商户确认后才能支付', + success: function(res) { if (res.confirm) { console.log('用户点击确定'); } else if (res.cancel) { @@ -692,7 +692,7 @@ } } }); - + }, /** * 点击去评价