个人案例
暂无发表的小程序案例
你好,因为客户端有些协议尚未打通,目前企业微信模式还不能使用真机调试。
企业微信小程序为啥不能使用真机调试?[图片] [图片]
2021-12-31你好,setData的值传到webview层是需要序列化的,设置map类型的值是无法传到渲染层的。AppData面板也只能显示可序列化的值。
开发者调试器AppData无法显示Map类型的值[图片][图片]
2021-12-31你好,1.05.2112292这个版本有问题,我们已经进行了修复,可以更新至1.05.2112302试试。https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html
下载最新版本开发者工具编译不通过,求助?测试过windows和macos,已有项目和新项目都是这个版本号:1.05.2112292 message:Error: miniprogram/app.js: file: app.js Cannot find module '@babel/plugin-proposal-private-methods' Require stack: - C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\utils\babel_helper.js - C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\core\worker_thread\task\compilejs.js - C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\core\worker_thread\task\index.js - C:\Program Files (x86)\Tencent\微信web开发者工具\code\package.nw\js\common\compiler\core\worker_thread\worker.js appid: wx493395b2a69e790f openid: o6zAJs9Ysd2qSo_Ue-XcJCXgzefg ideVersion: 1.05.2112292 osType: win32-x64 time: 2021-12-30 13:46:12
2021-12-31你好,可更新至最新nightly版本试一下。https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html
小程序基础库已经调整到2.21.2,但是获取手机号接口还是返回还是旧版接口的参数微信小程序开发者工具为最新版,基础库版本已经调整至2.21.2,但是获取手机号的接口返回的还是旧版接口参数 [图片] [图片]
2021-12-31你好,客户端vconsole开关按appid存,不区分正式版/开发版/体验版,也就是说:用户打开开发版后打开了vconsole,然后重启打开相应的正式版,也会看到vconsole。android和iOS都是一样的表现。
正式发布的小程序在安卓系统上出现了开发模式的console按钮,而且可以看到log?正式发布的小程序在安卓系统上出现了开发模式的console按钮,而且可以看到log?
2021-12-30你好,请问使用的工具版本是多少?可以看一下依赖分析面板里的代码依赖关系,或者进入项目详情 - 基本信息 - 分包列表 查看
如何取消小程序分包?已经在app.json中删除分包代码,也删除了分包文件,清除了工具的缓存,为何编译后,还是分包状态?[图片] { "pages": [ "pages/index/index", "pages/list/list", "pages/detail/detail", "pages/about/about", "pages/header/header", "pages/serdetail/serdetail", "pages/footer/footer", "pages/enterprise/enterprise", "pages/environment/environment", "pages/honor/honor", "pages/partner/partner", "pages/characteristics/characteristics", "pages/services/services", "pages/listo/listo", "pages/policy/policy", "pages/potential/potential", "pages/application/application" ], "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "汇侨跨境电商产业园", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#000000", "selectedColor": "#0165ae", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "/img/home.png", "selectedIconPath": "/img/home_select.png" }, { "pagePath": "pages/about/about", "text": "关于汇侨", "iconPath": "/img/about_us.png", "selectedIconPath": "/img/about_us_select.png" }, { "pagePath": "pages/list/list", "text": "最新资讯", "iconPath": "/img/news.png", "selectedIconPath": "/img/news_select.png" }, { "pagePath": "pages/footer/footer", "text": "联系我们", "iconPath": "/img/phone.png", "selectedIconPath": "/img/phone_select.png" } ] }, "sitemapLocation": "sitemap.json" }
2021-12-29你好,wx.getUserProfile 需要页面产生点击事件(例如 button 上 bindtap 的回调中)后才可调用。https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserProfile.html
开发者工具授权问题?开发者工具授权问题:getUserProfile:fail can only be invoked by user TAP gesture. 开发者工具获取户信息授权对我本人不友好、同事们的授权一切正常 [图片]
2021-12-28你好,最新nightly版本已修复,可以更新看下。https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html
使用页面返回询问对话框后,注释或删掉开启页面返回询问对话框的代码,模拟器上询问对话框仍然会弹出。[图片] [图片]
2021-12-27你好,调试模式可以切换到公众号网页调试,然后可以预览 [图片]
微信开发工具调试公众号网页怎么真机测试?要测试JSSDK,怎么真机调试?微信开发者工具上又没有移动测试了
2021-12-27你好,我这边无法复现,是否能提供一下项目的project.config.json,我这边确认一下和配置是否有关系?
开发者工具模拟器wx.hideLoading()调用返回错误[图片] 模拟器中,hideLoading方法必须传一个空对象,否则直接调用会报上述错误,以前版本没有这个问题。
2021-12-21