Skip to content

Commit 1825cea

Browse files
committed
更新活动信息
1 parent bbac5c7 commit 1825cea

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/layouts/components/BuyIt/index.vue

+12
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ onMounted(() => {
3333
position: 'bottom-right',
3434
duration: 0,
3535
})
36+
setTimeout(() => {
37+
ElNotification({
38+
type: 'info',
39+
title: '「 免费领取 Vue2 版本专业版 」',
40+
dangerouslyUseHTMLString: true,
41+
message: `
42+
<p style="text-align: right;"><a href="https://fantastic-admin.gitee.io/get-vue2-pro.html" target="_blank">查看详情</a></p>
43+
`,
44+
position: 'bottom-right',
45+
duration: 0,
46+
})
47+
}, 0)
3648
})
3749
3850
onUnmounted(() => {

0 commit comments

Comments
 (0)