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 @@ } } }); - + }, /** * 点击去评价