- onLocationChange 获取的位置信息不对?
wx.onLocationChange获取的微信信息不对,通过wx.onLocationChange 获取到的信息,在对应到地图上,差了很多,
2021-11-20 - 官网好像有bug
[图片]
2021-06-04 - 后台无法修改业务域名,打开开发设置页面会报错
[图片]
2021-02-23 - 为什么在控制台点击修改业务域名无反应?
修改不了业务域名
2021-02-23 - 开发者工具没有云开发相关编辑器指令
开发者工具没有云开发相关的部署,创建云函数等操作面板 2.14.1 "miniprogramRoot": "miniprogram/", "cloudbaseRoot": "cloudbase/", "setting": { "urlCheck": false, "es6": true, "enhance": true, "postcss": true, "preloadBackgroundData": false, "minified": true, "newFeature": true, "coverView": true, "nodeModules": true, "autoAudits": false, "showShadowRootInWxmlPanel": true, "scopeDataCheck": false, "uglifyFileName": false, "checkInvalidKey": true, "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, "useMultiFrameRuntime": true, "useApiHook": true, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, "enableEngineNative": false, "useIsolateContext": true, "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], "minifyWXSS": true, "bundle": false, "useApiHostProcess": true }, "appid": "", "projectname": "kefu_demo", "libVersion": "2.14.1", "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "cloudfunctionTemplateRoot": "cloudfunctionTemplate", "condition": { "search": { "list": [] }, "conversation": { "list": [] }, "plugin": { "list": [] }, "game": { "list": [] }, "miniprogram": { "list": [] } } }
2021-01-08 - wx.createInnerAudioContext() 在真机上不能播放
wx.createInnerAudioContext() 在真机上不能播放 而且会在onError的回调里面报错,报错信息Object {errCode: 10001, errMsg: errCode: 10001 , errMsg: "errCode:602, err:error, not found 希望能快速解决,,这也太坑人了,你们究竟有没有测试过啊
2020-05-14 - 微信h5调用微信授权获取头像的时候,会在底部产生导航栏,能不能去掉,或者屏蔽导航事件?
微信h5调用微信授权获取头像的时候,会在底部产生导航栏,能不能去掉,或者屏蔽导航事件 很着急啊,,导航事件会使得进入不该进入的页面啊,,这个导航栏太tm难受了,,原本是授权完了进入游戏页面,这他们来回切换,微信之类崩了
2019-11-28 - iPhone7p上,键键盘输入的时候,更多选项不能滑动,一点击软件盘就隐藏了
iPhone7p上,键键盘输入的时候,更多选项不能滑动,一点击软件盘就隐藏了
2019-01-23 - 父容器设置overflow:hidden 之后,子的list出现挤压错乱的显示
- 当Bug 的表现(可附上截图) 获取不到节点的真实高度,都是一个固定的数 前 [图片] bug,,真实效果应该是 [图片] 相关代码: wxml: <view class='item-before' style='display: flex; width:320rpx;flex-direction: column;padding-left: 31rpx;justify-content: flex-start;background: #F8FBFF;height:{{item.h}};overflow: hidden;'> <text class='item-exchange-head'>变更前</text> <view class='view-item-contain'> <view> <text class='view-item-before' wx:for='{{item.altBe}}' wx:for-item='data'>{{data}}</text> </view> </view> </view> wcss: .item-before{ display: flex; width:max-content; flex-direction: column; padding-left: 31rpx; justify-content: flex-start; background: #F8FBFF; /*实现多余的文字隐藏并用省略号来代表被隐藏的文字 */ overflow: hidden; } .view-divider{ width: 2rpx; height: 100%; background: #E1E1E1; } .view-item-before{ font-family: PingFangHK-Regular; font-size: 26rpx; color: #FF4747; margin-top: 13rpx; margin-bottom: 25rpx; } .view-item-after{ font-family: PingFangHK-Regular; font-size: 26rpx; color: #297AFF; margin-top: 13rpx; margin-bottom: 25rpx; }
2018-11-09 - createSelectorQuery在iPhone6上获取不到节点高度
- 当前 Bug 的表现(可附上截图) 获取不到节点的真实高度,都是一个固定的数
2018-11-08