Skip to content

Commit 6e930e5

Browse files
author
piexlmax
committed
增加反馈按钮
1 parent 55fc625 commit 6e930e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

web/src/view/layout/search/search.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
>
4242
<Screenfull class="search-icon" :style="{cursor:'pointer'}" />
4343
</div>
44+
<div
45+
v-if="btnShow"
46+
class="user-box"
47+
>
48+
<el-icon class="search-icon" @click="toService"><service /></el-icon>
49+
</div>
4450
</div>
4551
</template>
4652

@@ -90,6 +96,9 @@ export default {
9096
setTimeout(() => {
9197
this.reload = false
9298
}, 500)
99+
},
100+
toService() {
101+
window.open('https://support.qq.com/product/371961')
93102
}
94103
}
95104
}

0 commit comments

Comments
 (0)