Browse Source

修改文案

lex 1 năm trước cách đây
mục cha
commit
1b68cb6f2a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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';
                 }