Fix:【商城小程序】待收货和待评价订单详情页增加物流信息显示(蓝湖效果图已更新)

This commit is contained in:
linxi
2024-09-14 17:08:46 +08:00
parent 9eb5f0acf3
commit ce428b7ff8
2 changed files with 35 additions and 6 deletions
+2 -2
View File
@@ -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;