Ver Fonte

2024-05-14

codeMan há 1 ano atrás
pai
commit
92fb8e6e85
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      cloud/globalSearch/index.vue

+ 5 - 0
cloud/globalSearch/index.vue

@@ -103,6 +103,11 @@ export default {
             })
         },
     },
+    onLoad () {
+        uni.setNavigationBarTitle({
+            title: '全站搜索'
+        });
+    },
     created() {
         this.avatar = uni.getStorageSync("site").logo
         this.getList()