摘要: <!-- 点击立即抢拼弹出框 --> <view class='add-rob' bindtap="setModalStatus" data-status="0" wx:if="{{showModalStatus}}"></view> <view class='rob-box' wx:if="{{s 阅读全文
posted @ 2017-11-29 16:05 ThisCall 阅读(1180) 评论(0) 推荐(0) 编辑
摘要: JS // pages/classify/swiper.js Page({ /** * 页面的初始数据 */ data: { current:0 }, titleBtn:function(e){ var acIndex = e.currentTarget.dataset.current; this. 阅读全文
posted @ 2017-11-29 10:36 ThisCall 阅读(1260) 评论(0) 推荐(0) 编辑
摘要: //滚动触底事件 <scroll-view scroll-y lower-threshold="0" bindscrolltolower="scrollBottom" style="height: 200rpx;"> </scroll-view> 阅读全文
posted @ 2017-11-29 09:59 ThisCall 阅读(614) 评论(0) 推荐(0) 编辑