增加订单平台已退款状态

This commit is contained in:
2020-09-21 16:58:25 +08:00
parent 611066e778
commit 194710f97b
2 changed files with 10 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ export default {
state = '待退款';
break;
case 7:
state = '已退款';
state = '商家已退款';
break;
case 9:
state = '拼团中';
@@ -139,9 +139,9 @@ export default {
state = '已取消';
break;
case 11:
state = '已拒绝';
state = '商家已拒绝';
case 12:
state = '已退款';
state = '平台已退款';
break;
default:
break;