lrf402788946 4 年之前
父节点
当前提交
cccb823c09
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/techolchat/list/detail-model/questionnaire-model.vue

+ 2 - 2
src/views/techolchat/list/detail-model/questionnaire-model.vue

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