lex hace 1 año
padre
commit
245b22b9db
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/views/collection-record/api.ts
  2. 1 1
      src/views/member-center/index.tsx

+ 1 - 1
src/views/collection-record/api.ts

@@ -1,7 +1,7 @@
 import request from '@/helpers/request';
 
 export const type_OrderTypes: { [_: string]: string } = {
-  VIP: '数字化乐学练工具',
+  VIP: '数字化乐器AI学练工具',
   SCHOOL_REGISTER: '学生报名'
 };
 export const type_OrderStatus: { [_: string]: string } = {

+ 1 - 1
src/views/member-center/index.tsx

@@ -271,7 +271,7 @@ export default defineComponent({
                         </span>
                       </div>
                     ) : (
-                      <div>您还未开通乐学练工具哟</div>
+                      <div>您还未开通乐器AI学练工具哟</div>
                     )}
                   </>
                 </div>