this.setData 微信小程序JS赋值渲染列表

js文件

this.setData({ AAA:"aaa"});

wxml:

{{AAA}}

此时wxml就会显示aaa 类似于smarty模板引擎