专题文章
时长:00:00更新时间:2020-11-27 22:00:56
本文实例为大家分享了微信小程序实现简单表格的具体代码,供大家参考,具体内容如下:效果图。wxml;<;view class="table">;<;view class="tr bg-w">;<;view class="th">;SPB<;/view>;<;view class="th">;DPB<;/view>;<;view class="th ">;日期<;/view>;<;/view>;<;block wx:for="{{listData}}" wx:key="{[code]}">;<;view class="tr" wx:if="{{index % 2 == 0}}">;<。
查看详情