Fix:5125 【商城小程序】订单列表状态未同步刷新

This commit is contained in:
linxi
2026-04-13 15:00:10 +08:00
parent 9e9a058325
commit 4f2670ba01
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -691,6 +691,9 @@ export default {
this.getDetail();
}
},
onUnload() {
uni.setStorageSync('needRefreshMyOrderList', 1)
},
// inject: ["app"],
mounted: function () {
this.id = this.$yroute.query.id;