Browse Source

fix;二维码修改为白底

dxj
杜贤金 1 year ago
parent
commit
4e9ba33d05
  1. 4
      src/views/task/components/InviteForm/index.vue

4
src/views/task/components/InviteForm/index.vue

@ -47,7 +47,7 @@ const code = userStore.getChatInfo?.inviteCode as string
<div class="close" @click="handleClose">
</div>
<div class="qr">
<QRCode ref="qrcodeCanvasRef" :size="145" :value="`http://223.99.228.207:6001/#/login?inviteCode=${code}`" />
<QRCode ref="qrcodeCanvasRef" bg-color="white" :size="145" :value="`http://223.99.228.207:6001/#/Login?inviteCode=${code}`" />
</div>
<Button type="primary" class="save-qr" @click="dowloadChange">
保存二维码
@ -62,7 +62,7 @@ const code = userStore.getChatInfo?.inviteCode as string
{{ code }}
</div>
<div class="i-copy">
<Button class="copy-btn" @click="copyText(`http://223.99.228.207:6001/#/login?inviteCode=${code}`)">
<Button class="copy-btn" @click="copyText(`http://223.99.228.207:6001/#/Login?inviteCode=${code}`)">
复制邀请码链接
</Button>
</div>

Loading…
Cancel
Save