浏览代码

修改文案

lex 1 年之前
父节点
当前提交
1b68cb6f2a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/student-register/index.tsx

+ 2 - 2
src/views/student-register/index.tsx

@@ -1602,7 +1602,7 @@ export default defineComponent({
               onClick={() => {
                 // console.log(forms.joinType, 'joinType');
                 if (forms.joinType === 'digitalize') {
-                  otherParams.showOtherMessage = `没有专业工具的辅助,将会增加乐器学练难度`;
+                  otherParams.showOtherMessage = `没有陪练工具,将无法实现同步练习`;
                   otherParams.showOtherSchool = true;
                   otherParams.showCloseButton = true;
                   otherParams.showCancelButton = true;
@@ -1611,7 +1611,7 @@ export default defineComponent({
                   otherParams.confirmButtonColor = '';
                   otherParams.confirmButtonText = '放弃取消';
                   otherParams.otherType = 'payment';
-                  otherParams.messageAlign = 'left';
+                  otherParams.messageAlign = 'center';
                 } else if (forms.joinType === 'tradition') {
                   forms.joinType = 'digitalize';
                 }