Browse Source

值不对

wolyshaw 3 years ago
parent
commit
40ab42f24e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/constant/music.ts

+ 1 - 1
src/constant/music.ts

@@ -14,7 +14,7 @@ export const chargeType = {
 
 /** 老师端曲目收费类型 */
 export const teacherChargeType = {
-  2: '是',
+  1: '是',
   0: '否'
 }