Browse Source

修改续费连接添加参数

lex-xin 4 years ago
parent
commit
189dc4ee7b

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-2cc709aa.a26321fb.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-8727cdaa.a3f3bb29.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-ecbe1406.83733ecb.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.93a4b0a4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-20e3f5ab.38541acf.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2cc709aa.f281e9f3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-312fcfd0.9ee08b33.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3b8b1897.7ce6e7b1.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8727cdaa.b1a5676f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ecbe1406.26025473.js


+ 1 - 1
src/views/resetTeaming/components/resetPayList.vue

@@ -505,7 +505,7 @@ export default {
     },
     onCreateQRCode (row) { // 生成报名二维码
       this.qrcodeStatus = true
-      this.codeUrl = vaildStudentUrl() + '/#/musicGroupRenew?calenderId=' + row.id
+      this.codeUrl = vaildStudentUrl() + '/#/musicGroupRenew?calenderId=' + row.id + '&id=' + this.$route.query.id
     },
     chioseStudent (val) {
       this.chioseStudentList = val;

Some files were not shown because too many files changed in this diff