|
@@ -2230,7 +2230,7 @@ export default {
|
|
|
let id = this.teamid;
|
|
|
this.codeStatus = true;
|
|
|
if (type == "payment") {
|
|
|
- this.codeTitle = "学员报名连接";
|
|
|
+ this.codeTitle = "学员报名链接";
|
|
|
this.qrCodeUrl = vaildStudentUrl() + "/#/login?musicGroupId=" + id;
|
|
|
} else if (type == "detail") {
|
|
|
let teamName = this.$route.query.name;
|