收藏
回答

如何解决getUserInfor?

大家好!我是一名新手。在学习过程中写了一个tabBar.写完后无法在模拟器里浏览。console栏里始终提示 getUserInfo. 我该如何解决这个问题呢?求各位大神给予帮助,谢谢大家

回答关注问题邀请回答
收藏

3 个回答

  • DuDuDu
    DuDuDu
    2019-10-23

    请上代码,截图也行

    2019-10-23
    有用 2
    回复 3
    • Parhat mualim
      Parhat mualim
      2019-10-24
      {
        "pages": [
          "pages/index/index",
          "pages/logs/logs",
          "pages/cart/car",
          "pages/my/my"
        ],
        "window": {
          "backgroundTextStyle": "dark",
          "navigationBarBackgroundColor": "#31c27c",
          "navigationBarTitleText": "ئاۋازلىق كىتاپ",
          "navigationBarTextStyle": "white",
          "backgroundColor": "#000000",
          "enablePullDownRefresh": true
        },
        "tabBar": {
          "color": "#000000",
          "selectedColor": "#E22018",
          "backgroundColor": "#1195EE",
          "borderStyle": "black",
          "list": [
            {
            "pagePath": "pages/index/index",
            "text": "home",
            "iconPath": "img/bt.png",
            "selectedIconPath": "img/bt1.png"
            },
            {
              "pagePath": "pages/index/index",
              "text": "home",
              "iconPath": "img/bt.png",
              "selectedIconPath": "img/bt1.png"
            },
            {
              "pagePath": "pages/index/index",
              "text": "home",
              "iconPath": "img/bt.png",
              "selectedIconPath": "img/bt1.png"
            },
            {
              "pagePath": "pages/index/index",
              "text": "home",
              "iconPath": "img/bt.png",
              "selectedIconPath": "img/bt1.png"
            },
          ]
        },
        "debug": true
      }
      2019-10-24
      回复
    • Parhat mualim
      Parhat mualim
      2019-10-24
      这是代码
      2019-10-24
      回复
    • Parhat mualim
      Parhat mualim
      2019-10-24
      解决了,谢谢
      2019-10-24
      回复
  • 迷糊
    迷糊
    2019-10-23

    在学习过程中写了一个tabBar.?

    是全新写的?还是在别的小程序里增加的?别的小程序里是否使用了用户信息接口?你的问题有点模糊呀!

    请上代码,截图也行

    2019-10-23
    有用 1
    回复 3
    • Parhat mualim
      Parhat mualim
      2019-10-24
      2019-10-24
      回复
    • Parhat mualim
      Parhat mualim
      2019-10-24
      {
        "pages": [
          "pages/index/index",
          "pages/logs/logs",
          "pages/cart/car",
          "pages/my/my"
        ],
        "window": {
          "backgroundTextStyle": "dark",
          "navigationBarBackgroundColor": "#31c27c",
          "navigationBarTitleText": "ئاۋازلىق كىتاپ",
          "navigationBarTextStyle": "white",
          "backgroundColor": "#000000",
          "enablePullDownRefresh": true
        },
        "tabBar": {
          "color": "#000000",
          "selectedColor": "#E22018",
          "backgroundColor": "#1195EE",
          "borderStyle": "black",
          "list": [
            {
            "pagePath": "pages/index/index",
            "text": "home",
            "iconPath": "img/bt.png",
            "selectedIconPath": "img/bt1.png"
            },
            {
              "pagePath": "pages/index/index",
              "text": "home",
              "iconPath": "img/bt.png",
              "selectedIconPath": "img/bt1.png"
            },
            {
              "pagePath": "pages/index/index",
              "text": "home",
              "iconPath": "img/bt.png",
              "selectedIconPath": "img/bt1.png"
            },
            {
              "pagePath": "pages/index/index",
              "text": "home",
              "iconPath": "img/bt.png",
              "selectedIconPath": "img/bt1.png"
            },
          ]
        },
        "debug": true
      }
      这是代码
      2019-10-24
      回复
    • Parhat mualim
      Parhat mualim
      2019-10-24
      解决了,谢谢
      2019-10-24
      回复
  • Parhat mualim
    Parhat mualim
    2019-10-24

    谢谢大家的回复和帮助。现在我再次写了一边。但显示的是这样的提示。请大家帮我看看。


    2019-10-24
    有用
    回复 1
    • Parhat mualim
      Parhat mualim
      2019-10-24
      谢谢大家。解决了
      2019-10-24
      回复
登录 后发表内容
问题标签