import http from '@/http/http.js' export async function init() { //热搜词 http.request({ url: 'common/type/249', }).then(res => { if (res.code == 0) { uni.setStorageSync('moreSearch', res.data.value) } }) }