列表底部组件,和通知弹窗样式

This commit is contained in:
A1300399510
2023-07-13 19:31:51 +08:00
parent 42495d8e5e
commit fbfae2d4fc
9 changed files with 99 additions and 56 deletions

View File

@@ -42,7 +42,8 @@ api.index().then(res => {
store.state.ListSelectBtn = res.data.recommendedTab
store.state.user = res.data.user
store.state.nav = res.data.nav
console.log(store.state.seachTypeData)
store.state.wechat = res.data.wechat
// console.log(store.state.seachTypeData)
}
})