zhy #374

Merged
hansu merged 2 commits from zhy into master 2020-09-17 11:33:44 +00:00
Showing only changes of commit fa9817e7bb - Show all commits

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);
},