style: change src and title

This commit is contained in:
zchengo
2023-01-04 23:19:32 +08:00
parent de9e80fff1
commit e122785af7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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>