|
@@ -33,7 +33,7 @@
|
|
|
</el-dropdown>
|
|
</el-dropdown>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
</nav>
|
|
</nav>
|
|
|
- <div class="w1000 df aic jcc" style="padding-top: 8px;padding: 10px 0; background-color: #fff;font-size: 16px;color: #ed8c0f;">客服qq:2580955093</div>
|
|
|
|
|
|
|
+ <div class="w1000 df aic jcc" style="padding-top: 8px;padding: 10px 0; background-color: #fff;font-size: 16px;color: #ed8c0f;">客服qq:386501046</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -113,7 +113,7 @@ const links: any = ref<LinkItem[]>([])
|
|
|
|
|
|
|
|
const searchChange = async (str: string, cb: (arg: any) => void) => {
|
|
const searchChange = async (str: string, cb: (arg: any) => void) => {
|
|
|
currentIndex.value = ''
|
|
currentIndex.value = ''
|
|
|
- local.remove('headerPath')
|
|
|
|
|
|
|
+ local.remove('headerPath')
|
|
|
if (str && str.length > 0) {
|
|
if (str && str.length > 0) {
|
|
|
game_name.value = str
|
|
game_name.value = str
|
|
|
try {
|
|
try {
|
|
@@ -136,7 +136,7 @@ const searchChange = async (str: string, cb: (arg: any) => void) => {
|
|
|
return item.value.indexOf(str) > -1
|
|
return item.value.indexOf(str) > -1
|
|
|
})
|
|
})
|
|
|
cb(links.value)
|
|
cb(links.value)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
} catch (error: any) {
|
|
} catch (error: any) {
|
|
|
// links.value.push({
|
|
// links.value.push({
|
|
|
// id: '-1',
|
|
// id: '-1',
|
|
@@ -220,4 +220,4 @@ nav {
|
|
|
// .el-dropdown {
|
|
// .el-dropdown {
|
|
|
// margin-top: 1.1rem;
|
|
// margin-top: 1.1rem;
|
|
|
// }
|
|
// }
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|