style: change src and title
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div style="display: flex;align-items: center;justify-items: center;">
|
||||
<a-popover placement="bottomRight" :overlayStyle="{ width: '180px' }" trigger="click">
|
||||
<template #content>
|
||||
<a-image :width="150" src="https://www.zocrm.cloud/gzh_qrcode.jpg" :preview="false" />
|
||||
<a-image :width="150" src="https://zocrm.cloud/gzh_qrcode.jpg" :preview="false" />
|
||||
</template>
|
||||
<QuestionCircleFilled style="color: #909399; font-size: 18px;margin: 0 15px;" />
|
||||
</a-popover>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div style="margin-top: 50px;">
|
||||
<a-result status="403" sub-title="您需要订阅个人版才能使用该功能哦!">
|
||||
<a-result status="403" sub-title="您需要订阅专业版或高级版才能使用该功能哦!">
|
||||
<template #extra>
|
||||
<a-button type="primary" @click="onBuy">立即订阅</a-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user