Fix:3440 【商城小程序】我的订单—查看订单详情后返回未定位到该订单位置
This commit is contained in:
@@ -293,10 +293,13 @@ export default {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
_this.type = _this.type || parseInt(_this.$yroute.query.type) || 0;
|
||||
_this.changeType(_this.type);
|
||||
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.type = this.type || parseInt(this.$yroute.query.type) || 0;
|
||||
this.changeType(this.type);
|
||||
},
|
||||
methods: {
|
||||
handleBody() {
|
||||
this.orderList.forEach((e) => {
|
||||
|
||||
Reference in New Issue
Block a user