数据绑定:{{ }}  两个大括号

效果图:

"tabBar":{
    "list": [
      {
        "pagePath": "pages/test/indexTest",
        "text": "首页",
        "iconPath": "image/home_no.png",
        "selectedIconPath": "image/home.png"
      },
      {
        "pagePath": "pages/logs/logs",
        "text": "日志",
        "iconPath": "image/me_no.png",
        "selectedIconPath": "image/me.png"
      } 
    ],
    "color": "#eeeeff",
    "selectedColor": "#000000"
  },
View Code

写在app.json里

posted on 2020-11-19 22:04  卧龙学子  阅读(54)  评论(0编辑  收藏  举报