Fix:3384 【商城小程序】“我的”页面从任一订单状态进入订单列表后,点击查看“全部”下的任意订单详情,返回后默认回到进入的状态列表页面

This commit is contained in:
linxi
2025-03-14 14:35:45 +08:00
parent 36fcb30879
commit 8b3156630a
+1 -2
View File
@@ -476,9 +476,8 @@ export default {
this.changeType(this.type);
},
tabChange(item) {
this.type = item.index
this.$yroute.query.type = this.type
this.changeType();
},
changeType() {