微信版本 8.0.16
微信分享,获取的token等一切正常,分享只有链接,没有标题、简介、图片等信息啊?微信分享,获取的token等一切正常,分享只有链接,没有标题、简介、图片等信息啊。 [图片]
2021-12-29这个问题就是在与当前页面在tabBar中没有进行配置 { "pages": [ "pages/home/home", "pages/about/about", "pages/profile/profile", "pages/category/category" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#ff5777", "navigationBarTitleText": "Study Demo", "navigationBarTextStyle": "white", "backgroundColor": "#fffeee" }, "tabBar": { "color": "red", "selectedColor": "blue", "backgroundColor": "#fffeee", "list": [ { "pagePath": "pages/home/home", "text": "首页", "iconPath": "assets/images/icon/index.png", "selectedIconPath": "assets/images/icon/index2.png" }, { "pagePath": "pages/profile/profile", "text": "text", "iconPath": "assets/images/icon/index.png", "selectedIconPath": "assets/images/icon/index2.png" }, { "pagePath": "pages/category/category", "text": "分类", "iconPath": "assets/images/icon/index.png", "selectedIconPath": "assets/images/icon/index2.png" }, { "pagePath": "pages/about/about", "text": "关于我们", "iconPath": "assets/images/icon/index.png", "selectedIconPath": "assets/images/icon/index2.png" } ] }, "networkTimeout": { "request": 10000, "downloadFile": 10000 }, "debug": true, "navigateToMiniProgramAppIdList": ["wxe5f52902cf4de896"], "style": "v2", "sitemapLocation": "sitemap.json" }
tabBar无法显示?"tabBar": { "position":"bottom", "list": [{ "pagePath": "pages/logs/logs", "text": "left", "iconPath": "assets/images/icons/arrow_left.png", "selectedIconPath": "assets/images/icons/page_first.png" },{ "pagePath": "pages/home/home", "text": "right", "iconPath": "assets/images/icons/arrow_right.png", "selectedIconPath": "assets/images/icons/page_last.png" }] 设置如上,对应路径都有相应的icon图片,但是tabBar不显示
2019-12-20