Skip to content

Commit 06a5352

Browse files
committed
问卷调研
1 parent fd27780 commit 06a5352

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

public/poster.png

585 KB
Loading

src/views/dashboard/workplace/components/banner.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<div style="margin-top: 50px;">&nbsp;</div>
2929
<div>
3030
<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>
3134
<a-collapse-item header="广告区" :key="1">
3235
<a-space>
3336
<a-card hoverable :style="{ width: '500px' }">
@@ -95,7 +98,7 @@
9598
9699
const state = reactive({
97100
eepromSize: t('workplace.clickCheck'),
98-
activeKey: JSON.parse(localStorage.getItem('mainActiveKey') ?? "[2]")
101+
activeKey: JSON.parse(localStorage.getItem('mainActiveKey') ?? "[0]")
99102
})
100103
101104
const changeMainActive = (e: any) => {

0 commit comments

Comments
 (0)