codeMan 1 vuosi sitten
vanhempi
commit
92fb8e6e85
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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()