f循环列表怎么展示有知道的吗
【示例代码报错】wxml-to-canvas示例代码报错https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/wxml-to-canvas.html 当我点击打开wxml-to-canvas文档中的代码片段后,遇到了如下错误 点击渲染可正常渲染 [图片] 点击导出,报错如下 [图片]
2022-11-30循环的数据怎么展示啊。for循环报错,下面这样写只展示一条数据 ${info.map(item=>{ return ` <text class="text"> ${item.id}</text> ` }).join('')}
微信扩展组件wxml-to-canvas支持动态传入数据吗?急大神们,急求,帮忙解决下,微信扩展组件wxml-to-canvas怎么动态传入数据,如下图 比如怎么给number传值[图片]
2022-11-30解决了吗,同求
wxml-to-canvas 怎麼使用for循環啊?wxml-to-canvas 怎麼使用for循環啊?? const wxml = (row) => { var desc = '' for (var i in row) { desc += ` <view class="item-bottom"> <text class="bottom"> + ${row[i]} + </text> </view> </view> ` } return ` <view class="container" > <view class="item-top"> <text class="title">` + this.data.salarName + `</text> </view> <view class="item-mid" > <text class="mid">` + this.data.parentName + ' ·' + `</text> <text class="mid">` + this.data.degreeName + ' ·' + `</text> <text class="mid-three">` + this.data.expirenceName + `</text> </view> <view class="item-title"> <text class="title-space">职位描述</text> </view> ${desc} ` }
2022-11-29解决了吗,同求
wxml-to-canvas可以使用wx:for吗?如题,需要制作一个数据列表,生成图片,保存起来,请问wxml-to-canvas里的wxml支持wx:for之类的吗? 如果不支持,有没有其他类似的解决方案?
2022-11-29wxml-to-canvas 怎麼使用for循环啊
wxml-to-canvas的问题?开发者工具上canvas能正常显示,预览时canvas是全空白,真机调试时canvas也能正常显示,这是什么原因?
2022-11-29