支付方式优化,外带订单去除table参数
This commit is contained in:
@@ -138,7 +138,8 @@
|
||||
this.$refs.orderInfoAfterRef.childOnShow();
|
||||
})
|
||||
}
|
||||
if ( this.listinfo ) {
|
||||
console.log(JSON.stringify(this.listinfo))
|
||||
if ( JSON.stringify(this.listinfo) != '{}' ) {
|
||||
this.getAount();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user