试试这个版本https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html
为什么小程序开发工具无法导入原来的项目?[图片],导入后,index页面被覆盖了。。。
01-06请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
iOS18.2微信版本8.0.55functional-page-navigator真机没反应?用四部苹果手机测试过,都是刚好ios系统版本升级到18.2且微信版本升级到8.0.55时,functional-page-navigator,name="loginAndGetUserInfo"点击允许后进不来回调方法。
01-06第一次前端报什么错
现在和前端对接接口,前端第一次登录不行,第二次登录就好了,不知道为什么?请大神帮看一下<button open-type="getPhoneNumber" bind:getphonenumber="getPhoneNumber" class="loginbtn">用户登录</button> getPhoneNumber(e) { const that = this; wx.getSetting({ success: res => { if (res.authSetting['scope.userInfo']) { wx.getUserInfo({ success: res => { const { encryptedData, rawData, signature, iv } = res; wx.login({ success: res => { if (res.code) { const params = { code: res.code, appid: app.globalData.appid, encryptedData, rawData, signature, iv, phoneNumber: e.detail.code, }; // 发起http请求 } }, error: err => { console.log('wx.login:err', err); } }) } }) } }, error: err => { console.log('wx.getSetting:err', err); } }) }
01-05这边跟进一下
wx.chooseMessageFile并不支持PC使用,但文档中却写的支持目前windowsPC端,使用该函数时,未弹出任何选择文件的窗口。建议修改文档描述,或者赶紧支持这个功能。别总在社区回复,该功能暂时不支持!要更新开发文档啊兄弟!!! [图片]
01-05请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
style样式不能动态更新?[图片]可以看到初始的时候 currentSlide_str 能正常显示 style="transform: translateX(0%);",但是只要一执行 this.setData 就显示 style="[object object]" 但是这个 currentSlide_str 放到其它地方就能正确显示正确的样式内容
01-05企业微信的问题建议到企业微信开发者中心提问:https://developer.work.weixin.qq.com/community/question
获取企业的jsapi_ticket IP白名单在哪里设置?rt
01-04真机2.0吗
ios真机预览时,页面空白,安卓设备没有此问题,是什么原因呢?ios真机预览时,页面空白,安卓设备没有此问题,是什么原因呢?
01-04问题已知正在修复
短信付费功能无法购买点击购买短信用量 确认 按钮,无法购买,错误如下,试了几个小程序也是如此,希望尽快处理 [图片][图片]
01-04问题已知正在修复
手机号快速验证组件无法加购?[图片]
01-04请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
skyline 1.4.0 页面渲染下 swiper bindchange事件无法触发?开发工具: Stable 1.06.2412040 项目基础库3.1.5, 大部分页面还是WebView 只单个页面渲染卡顿 所以用到SkyLine渲染. app.json 配置: "lazyCodeLoading": "requiredComponents", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "defaultContentBox": true , "disableABTest": true, "sdkVersionBegin": "3.0.1", "sdkVersionEnd": "15.255.255" } }, 单个页面json配置:skyline "renderer": "skyline", "componentFramework": "glass-easel", wxml结构 [图片] 此时:滑动时,bindchange 事件无法触发. 只去掉 页面json 文件中关于 skyline 2行配置代码后, 滑动事件可以触发. 页面功能正常.
01-04