这是啥情况
发布于 6 年前 作者 xia17 7345 次浏览 来自 问答
  • 当前 Bug 的表现(可附上截图)
  • 预期表现
  • 复现路径
  • 提供一
{
  "pages": [
    "pages/home/home",
    "pages/user/user"
  ],
  "window": {
    "navigationBarBackgroundColor":"#ff0000",
    "navigationBarTextStyle": "white",
    "navigationBarTitleText": "欢迎",
    "backgroundColor": "#000",
    "backgroundTextStyle": "light",
    "enablePullDownRefresh": true
  },
  "tabBar": {
    "list": [{
      "pagePath":"pages/home/home",
      "text": "首页",
      "iconPath": "images/timg001.png",
      "selectedIconPath": "images/timg002.png"
    },{
      "pagePath": "pages/user/user",
      "text": "我的",
      "iconPath": "images/user001.png",
      "selectedIconPath": "images/user002.png"
    }],
    "selectedColor":"#ff0000",
    "position":"top"
  },
  "debug":"true"
}

个最简复现 Demo

1 回复

debug需要布尔值,不需要加引号

回到顶部