From 17a55176e6e302194f13c73a23308d31ef6e591a Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 17 Oct 2022 18:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E7=94=9F=E6=88=90=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Detail.vue | 13 ++++++++----- src/views/portal/course/Micro.vue | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/portal/course/Detail.vue b/src/views/portal/course/Detail.vue index cf1c4642..f1d83185 100644 --- a/src/views/portal/course/Detail.vue +++ b/src/views/portal/course/Detail.vue @@ -249,13 +249,16 @@ export default { }), showQrimage(){ let urlPre=window.location.protocol+'//'+window.location.host; + let returnUrl='https://u.boe.com/mobile/pages/login/loading?returnUrl=/pages/resource/courseDetail?id='+this.courseInfo.id; // this.qrcode = this.webBaseUrl+'/mobile/pages/resource/courseDetail?id='+this.courseInfo.id; - urlPre='https://u.boe.com/m?returnUrl=https://u.boe.com/mobile/pages/login/loading?returnUrl='; - this.qrcode = urlPre+'/pages/resource/courseDetail?id='+this.courseInfo.id; + returnUrl=encodeURIComponent(returnUrl); + //urlPre='https://u.boe.com/m?returnUrl=https://u.boe.com/mobile/pages/login/loading?returnUrl='; + //this.qrcode = urlPre+'/pages/resource/courseDetail?id='+this.courseInfo.id; //console.log(this.qrcode,'qrcode'); - this.$nextTick(() => { - this.crateQrcode(); - }); + this.qrcode ='https://u.boe.com/m?returnUrl='+returnUrl; + this.$nextTick(() => { + this.crateQrcode(); + }); }, crateQrcode(){ this.qr = new QRCode('qrcode', { diff --git a/src/views/portal/course/Micro.vue b/src/views/portal/course/Micro.vue index 57a93897..3b1ed95d 100644 --- a/src/views/portal/course/Micro.vue +++ b/src/views/portal/course/Micro.vue @@ -15,7 +15,7 @@ -
+