河南省建设厅网站103号文件,竞价托管一般要多少钱,太原建设银行保安招聘网站,网站推广名词解释注释很详细#xff0c;直接上代码 上一篇 新增内容#xff1a; 1.选择性渲染类 2.以数字为需渲染内容#xff08;数量#xff09; 源码#xff1a; index.wxml
view classArea!-- {{activeNumindex?Active:}}是选择性添加类名进行渲染 --直接上代码 上一篇 新增内容 1.选择性渲染类 2.以数字为需渲染内容数量 源码 index.wxml
view classArea!-- {{activeNumindex?Active:}}是选择性添加类名进行渲染 --view wx:for{{4}} wx:key*this bind:taponClick mark:index{{index}} classList {{activeNumindex?Active:}}{{item}}/view
/viewindex.wxss
page{background-color: floralwhite;
}.Area{display: flex;justify-content: center;flex-direction: column;align-items: center;
}.List{text-align: center;margin: 10rpx 0rpx;padding: 20rpx 160rpx;background-color: gray;border-radius: 30rpx;
}.Active{background-color: pink;
}
index.js Page({data:{activeNum:0},onClick(e){//解构参数const {index}e.markthis.setData({//参数赋值activeNum:index})}
})效果演示