codeMan 1 рік тому
батько
коміт
92fb8e6e85
1 змінених файлів з 5 додано та 0 видалено
  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()