coupon goods 8.13

This commit is contained in:
2020-08-13 17:05:02 +08:00
parent f1fbeb65a1
commit e224cffc1c
7 changed files with 245 additions and 12 deletions

View File

@@ -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;
}