We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fc625 commit 6e930e5Copy full SHA for 6e930e5
web/src/view/layout/search/search.vue
@@ -41,6 +41,12 @@
41
>
42
<Screenfull class="search-icon" :style="{cursor:'pointer'}" />
43
</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>
50
51
</template>
52
@@ -90,6 +96,9 @@ export default {
90
96
setTimeout(() => {
91
97
this.reload = false
92
98
}, 500)
99
+ },
100
+ toService() {
101
+ window.open('https://support.qq.com/product/371961')
93
102
}
94
103
95
104
0 commit comments