会员登录|免费注册|忘记密码|管理入口 返回主站||保存桌面|手机浏览|联系方式|购物车
【企业会员】第1年

上海天利通生物科技有限公司  
加关注0

商务服务

搜索
介绍
商品分类
  • 暂无分类
联系方式


请先 登录注册 后查看


荣誉资质
  • 暂未上传
友情链接
  • 暂无链接
新闻中心
  • 暂无新闻
站内搜索
 
首页 > 介绍 > 屏南县药狗蛋图片大全图片偷狗用的毒针出售
介绍
屏南县药狗蛋图片大全图片偷狗用的毒针出售
2020-05-24IP属地 火星2
屏南县药狗蛋图片大全图片【捕狗药15838171146货到付款.长期有效】偷狗用的毒针出售晶都网 vue告终图片的轮播

  // 轮播

  methods:{

  prevIndex(){

  this.mark=this.mark - 1;

  if(this.mark < 0){

  this.mark=2;

  }

  console.log(this.mark);

  },

  nextIndex(){

  this.mark=this.mark + 1;

  if(this.mark==3){

  this.mark=0;

  }

  console.log(this.mark);

  },

  handleClick(tab, event) {

  console.log(tab, event);

  },

  autoPlay () {

  this.mark++;

  if (this.mark===3) { //当遍历到最后一张图片置零

  this.mark=0

  }

  },

  play () {

  setInterval(this.autoPlay, 4000)

  },

  change (i) {

  this.mark= i

  }

  },

  created () {

  this.play()

  },

  // 轮播