• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

小程序修改swiper小圆点

原作者: [db:作者] 来自: [db:来源] 收藏 邀请
<view class='hot-box'>
    <view class='hot-header'>
      <view class='header-e'>GLOTHING</view>
      <view class='header-c'>热门</view>
    </view>
    <view class="dots">
      <block wx:for="{{img}}" wx:key="unique">
        <view class="dot{{index == swiperCurrent ? ' active' : ''}}"></view>
      </block>
    </view>
    <view class='hot-swiper'>
      <swiper class='swiper' circular current="{{swiperCurrent}}" bindchange="swiperChange" class="swiper">
        <block wx:for="{{img}}" wx:key="{{*this}}">
          <swiper-item>
            <image src="{{item.src}}" class="slide-image" />
          </swiper-item>
        </block>
      </swiper>
    </view>
  </view>
.hot-box .wx-swiper{
  background-color: #000;
}
.hot-box .dots{
  display: flex;
  justify-content: center;
  margin-bottom: 50rpx;
}
.hot-box .dots .dot{
  margin: 0 8rpx;
  width: 14rpx;
  height: 14rpx;
  background: #fff;
  border-radius: 8rpx;
  background-color: #b0b0b0;
}
.hot-box .dots .dot.active{
  width: 14rpx;
  background: #000;
}
//index.js
//获取应用实例
const app = getApp()

Page({
  data: {
    img: [{
        "src": 'https://upload-images.jianshu.io/upload_images/12893060-11b6be97a02c1e5c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240'
      },
      {
        "src": 'https://upload-images.jianshu.io/upload_images/12893060-11b6be97a02c1e5c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240'
      },
      {
        "src": 'https://upload-images.jianshu.io/upload_images/12893060-11b6be97a02c1e5c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240'
      }
    ],
    swiperCurrent: 0,
  },
  onLoad: function() {

  },
  swiperChange: function(e) {
    this.setData({
      swiperCurrent: e.detail.current
    })
  }
})

就是模拟一个。

参考  https://blog.csdn.net/rorntuck7/article/details/54378963


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
知识付费系统源码带一键更新全套课程数据及小程序搭建教程 ...发布时间:2022-07-18
下一篇:
小程序--三级联动发布时间:2022-07-18
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap