diff --git a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue index 39a11a935..80dfc0f50 100644 --- a/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue +++ b/fuintAdmin/src/views/EventMarketing/activeConsumption/index.vue @@ -1163,7 +1163,9 @@ export default { }, /** 提交按钮 */ submitForm() { - + if (!this.form.tableDatas || this.form.tableDatas.length==0){ + this.form.tableDatas = [] + } this.form.activeConsumptionChildList = this.form.tableDatas.concat(this.tableDatas, this.form.shiwudata); console.log(this.form.activeConsumptionChildList) diff --git a/gasStation-uni/pagesRefuel/orderDetail/index.vue b/gasStation-uni/pagesRefuel/orderDetail/index.vue index a9ec90900..d2d7b9f47 100644 --- a/gasStation-uni/pagesRefuel/orderDetail/index.vue +++ b/gasStation-uni/pagesRefuel/orderDetail/index.vue @@ -352,7 +352,8 @@ data: {"orderNo":_this.orderNo,"status":"payFail"}, }).then((ress)=>{}) uni.showToast({ - title:res.data.msg, + // title:res.data.msg, + title:"支付失败,请联系商家", icon:"none" }) // _this.goBack()