How to use tabBar? by Mini Program in wepy developer

write the following code under the app.wepy file to report an error. How to solve it?

config = {
  pages: [
    "pages/index"
  ],
  window: {
    backgroundTextStyle: "light",
    navigationBarBackgroundColor: "-sharpfff",
    navigationBarTitleText: "WeChat",
    navigationBarTextStyle: "black"
  },
  tabBar: {
    color: "-sharp7A7E83",
    selectedColor: "-sharp3cc51f",
    borderStyle: "black",
    backgroundColor: "-sharpffffff",
    list: [{
      pagePath: "page/index",
      iconPath: "image/zhiling.png",
      selectedIconPath: "image/youyong.png",
      text: ""
    }, {
      pagePath: "page/index",
      iconPath: "image/youyong.png",
      selectedIconPath: "image/zhiling.png",
      text: ""
    }]
  }
}


page/index = > pages/index

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bdc7-2b247.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bdc7-2b247.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?