We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd27780 commit 06a5352Copy full SHA for 06a5352
2 files changed
public/poster.png
585 KB
src/views/dashboard/workplace/components/banner.vue
@@ -28,6 +28,9 @@
28
<div style="margin-top: 50px;"> </div>
29
<div>
30
<a-collapse :default-active-key="state.activeKey" accordion @change="changeMainActive">
31
+ <a-collapse-item header="帮我完成问卷!谢谢!" :key="0">
32
+ <img loading="lazy" class="tencent" style="margin-bottom: 10px;" width="300px" src="/poster.png" />
33
+ </a-collapse-item>
34
<a-collapse-item header="广告区" :key="1">
35
<a-space>
36
<a-card hoverable :style="{ width: '500px' }">
@@ -95,7 +98,7 @@
95
98
96
99
const state = reactive({
97
100
eepromSize: t('workplace.clickCheck'),
- activeKey: JSON.parse(localStorage.getItem('mainActiveKey') ?? "[2]")
101
+ activeKey: JSON.parse(localStorage.getItem('mainActiveKey') ?? "[0]")
102
})
103
104
const changeMainActive = (e: any) => {
0 commit comments