面授结业修改

This commit is contained in:
zhangsir
2024-10-11 16:44:24 +08:00
parent c08fb3ab3f
commit f7e70a1495
3 changed files with 8 additions and 9 deletions

View File

@@ -39,7 +39,7 @@
></qrcode-vue>
</div>
</div>
<div class="codeUrl" :style="{ display: showUrl ? 'flex' : 'flex' }">
<div class="codeUrl" :style="{ display: showUrl ? 'flex' : 'none' }">
<div class="codeUrlLink">链接</div>
<a-input
:value="codeInfo.url.startsWith('/')?`${domain+codeInfo.url}&t=10`:`${codeInfo.url}&t=10`"

View File

@@ -176,7 +176,7 @@ export default {
state.codeInfo = Object.assign(obj, props.codeInfo);
console.log("codeInfo22222", state.codeInfo, props.index, props.type);
if (props.type === "签到二维码") {
if (props.type === "签到二维码"|| props.type === "评估二维码") {
state.showUrl = false;
console.log(" state.showUrl", state.showUrl);
} else if (props.type === "课程二维码") {