微信小程序语法错误的解决

img

{
  "pages": [
        "pages/home/index",
        "pages/index/index",
        "pages/logs/logs",
        "pages/movie/index",
        "pages/ticket/index",
        "pages/cinema/index",
        "pages/main/index"
  ],
   "tabBar": {
        "custom": true,
        "list": [
          {
            "pagePath": "pages/home/index"
          },
          {
            "pagePath": "pages/movie/index"
          },
          {
            "pagePath": "pages/ticket/index"
          },
          {
            "pagePath": "pages/cinema/index"
          },
          {
            "pagePath": "pages/main/index"
          }
        ]
      },
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "#22262d",
    "navigationBarTitleText": "萤火虫电影",
    "navigationBarTextStyle": "white"
  },
  "style": "v2",
  "sitemapLocation": "sitemap.json"
}

微信小程序项目中出现这种错误怎么解决?

字符有问题。。估计你是复制过去的,逗号冒号那些从新用英文输入一下吧

检查下格式