|
@@ -12,7 +12,7 @@
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" class="info">
|
|
<el-col :span="24" class="title">
|
|
<el-col :span="24" class="title">
|
|
{{ data.title }}
|
|
{{ data.title }}
|
|
- <img :src="qc" style="position:relative;top:15px" />
|
|
|
|
|
|
+ <img :src="qc" style="position:relative;top:20px" />
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="brief">
|
|
<el-col :span="24" class="brief">
|
|
{{ data.brief }}
|
|
{{ data.brief }}
|
|
@@ -177,7 +177,7 @@ export default {
|
|
async creatQrCode() {
|
|
async creatQrCode() {
|
|
let url = `http://broadcast.waityou24.cn/platmobile/question/detail?id=${this.data.id}`; // 需要转换为二维码的内容
|
|
let url = `http://broadcast.waityou24.cn/platmobile/question/detail?id=${this.data.id}`; // 需要转换为二维码的内容
|
|
console.log(url);
|
|
console.log(url);
|
|
- this.qc = await QRCode.toDataURL(url, { height: 50, width: 50 });
|
|
|
|
|
|
+ this.qc = await QRCode.toDataURL(url, { height: 60, width: 60 });
|
|
},
|
|
},
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|