order 7.25

This commit is contained in:
2020-07-25 17:51:01 +08:00
parent c931e87209
commit 185f5979b6
4 changed files with 40 additions and 11 deletions

View File

@@ -147,7 +147,7 @@ export default {
onLoad(option) {
this.orderType = this.$store.state.orderType;
this.orderInfo = this.$store.state.orderInfo;
console.log(this.orderType);
// console.log(this.orderType);
console.log(this.orderInfo);
this.getGoodsClass();
},