Commit d386e101 by shaojiawen

update:卡券状态

parent 5677a731
......@@ -271,7 +271,8 @@ export default {
// 1未生效、2使用中、3已过期、4已禁用
switch (_status) {
case 1:
_cl = 'state-point-warning'; // 未生效
_cl = 'state-point-loading-scale'; // 未生效 转换成使用中
_status = 2;
break;
case 2:
_cl = 'state-point-loading-scale'; // 使用中
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment