最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

微信小程序 實(shí)現(xiàn)點(diǎn)擊添加移除class

 更新時(shí)間:2017年06月12日 10:25:50   投稿:lqh  
這篇文章主要介紹了 微信小程序 實(shí)現(xiàn)點(diǎn)擊添加移除class的相關(guān)資料,需要的朋友可以參考下

微信小程序點(diǎn)擊添加移除class類(lèi)實(shí)現(xiàn)動(dòng)態(tài)變化class


wxml:

<view class="location_bottom" hidden="" > 
   <view class="{{_num == 1?'add_citying':'add_city'}}" data-num = "1" bindtap="clickNum">北京</view> 
   <view class="{{_num == 2?'add_citying':'add_city'}}" data-num = "2" bindtap="clickNum">上海</view> 
 </view> 

wxss:

.location_bottom{height: 140rpx;line-height: 140rpx;color: #d91f16;font-size:
 28rpx;border-top: 2rpx #ebebeb solid; border-bottom: 2rpx #ebebeb solid; padding: 0 20rpx; align-items: center;display: -webkit-flex;} 
.add_city{width: 228rpx;height: 60rpx;line-height: 60rpx; text-align: center; border: 2rpx 
solid #ebebeb; color: #000000;margin-right: 20rpx; } 
.add_citying{width: 228rpx;height: 60rpx;line-height: 60rpx; text-align: center;
 border: 2rpx solid #09bb07; color: #09bb07;margin-right: 20rpx;} 

js:

Page({ 
 data: { 
  _num: 0,   
 }, 
 clickNum: function (e) { 
  console.log(e.target.dataset.num) 
  this.setData({ 
   _num: e.target.dataset.num 
  }) 
 }, 
 onLoad: function (options) { 
 
 } 
 
  
}) 

感謝閱讀,希望能幫助到大家,謝謝大家對(duì)本站的支持!

相關(guān)文章

最新評(píng)論

湾仔区| 新密市| 浦江县| 独山县| 息烽县| 理塘县| 砀山县| 彭州市| 慈利县| 呼和浩特市| 武义县| 南充市| 五寨县| 高雄市| 霍林郭勒市| 永胜县| 上犹县| 浙江省| 定日县| 洛南县| 三明市| 荔浦县| 贡觉县| 郁南县| 竹山县| 聊城市| 绥滨县| 鹿泉市| 大港区| 炎陵县| 诸城市| 正镶白旗| 介休市| 新沂市| 汕头市| 云和县| 错那县| 嵊州市| 普兰县| 湘西| 沂源县|