underfined也是打印的结果,值没有取出来。
小程序开发工具console.log 不打印了[图片]
2019-07-29没有这说法 tabbar的页面只要在pages下就行了(不能在分包里面)
小程序提供的tabbar只能在index/index 的目录页面下会吗?看的文档和提供的demo都是在index/index目录下的,可否在其他自定义的目录下显示,还是只能自定义组件的方式来解决? 看文档上的要求是 在app.json中 "pages" 和"list"必须是按照顺序所对应起来,在自己的个人中心下是否也能显示tabbar "pages": [ "index/index", "index/index2" ], ... tabBar: { "list": [ { "pagePath": "index/index", "iconPath": "image/icon_component.png", "selectedIconPath": "image/icon_component_HL.png", "text": "组件" }, { "pagePath": "index/index2", "iconPath": "image/icon_API.png", "selectedIconPath": "image/icon_API_HL.png", "text": "接口" } ] }
2019-07-29贴代码
为什么我部署了还无法获取openid- 需求的场景描述(希望解决的问题) 帮我解决一下这个问题 - 希望提供的能力
2019-07-28