refactor: 🎨 优化订单备注在onShow时候丢失问题 以及 优化部分代码

This commit is contained in:
Yer
2023-05-17 14:50:05 +08:00
parent d5ea5a4fa9
commit f31ff79a39
4 changed files with 259 additions and 93 deletions

View File

@@ -106,7 +106,7 @@
storeList: [], //店铺集合
};
},
onLoad() {
onShow() {
this.getGoodList();
this.getStoreList();
},