Commit a6b9646f by weijiguang

1

parent d345bfe7
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
open(data, path) { open(data, path) {
this.show = true; this.show = true;
this.orderInfo = data; this.orderInfo = data;
console.log("order:"+JSON.stringify(this.orderInfo)); // console.log("order:"+JSON.stringify(this.orderInfo));
if(this.showMask) { if(this.showMask) {
this.qrCode = '/static/imgs/noQr.png'; this.qrCode = '/static/imgs/noQr.png';
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
const data = res?.data const data = res?.data
if (data?.data) { if (data?.data) {
// this.$set(data.data, 'state', '2'); // this.$set(data.data, 'state', '2');
console.log("getHomeOrder:"+JSON.stringify(data.data)); // console.log("getHomeOrder:"+JSON.stringify(data.data));
this.buied = true; this.buied = true;
this.orderInfo = data.data this.orderInfo = data.data
} else { } 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