mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 00:15:54 +08:00
修改订单详情退款状态展示
This commit is contained in:
@@ -351,7 +351,7 @@ export default {
|
|||||||
case 'REFUNDING':
|
case 'REFUNDING':
|
||||||
return "退款中";
|
return "退款中";
|
||||||
default:
|
default:
|
||||||
return "未退款";
|
return "";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
callPhone(){
|
callPhone(){
|
||||||
|
|||||||
Reference in New Issue
Block a user