Fix:3384 【商城小程序】“我的”页面从任一订单状态进入订单列表后,点击查看“全部”下的任意订单详情,返回后默认回到进入的状态列表页面
This commit is contained in:
@@ -476,9 +476,8 @@ export default {
|
|||||||
this.changeType(this.type);
|
this.changeType(this.type);
|
||||||
},
|
},
|
||||||
tabChange(item) {
|
tabChange(item) {
|
||||||
|
|
||||||
|
|
||||||
this.type = item.index
|
this.type = item.index
|
||||||
|
this.$yroute.query.type = this.type
|
||||||
this.changeType();
|
this.changeType();
|
||||||
},
|
},
|
||||||
changeType() {
|
changeType() {
|
||||||
|
|||||||
Reference in New Issue
Block a user