bug
This commit is contained in:
parent
98265a97ba
commit
fdba33f0d5
@ -1163,7 +1163,9 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm() {
|
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);
|
this.form.activeConsumptionChildList = this.form.tableDatas.concat(this.tableDatas, this.form.shiwudata);
|
||||||
console.log(this.form.activeConsumptionChildList)
|
console.log(this.form.activeConsumptionChildList)
|
||||||
|
|
||||||
|
@ -352,7 +352,8 @@
|
|||||||
data: {"orderNo":_this.orderNo,"status":"payFail"},
|
data: {"orderNo":_this.orderNo,"status":"payFail"},
|
||||||
}).then((ress)=>{})
|
}).then((ress)=>{})
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:res.data.msg,
|
// title:res.data.msg,
|
||||||
|
title:"支付失败,请联系商家",
|
||||||
icon:"none"
|
icon:"none"
|
||||||
})
|
})
|
||||||
// _this.goBack()
|
// _this.goBack()
|
||||||
|
Loading…
Reference in New Issue
Block a user