mark,求解决~ 天塌了
基础库3.5.8,skyline页面的ScrollList组件的onScroll方法调用页面无法滚动小程序基础库3.5.8,skyline页面的ScrollList组件的onScroll方法调用页面无法滚动
09-143.5.0的基础库,也是一直报错~
a.replace(/,/g,";") 'a.replace' is undefined一直报错?MiniProgramError a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined) TypeError: a.replace is not a function. (In 'a.replace(/,/g,";")', 'a.replace' is undefined) @https://lib/WAServiceMainContext.js:1:668374 at <setTimeout callback function> @https://lib/WAServiceMainContext.js:1:154507 _onNativeTimer@ global code@ 我用 Taro 开发的小程序,一直报这个错,但是代码里面根本没有这段 .replace(/,/g,";") 代码,看了打包后的代码也没有。不知道从哪查起,万能的社区能不能给点思路,非常感谢🙏
07-19跟微信基础库有关系,通过wx.getSystemInfoSync()方法获取到SDKVersion 如果SDKVersion大于2.29.2,才支持skyline渲染引擎。 wx.getSkylineInfoSync也是在微信基础库2.26.2版本才支持的
wx.getSkylineInfoSync 的使用必须配置renderer: skyline吗?如果在 app.json 或 page.json 中没有配上renderer: skyline的情况下返回全部为isSupported:false。 ios手机返回值为:{\"isSupported\":false,\"reason\":\"a-b test not enabled\",\"version\":\"1.2.5\"} 安卓手机返回值为:{\"isSupported\":false,\"reason\":\"client not supported\",\"version\":\"1.2.5\"} 如果想统计下用户对skyline的支持情况还必须有个skyline的页面吗?
05-08同问企微小程序不支持skyline,请问什么时候可以解决?
企业微信通讯录什么时候支持skyline企业微信通讯录什么时候支持skyline
05-08容器外面需要加个with和height
antv-f2 图表开发工具正常显示数据,小程序不显示数据?antv-f2 图表开发工具正常显示数据,小程序不显示数据? data: { onInitChart(F2, config) { drawChart(F2, config) } }; function drawChart(F2, config) { const chart = new F2.Chart(config); const data = [{ name: '销售金额', date: '07/14', value: 18.9 }, { name: '销售金额', date: '07/15', value: 28.8 }, { name: '销售金额', date: '07/16', value: 39.3 }, { name: '销售金额', date: '07/17', value: 81.4 }, { name: '销售金额', date: '07/18', value: 47 }, { name: '销售金额', date: '07/19', value: 20.3 }, { name: '销售金额', date: '07/20', value: 24 }, { name: '销售金额', date: '07/21', value: 35.6 }, { name: '销售数量', date: '07/14', value: 12 }, { name: '销售数量', date: '07/15', value: 23 }, { name: '销售数量', date: '07/16', value: 34 }, { name: '销售数量', date: '07/17', value: 99 }, { name: '销售数量', date: '07/18', value: 52 }, { name: '销售数量', date: '07/19', value: 35 }, { name: '销售数量', date: '07/20', value: 37 }, { name: '销售数量', date: '07/21', value: 42 }]; chart.source(data, { date: { // range: [0, 1], type: 'timeCat', mask: 'MM/DD' }, value: { min: 0, // tickCount: 4 } }); chart.interval() .position([ 'date', 'value' ]) .color('name') .adjust({ type: 'dodge', marginRatio: 0.09 // 设置分组间柱子的间距 }); chart.render(); // 注意:需要把chart return 出来 return chart; } 开发工具可以正常显示,手机预览就不显示 [图片]
2022-12-01