去掉生成二维码的显示
This commit is contained in:
parent
97c79f0b62
commit
a8ce42c85e
@ -114,6 +114,7 @@
|
|||||||
暂无二维码
|
暂无二维码
|
||||||
</div>
|
</div>
|
||||||
<a-button
|
<a-button
|
||||||
|
v-if="!form.shareQrcode || !form.shareQrcode.trim()"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="generateQrcode"
|
@click="generateQrcode"
|
||||||
:loading="qrcodeLoading"
|
:loading="qrcodeLoading"
|
||||||
|
|||||||
@ -117,6 +117,7 @@
|
|||||||
暂无二维码
|
暂无二维码
|
||||||
</div>
|
</div>
|
||||||
<a-button
|
<a-button
|
||||||
|
v-if="!form.shareQrcode || !form.shareQrcode.trim()"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="generateQrcode"
|
@click="generateQrcode"
|
||||||
:loading="qrcodeLoading"
|
:loading="qrcodeLoading"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user