소스 검색

修改连接

lex-xin 4 년 전
부모
커밋
8b459ffa6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/teamBuild/signupList.vue

+ 1 - 1
src/views/teamBuild/signupList.vue

@@ -1000,7 +1000,7 @@ export default {
         this.qrCodeUrl = vaildTeacherUrl() + "/#/order?musicGroupId=" + id + "&musicGroupName=" + teamName;
       } else if(type == 'rePayment') {
         this.codeTitle = '学生报名链接(无乐器)'
-        this.qrCodeUrl = vaildStudentUrl() + "/#/musicGroupRePayment?musicGroupId=" + id;
+        this.qrCodeUrl = vaildStudentUrl() + "/#/login?musicGroupId=" + id + "&instrument=1";
       }
 
     },