1.增加vue3ui组件view-plus

2.修改登录为直接请求后台接口登录
3.隐藏tabbar,修改默认启动页
This commit is contained in:
2024-09-10 15:31:13 +08:00
parent 9bb8f88b30
commit 4a6de0a22b
458 changed files with 452 additions and 12861 deletions

View File

@@ -44,7 +44,7 @@ const navList1 = [
]
const navList2 = [{ title: '设置', icon: '/static/indexImg/icon-setup.svg', pageUrl: '/pages/userSetUp/userSetUp' }]
onShow(() => {
userInfo()
// userInfo()
})
const userInfo = () => {
@@ -54,14 +54,6 @@ const userInfo = () => {
storageManage.userInfo(bizData)
})
}
// 请求我的页面广告
$adList({ appPlace: 3 }).then(({ bizData }) => {
bizData.forEach(v => {
v.appContent = JSON.parse(v.appContent)
})
vdata.adList = bizData
console.log('bizdata', bizData)
})
const jumpPage = (url) => uni.navigateTo({ url })
const toLogin = () => uni.navigateTo({ url: '/pages/login/index' })
</script>