- getLocation速度和高度我拿不到是这个接口不行吗?
经度: 122.78259, 纬度: 39.08915, 速度: -1, 高度: undefined 这个是我拿到的对象值 大神们回复回复
02-21 - startLocationUpdateBackground调用之后不好用?
无效的 app.json permission["scope.userLocationBackground"] 这是我的app.json 大神们这个要怎么搞 { "pages": [ "pages/lanhu_gengduogongjuye/component" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle": "black" }, "style": "v2", "sitemapLocation": "sitemap.json", "requiredBackgroundModes": [ "location" ], "requiredPrivateInfos": [ "getLocation", "onLocationChange", "startLocationUpdate" ], "permission": { "scope.userLocationBackground": { "desc": "获取您的后台位置" }, "scope.userLocation": { "desc": "获取用户位置" } } }
02-21 - 为什么我设置了tabBar 但是页面没有显示tabbar?
{ "pages": [ "pages/home/home", "pages/index/index", "pages/live/live", "pages/usercenter/usercenter", "pages/category/category", "pages/register/index", "pages/logs/logs" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff" }, "tabBar": { "custom": true, "color": "#a9b7b7", "selectedColor": "#11cd6e", "borderStyle": "black", "list": [{ "pagePath": "pages/home/home", "text": "首页", "iconPath": "./icon/mrHome.png", "selectedIconPath": "./icon/ckHome.png" }, { "pagePath": "pages/category/category", "text": "分类" }, { "pagePath": "pages/live/live", "text": "直播" }, { "pagePath": "pages/usercenter/usercenter", "text": "个人中心" } ] }, "style": "v2", "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }
01-22 - 服务器是美国的微信支付回调超时,没有走入回调地址
服务器是美国的微信支付回调超时,没有走入回调地址,请问大神们怎么解决。9敏9敏
2023-06-20