浏览代码

值不对

wolyshaw 3 年之前
父节点
当前提交
40ab42f24e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: '否'
 }