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