|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
this.$refs.qrCodeRef.innerHTML = "";
|
|
|
if (!newValue) return;
|
|
|
new QRCode(this.$refs.qrCodeRef, {
|
|
|
- text: `https://beta.cloud.cocorobo.cn/#/?shareCourseId=${this.courseId}`, // 需要转换为二维码的内容
|
|
|
+ text: newValue, // 需要转换为二维码的内容 `https://beta.cloud.cocorobo.cn/#/?shareCourseId=${this.courseId}`
|
|
|
width: 100,
|
|
|
height: 100,
|
|
|
colorDark: "#000000",
|