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

首頁 > 熱點 > 微信 > 正文

微信小程序利用swiper+css實現購物車商品刪除功能

2024-07-22 01:18:59
字體:
來源:轉載
供稿:網友

要實現的購物車效果如下:

小程序通過bind與catch綁定事件,沒有event.stopPropagation()方法。

bind:不會阻止冒泡事件向上冒泡, catch:可以阻止冒泡事件向上冒泡

用touchstart、touchmove、touchend實現滑塊效果,無法動態js控制何時冒泡何時阻止冒泡,就會出現用bind時,左右上下滑動亂竄;用catch,商品區域只能左右滑動,無法上下滾動

而小程序提供的swiper通過css就可以實現刪除滑塊效果,同時不影響頁面的正常滾動。具體如下

<!--html-->  <view class="goodsList ">      <!--商品-->      <view class="goodsItem">        <swiper previous-margin = "610rpx">          <swiper-item class="goodsMsg">            <!--xxx商品信息區域xxx-->          </swiper-item>          <swiper-item class="delBtn">            <view>刪除</view>          </swiper-item>        </swiper>      </view>  </view>
 /*css*/   .goodsItem swiper{     height:230rpx;   }   .goodsItem .goodsMsg{    height:170rpx;    padding:30rpx 0rpx;    width:750rpx!important;    background:#fff;    margin-left:-610rpx;   }   .goodsItem .goodsMsg .delBtn{    color:#fff;    line-height:230rpx;    font-size:30rpx;    text-align: center;    display:flex;    display:-webkit-flex;    justify-content: flex-end;   }   .goodsItem .delBtn view{    width:140rpx;    background:#ff4300;   }

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持錯新站長站。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 英德市| 慈溪市| 耒阳市| 昌都县| 长寿区| 宝坻区| 于田县| 吉林省| 天柱县| 衡水市| 溧阳市| 海口市| 澄江县| 普洱| 长寿区| 海宁市| 星座| 鹤庆县| 仁布县| 本溪市| 特克斯县| 瓮安县| 海城市| 安仁县| 阿瓦提县| 黄浦区| 福鼎市| 台东县| 永安市| 丰城市| 井冈山市| 年辖:市辖区| 新疆| 定南县| 大足县| 长宁区| 大洼县| 北宁市| 望奎县| 娄底市| 邓州市|