https://developers.weixin.qq.com/community/develop/doc/000e82275643a8b71af71b71656400
怎么调用小程序名称呢?[图片]如图,小程序里我怎么获取到这个小程序名称
2021-04-07建议打印下joined_arr的值,从错误信息看,可能joined_arr内容不是可遍历的
请问有什么原因会导致小程序在开发者工具上运行没错误,在手机上却无法运行?手机微信版本8.0.2,小程序调试库版本2.15 [图片] 错误原因是云函数一处错误, 数据库结构[图片] 云函数内容[图片]
2021-04-07看下控制台,检查下是否有报错信息
文本和图片渲染不出来是怎么回事?当前问题: 在开发工具和真机预览的时候可以显示 item.intro 和item.image_logo 手机调试模式则不显示图片和文本(安卓手机) 工具:1.05.2103190 windows10[图片]
2021-04-07+1
调用getUserInfo,返回默认的昵称与头像?使用getUserInfo接口获取用户信息,会返回默认昵称“微信用户”与默认头像。 在体验版测试中途,清空几次缓存信息后,突然出现该问题。
2021-04-02+1
input组件聚焦闪烁、重影、字体发生变化?使用原生组件INPUT ,在聚焦时PLACEHOLDER闪烁,字体发生变化,输入值后也会出现这个问题。 调试库:2.14.3 真机微信版本:Android 7.0.22 手机:One Plus 8 Android版本:11 代码片段: 就两个原生的INPUT组件 https://developers.weixin.qq.com/s/AGE89hmD74nJ [视频]
2021-04-01问题解决了吗,也出现相同问题
input placeholder会出现重影[图片]用的colorui,机型XS MAX
2021-04-01解决了吗
ios企业微信下wx.setBackgroundColor报错ios企业微信下wx.setBackgroundColor报错 安卓手机没问题 wechatide://minicode/S9AeSJmd7Q28 填上appId,用ios企业微信打开,控制台里报错 [图片]
2018-11-22没人关注吗,遇到相同问题呢
webviewScriptError 不能读取style属性基础库:2.4.0(其他版本也出现过) 开发框架:wepy 错误堆栈: webviewScriptError Cannot read property 'style' of undefined TypeError: Cannot read property 'style' of undefined at eval (eval at C (http://127.0.0.1:40036/__pageframe__/pageframe.html:1:7713), :6:54) 报错频次:偶尔会出现,仅在线上错线 原因不明,求解答
2018-11-21出现相同问题,而且是之前没有这个问题,最近才开始报这个错的,不知道是不是官方有什么更新导致的
onCheckForUpdate,版本更新回调,总数抛这个异常bug异常 thirdScriptError undefined is not an object (evaluating 'r.apply');at App onLaunch function;at onCheckForUpdate callback function https://lib/WAService.js:1:100160 https://lib/WAService.js:1:395965 forEach@[native code] Zd@https://lib/WAService.js:1:395929 https://lib/WAService.js:1:395896 emit@https://lib/WAService.js:1:205071 https://lib/WAService.js:1:395774 https://lib/WAService.js:1:168290 S@https://lib/WAService.js:1:1731 global code 代码片段 if(wx.getUpdateManager){ const updateManager = wx.getUpdateManager(); updateManager.onCheckForUpdate(); updateManager.onUpdateReady(function(err){ console.log('跟新版本准备好了', err); updateManager.applyUpdate(); wx.showToast({ icon: 'success', title: '新版本已经准备好' }); }); updateManager.onUpdateFailed(function (err) { console.log('更新版本失败', err); updateManager.onCheckForUpdate(); }); }
2018-10-30我的报这个错,不知道是不是类似问题,感觉是小程序的问题,线上报的 appServiceSDKScriptError undefined is not an object (evaluating 't[e]'); at wx.getUserInfo U@https://lib/WAService.js:6:9372 Wa@https://lib/WAService.js:9:31677 Yr@https://lib/WAService.js:8:27798 https://lib/WAService.js:15:13077 https://lib/WAService.js:6:14815 https://lib/WAService.js:7:12926 https://lib/WAService.js:15:13914 https://lib/WAService.js:6:3362 T@https://lib/WAService.js:3:16199 tryCatch invoke step https://lib/WAService.js:3:15082 https://lib/WAService.js:3:15190 l@https://lib/WAService.js:3:17702 https://lib/WAService.js:2:13560 y@https://lib/WAService.js:2:13418 https://lib/WAService.js:4:13566 https://lib/WAService.js:4:1699 _onNativeTimer global code
app.onError : "Yn.env.USER_DATA_PATH"最近在小程序app.js里添加了onError报错上报,发现 [代码] [代码] [代码]appServiceSDKScriptError undefined is not an object (evaluating [代码][代码]'Yn.env.USER_DATA_PATH'[代码][代码]) emit C global code[代码] [代码] [代码] 和 [代码] [代码] [代码]appServiceSDKScriptError undefined is not an object (evaluating [代码][代码]'Yn.env.USER_DATA_PATH'[代码][代码]) T i onError [native code] emit emit _onNativeTimer global code[代码] [代码] [代码] 而且在短时间里不断触发onError ps : 忘记上报systemInfo了
2018-10-10