国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序實現簡單表格

2019-11-19 12:08:42
字體:
來源:轉載
供稿:網友

本文實例為大家分享了微信小程序實現簡單表格的具體代碼,供大家參考,具體內容如下

效果圖:

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}}">   <view class="td">{{item.code}}</view>   <view class="td">{{item.text}}</view>   <view class="td">{{item.date}}</view>  </view>  <view class="tr" wx:else>   <view class="td">{{item.code}}</view>   <view class="td">{{item.text}}</view>   <view class="td">{{item.date}}</view>  </view> </block></view>

wxss

.table { border: 0px solid darkgray; font-size: 12px;}.tr { display: flex; width: 100%; justify-content: center; height: 2rem; align-items: center;}.td {  width:40%;  justify-content: center;  text-align: center;}.bg-w{ background: snow;} .th { width: 40%; justify-content: center; background: #3366FF; color: #fff; display: flex; height: 2rem; align-items: center;}

js

Page({ data: {  listData: [   { "code": "120", "text": "70", "date": "2018年4月19日" },   { "code": "125", "text": "74", "date": "2018年4月17日" },     { "code": "119", "text": "76", "date": "2018年4月16日" },   { "code": "117", "text": "78", "date": "2018年4月15日" }  ] }, onLoad: function () {  console.log('onLoad') } })

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 台南市| 九台市| 红桥区| 金溪县| 尼木县| 临朐县| 闻喜县| 工布江达县| 右玉县| 宜良县| 长丰县| 信丰县| 洪雅县| 会理县| 安丘市| 通榆县| 海南省| 昌都县| 小金县| 乌什县| 曲松县| 石城县| 翼城县| 永清县| 汨罗市| 内江市| 淅川县| 穆棱市| 安阳市| 武安市| 新密市| 五台县| 浏阳市| 哈尔滨市| 双牌县| 怀来县| 盱眙县| 永新县| 锦州市| 江津市| 沁阳市|