Commit a6b9646f by weijiguang

1

parent d345bfe7
......@@ -76,7 +76,7 @@ export default {
open(data, path) {
this.show = true;
this.orderInfo = data;
console.log("order:"+JSON.stringify(this.orderInfo));
// console.log("order:"+JSON.stringify(this.orderInfo));
if(this.showMask) {
this.qrCode = '/static/imgs/noQr.png';
......
......@@ -106,7 +106,7 @@ export default {
const data = res?.data
if (data?.data) {
// this.$set(data.data, 'state', '2');
console.log("getHomeOrder:"+JSON.stringify(data.data));
// console.log("getHomeOrder:"+JSON.stringify(data.data));
this.buied = true;
this.orderInfo = data.data
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment