微信小程序> 模拟器中无法显示——微信小程序开发

模拟器中无法显示——微信小程序开发

浏览量:6088 时间: 来源:Hhytyq

 VM1503:2 tabBar[1].pagePath "page/photo/photo" 需在 pages 数组中

以上是显示的错误

以下是代码

{  "debug": true,  "pages": [    "page/index/index",    "page/index/search",    "page/shop/shop",    "page/mine/mine",      ],  "window": {    "navigationBarBackgroundColor": "#feb70f",    "navigationBarTextStyle": "white",    "backgroundColor": "#efefef",    "backgroundTextStyle": "dark",    "navigationBarTitleText": "向日葵"  },  "tabBar": {    "color": "#878787",    "selectedColor": "#000",    "borderStyle": "black",    "backgroundColor": "#fcfcfc",    "list": [      {        "selectedIconPath":"img/tabBar/home_1.png",        "iconPath":"img/tabBar/home_2.png",        "pagePath": "page/index/index",        "text": "首页"      },      {        "selectedIconPath":"img/tabBar/mine_1.png",        "iconPath":"img/tabBar/mine_2.png",        "pagePath":"page/photo/photo",        "text": "相册"      },      {        "selectedIconPath":"img/tabBar/mine_1.png",        "iconPath":"img/tabBar/mine_2.png",        "pagePath":"page/mine/mine",        "text": "我的"      }    ]  },  "networkTimeout": {    "request": 10000,    "connectSocket": 10000,    "uploadFile": 10000,    "downloadFile": 10000  }}

tabBar[1].pagePath"page/photo/photo"需在pages数组中。

小程序

版权声明

即速应用倡导尊重与保护知识产权。如发现本站文章存在版权问题,烦请提供版权疑问、身份证明、版权证明、联系方式等发邮件至197452366@qq.com ,我们将及时处理。本站文章仅作分享交流用途,作者观点不等同于即速应用观点。用户与作者的任何交易与本站无关,请知悉。

  • 头条
  • 搜狐
  • 微博
  • 百家
  • 一点资讯
  • 知乎