2***@qq.com
2***@qq.com
  • 发布:2024-11-28 17:50
  • 更新:2024-11-28 18:10
  • 阅读:56

hx开发小程序报错

分类:HBuilderX

麻烦各位看看这个页面怎么错了,小白卡在这里也不知道为什么错了

2024-11-28 17:50 负责人:无 分享
已邀请:
爱豆豆

爱豆豆 - 办法总比困难多

把你这个pages.json发出来 我试下

  • 2***@qq.com (作者)

    {

    "pages": [{

    "path": "pages/chatting/chatting",

    "style": {

    "navigationBarTitleText": "论坛"

    },

    "path": "pages/goods/goods",

    "style": {

    "navigationBarTitleText": "二手闲置"

    },

    "path": "pages/trade/trade",

    "style": {

    "navigationBarTitleText": "交易帮忙"

    },

    "path": "pages/my/my",

    "style": {

    "navigationBarTitleText": "我的"

    }

    }],


    "tabBar": {  
    "color": "#7A7E83",
    "selectedColor": "#3cc51f",
    "borderStyle": "black",
    "backgroundColor": "#ffffff",
    "list": [{
    "pagePath": "pages/chatting/chatting",
    "iconPath": "static/chatting.png",
    "selectedIconPath": "static/chatting-hl.png",
    "text": "论坛",
    "color":white
    "selected color":black
    }, {
    "pagePath": "pages/goods/goods",
    "iconPath": "static/goods.png",
    "selectedIconPath": "static/goods-hl.png",
    "text": "二手闲置"
    },{
    "pagePath": "pages/trade/trade",
    "iconPath": "static/trade.png",
    "selectedIconPath": "static/trade-hl.png",
    "text": "交易帮忙"
    },{
    "pagePath": "pages/my/my",
    "iconPath": "static/my.png",
    "selectedIconPath": "static/my-hl.png",
    "text": "我的"
    }]
    },
    "globalStyle": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "xxx",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"

    }

    }

    2024-11-28 18:32

  • 2***@qq.com (作者)

    是这样的,麻烦啦

    2024-11-28 18:32

要回复问题请先登录注册