WeChat applet cannot be clicked on the left side, and the font and background change color.
Uotogelety
Uotogelety 2020-05-09 18:28:14
0
0
1041

Page({

data: {

activeId:2,

typelist:[

{

id:1,

title:"家具"}, {

id:2,

title: "家具"}, {

id:3,

title: "家具"}, {

id:4,

title: "家具" }, {

id:5,

title: "家具"

}

]

},

onLoad: function (options) {

},

selectType(e){

this.setData({

activeId: e.currentTarget.dataset.id

})

}

})

------------------------------------

wxml

bindtap="selectType" data-Id="{{item.id}}">

{{item.title}}

-----------------------------------

wxss

.left{

width: 250rpx;

background: #eee;

height: 1000rpx;

}

.left view{

padding: 10px 0px;

text-align: center;

}

.left view.active{

color: burlywood;

background: #fff;

}

.right{

flex: 1;

}

.comtainer{

display: flex;

min-height: 100vh;

}

Uotogelety
Uotogelety

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!