lex преди 1 година
родител
ревизия
59d63ea1c0
променени са 3 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. BIN
      src/views/student-register/images/new/icon-7.png
  2. 4 2
      src/views/student-register/index-apply.tsx
  3. 3 3
      src/views/student-register/index.tsx

BIN
src/views/student-register/images/new/icon-7.png


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

@@ -531,9 +531,9 @@ export default defineComponent({
         !forms.isChangeSchool &&
         forms.isRegister === 'update'
       ) {
-        otherParams.showOtherMessage = `您已绑定【${
+        otherParams.showOtherMessage = `您已绑定<span style="color: #2B85FF">【${
           forms.studentItem?.schoolName || ''
-        }】,提交后将更换到
+        }】</span>,提交后将更换到
         <span style="color: #2B85FF">【${
           forms.registerDetails.schoolName || ''
         }】</span>
@@ -1630,6 +1630,8 @@ export default defineComponent({
               center
               onClick={() => {
                 // console.log(forms.joinType, 'joinType');
+                if (forms.registerType !== 'SELECT_BUY_GOODS') return;
+
                 if (forms.joinType === 'digitalize') {
                   otherParams.showOtherMessage = `没有陪练工具,将无法实现同步练习`;
                   otherParams.showOtherSchool = true;

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

@@ -47,7 +47,7 @@ import MDialog from '@/components/m-dialog';
 // import functionBg from './images/new/function-bg.png';
 import tuangou from './images/new/tuangou.png';
 import icon3 from './images/new/icon-3.png';
-import icon5 from './images/new/icon-5.png';
+import icon5 from './images/new/icon-7.png';
 import icon6 from './images/new/icon-6.png';
 import giftTip from './images/new/icon-4.png';
 import iconGift from './images/new/icon-gift.png';
@@ -517,9 +517,9 @@ export default defineComponent({
         !forms.isChangeSchool &&
         forms.isRegister === 'update'
       ) {
-        otherParams.showOtherMessage = `您已绑定【${
+        otherParams.showOtherMessage = `您已绑定<span style="color: #2B85FF">【${
           forms.studentItem?.schoolName || ''
-        }】,提交后将更换到
+        }】</span>,提交后将更换到
         <span style="color: #2B85FF">【${
           forms.registerDetails.schoolName || ''
         }】</span>