- 公众号关联的小程序第二年如何复用公众号的认证?
我一个公众号上关联了三四个个小程序。公众号认证过了,但是提示小程序要认证。如何让关联的小程序能够复印公众号的认证而不需要重新认证?
2023-12-08 - tabbar里启动页面不对
app.josn { "cloud": true, "entryPagePath":"pages/home/activity", "pages": [ "pages/home/activity", "pages/home/index", "pages/home/detail", "pages/home/genealogy", "pages/home/ebook", "pages/home/pedigree", "pages/home/hamlets/index", "pages/home/hamlets/hamlet", "pages/home/tombs/index", "pages/home/tombs/tomb", "pages/home/temples/index", "pages/home/temples/temple", "pages/home/prefaces/index", "pages/home/prefaces/preface", "pages/home/biographies/index", "pages/home/biographies/biography", "pages/home/search/index", "pages/home/clan/index", "pages/home/clan/album", "pages/home/clan/append", "pages/home/clan/update", "pages/mime/index", "pages/logs/logs" ], "requiredPrivateInfos":[ "chooseLocation", "getFuzzyLocation" ], "permission":{ "scope.userFuzzyLocation":{ "desc":"你的位置信息将用于小程序位置接口的" } }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "WeChat", "navigationBarTextStyle": "black" }, "tabBar": { "list": [ { "pagePath": "pages/home/activity", "iconPath": "resources/images/activity_normal.png", "selectedIconPath": "resources/images/activity_hot.png", "text": "首页" },{ "pagePath": "pages/home/index", "iconPath": "resources/images/home_normal.png", "selectedIconPath": "resources/images/home_hot.png", "text": "管理" },{ "pagePath": "pages/mime/index", "iconPath": "resources/images/my_normal.png", "selectedIconPath": "resources/images/my_hot.png", "text": "我的" } ] }, "style": "v2", "sitemapLocation": "sitemap.json" } 调试状态下,小程序启动后,初始页面是pages/home/activity,可是发布版本运行后,初始页面变成了pages/home/index。 请问如何解决这个问题
2023-08-03 - wx.chooseLocation如何显示卫星地形图?
wx.chooseLocation这个接口选择位置时只能显示平面地形图。我们需要在卫星地形图上选择位置、拾取GPS,如何实现?
2022-02-22 - wx.chooseLocation如何显示卫星视图?
wx.chooseLocation刻意显示卫星视图吗?
2021-01-15 - api.weixin.qq.com/sns/jscode2session返回40029?
微信小程序端获取unionid,在后台调用https://api.weixin.qq.com/sns/jscode2session 返回{'errcode': 40029, 'errmsg': 'invalid code, hints: [ req_id: .GgaZpnre-wdieya ]'}拿不到session_key。请问如何能够解决这个问题?
2021-01-13 - 微信开发工具上非开发者微信号扫码后不能真机调试?
在微信开发工具中,真机调试时,只有开发者的微信扫描二维码小程序开发版可以运行起来,拿其他的人的微信扫描后屏幕空白,运行不起来。这个是开发工具bug还是就是这样的?如何能在其他微信号的手机里运行起来?
2021-01-12