老司机三级_天天干天天操天天爽_女人被爽到娇喘呻吟视频_久久国产精品99久久久大便 - 亚洲日本系列

微信小程序手機端如何實現登錄頁面跳轉含有Tabar頁面

  • • 發表于 9年前
  • • 作者 半夏O微涼
  • • 6258 人瀏覽
  • • 13 條評論
  • • 最后編輯時間 9年前
  • • 來自 [問 答]

原創聲明:本文為作者原創,未經允許不得轉載,經授權轉載需注明作者和出處

我用navigateTo,實現頁面之間的跳轉,app.json配置如下

{
“pages”: [
“pages/login/login”,
“pages/index/index”,
“pages/home/home”,
“pages/user/user”
],
“window”: {
“backgroundColor”: “#f4f4f4”,
“backgroundTextStyle”: “light”,
“navigationBarBackgroundColor”: “#0099FF”,
“navigationBarTitleText”: “AA”,
“enablePullDownRefresh”: “true”,
“navigationBarTextStyle”: “white”
},
“tabBar”: {
“selectedColor”: “#0099FF”,
“borderStyle”: “lightgray”,
“backgroundColor”: “white”,
“list”: [
{
“pagePath”: “pages/index/index”,
“iconPath”: “resources/images/index.png”,
“selectedIconPath”: “resources/images/index.png”,
“text”: “首頁”
},
{
“pagePath”: “pages/home/home”,
“iconPath”: “resources/images/home.png”,
“selectedIconPath”: “resources/images/home.png”,
“text”: “主頁”
}]

分享到:
13條評論
Ctrl+Enter
作者

半夏O微涼

半夏O微涼

APP:1 帖子:16 回復:72 積分:1027

已加入社區[3213]天

做最優秀的自己?。?!

作者詳情》
Top