Fix:【商城小程序】待收货和待评价订单详情页增加物流信息显示(蓝湖效果图已更新)
This commit is contained in:
@@ -253,7 +253,7 @@ export default {
|
||||
passkeyborad
|
||||
},
|
||||
computed: mapGetters(["userInfo"]),
|
||||
onShow: function () {
|
||||
onShow() {
|
||||
this.type = this.type || parseInt(this.$yroute.query.type) || 0;
|
||||
this.changeType(this.type);
|
||||
this.getOrderData();
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
this.addressId = res.id
|
||||
})
|
||||
},
|
||||
onHide: function () {
|
||||
onHide() {
|
||||
this.orderList = [];
|
||||
this.page = 1;
|
||||
this.limit = 20;
|
||||
|
||||
Reference in New Issue
Block a user