feat: config新增默认用户头像以及默认背景配置,修复查看订单报错无权限bug

This commit is contained in:
lemon橪
2023-01-12 18:12:35 +08:00
parent 2c494ac0d1
commit c919b1463c
8 changed files with 31 additions and 12 deletions

View File

@@ -343,7 +343,7 @@ export default {
this.orderGoodsList = order.orderItems;
this.orderDetail = res.data.result;
if (this.order.deliveryMethod === 'LOGISTICS') {
this.loadLogistics()
this.loadLogistics(sn)
}
uni.hideLoading();
});