| | |
| | | <template> |
| | | <el-dialog title="分享链接" v-model="shareCodeIsShow" width="12%" modal-append-to-body lock-scroll :before-close="closeShareClick"> |
| | | <div class="w100 h100 flex justify-center items-center flex-col text-center"> |
| | | <div class="h100" ref="qrcodeRef"></div> |
| | | <div ref="qrcodeRef"></div> |
| | | <p class="text-info text-sm mt-3">请使用手机浏览器或微信扫描二维码查看对话内容</p> |
| | | </div> |
| | | </el-dialog> |
| | | </template> |
| | |
| | | qrCodeEle.innerHTML = ''; |
| | | |
| | | new QRCode(qrCodeEle, { |
| | | text: url, |
| | | text: url.value, |
| | | width: 100, |
| | | height: 100, |
| | | colorDark: '#000000', |