码迷,mamicode.com
首页 > 微信 > 详细

微信小程序绑定列表数据

时间:2019-05-13 01:14:02      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:list   代码   []   asc   表数据   word   class   初始   绑定   

js代码

Page({
/**
* 页面的初始数据
*/
data: {
    words:[]
}

wxml代码

<view wx:for="{{words}}" class='content-list' wx:key="item" wx:for-index="key">
    <view class='content'>{{item.content}}</view>
</view>

微信小程序绑定列表数据

标签:list   代码   []   asc   表数据   word   class   初始   绑定   

原文地址:https://www.cnblogs.com/bincoding/p/10854471.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!