支付方式优化,外带订单去除table参数

This commit is contained in:
GaoHao
2025-01-13 13:32:33 +08:00
parent 31e656eb45
commit 32ab643a6b
4 changed files with 19 additions and 5 deletions

View File

@@ -138,7 +138,8 @@
this.$refs.orderInfoAfterRef.childOnShow();
})
}
if ( this.listinfo ) {
console.log(JSON.stringify(this.listinfo))
if ( JSON.stringify(this.listinfo) != '{}' ) {
this.getAount();
}
},