This commit is contained in:
ghusermoon 2020-09-17 18:48:02 +08:00
parent a60f61c300
commit fa9817e7bb

View File

@ -94,7 +94,8 @@ export default {
}
},
onLoad(option) {
this.type = option.type
this.type = 2;
// this.type = option.type
this.oid = option.oid;
this.getOrderInfo(option.oid);
},