增加订单平台已退款状态
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
||||
image: '../static/mine/36.png',
|
||||
},
|
||||
'5': {
|
||||
text: '已退款',
|
||||
text: '商家已退款',
|
||||
image: '../static/mine/34.png',
|
||||
},
|
||||
'6': {
|
||||
@@ -135,7 +135,11 @@ export default {
|
||||
image: '../static/mine/33.png',
|
||||
},
|
||||
'10': {
|
||||
text: '已拒绝',
|
||||
text: '商家已拒绝',
|
||||
image: '../static/mine/34.png',
|
||||
},
|
||||
'11': {
|
||||
text: '平台已退款',
|
||||
image: '../static/mine/34.png',
|
||||
},
|
||||
},
|
||||
@@ -330,7 +334,7 @@ export default {
|
||||
state = '10';
|
||||
break;
|
||||
case 12:
|
||||
state = '5';
|
||||
state = '11';
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user