coupon goods 8.13
This commit is contained in:
@@ -125,6 +125,10 @@ export default {
|
||||
text: '已取消',
|
||||
image: '../static/mine/33.png',
|
||||
},
|
||||
'10': {
|
||||
text: '已拒绝',
|
||||
image: '../static/mine/34.png',
|
||||
},
|
||||
},
|
||||
orderInfo: {},
|
||||
oid: '',
|
||||
@@ -176,6 +180,9 @@ export default {
|
||||
case 10:
|
||||
state = '9';
|
||||
break;
|
||||
case 11:
|
||||
state = '10';
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user