|
@@ -74,7 +74,7 @@
|
|
|
>预报名链接</el-button
|
|
|
>
|
|
|
<el-button type="primary" @click="onCreateQRCode('music')"
|
|
|
- >器乐考级链接</el-button
|
|
|
+ >器乐考级报名链接</el-button
|
|
|
>
|
|
|
<el-button type="primary" @click="onCreateQRCode('vip')"
|
|
|
>VIP课程链接</el-button
|
|
@@ -367,7 +367,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
if (status == "music") {
|
|
|
- this.codeTitle = "器乐考级链接";
|
|
|
+ this.codeTitle = "器乐考级报名链接";
|
|
|
this.qrCodeUrl = vaildStudentUrl() + "/#/childrenPayment?dHlwZT0x";
|
|
|
}
|
|
|
if (status == "vip") {
|