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