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

首頁 > 課堂 > 小程序 > 正文

微信小程序?qū)崿F(xiàn)多選框全選與取消全選功能示例

2020-03-21 15:56:40
字體:
供稿:網(wǎng)友

本文實例講述了微信小程序實現(xiàn)多選框全選與取消全選功能。分享給大家供大家參考,具體如下:

js部分:

page({data: { select_all:false,listData: [{code: "111",text: "text1",typ: "type1",},{code: "021",text: "text2",typ: "type2",},{code: "111",text: "text1",typ: "type3",}]}selectall: function() {//全選與反全選var that = this;for (let i = 0; i < that.data.listData.length; i++) {that.data.listData[i].checked = (!that.data.select_all)}that.setData({listData: that.data.listData,select_all: (!that.data.select_all)})}})

wxml部分:

<view class="scroll"><scroll-view scroll-x="true"><checkbox-group class="table" ><view class="tr"><view class="th"><checkbox value="all" bindtap="selectall" />全選</view><view class="th">運號</view><view class="th">V號</view><view class="th">運商</view><view class="th">返單</view><view class="th">日期</view></view><view class="tr" wx:for="{{listData}}" wx:key=""><view class="td"><checkbox value="{{item.code}}" checked="{{item.checked}}" /></view><view class="td" value="{{item.text}}">{{item.code}}</view><view class="td" value="{{item.text}}">{{item.text}}</view><view class="td" value="{{item.typ}}">{{item.typ}}</view><view class="td" value="{{item.typ}}">{{item.typ}}</view><view class="td" value="{{item.typ}}">{{item.typ}}</view></view></checkbox-group></scroll-view></view></view>

wxss部分:

.table{background-color: #fff;border:1px solid #dadada;width:1200rpx;margin-left:0rpx;}.tr{background-color: #dadada;white-space: nowrap;width:100%;display: flex;text-align: center;justify-content: center;}.th{background-color: #fff999;text-align: center;justify-content: center;width: 100%;border-bottom: 1px solid #dadada;border-right: 1px solid #dadada;}.td{background-color: #fff;text-align: center;justify-content: center;width: 100%;border-bottom: 1px solid #dadada;border-right: 1px solid #dadada;}

效果圖:

微信小程序,多選框,全選

希望本文所述對大家微信小程序開發(fā)有所幫助。


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 龙山县| 淮南市| 瓮安县| 石台县| 台山市| 定结县| 鲁山县| 来凤县| 通州区| 内黄县| 多伦县| 平江县| 班戈县| 寿宁县| 凤台县| 古交市| 安溪县| 敦化市| 普兰县| 民和| 石狮市| 双峰县| 化德县| 拉孜县| 温州市| 民勤县| 东辽县| 元阳县| 区。| 墨江| 波密县| 青岛市| 临江市| 体育| 永善县| 兖州市| 鞍山市| 那坡县| 本溪| 沂南县| 申扎县|