show price 8.12

This commit is contained in:
2020-08-12 10:10:59 +08:00
parent 1db45d40a7
commit d19771b182
7 changed files with 47 additions and 38 deletions

View File

@@ -79,6 +79,9 @@ export default {
case 9:
state = '拼团中';
break;
case 10:
state = '已取消';
break;
default:
break;
}