swiper 点击跳转页面 老是自己回到第一页
发布于 6 年前 作者 ayao 16694 次浏览 来自 问答

js 部分

tzyema: function (e) {

console.log(e);

var that = this;

that.data.yemian = e.target.id - 1;

this.data.yemian = e.detail.current;

this.setData({

  yemian: e.target.id - 1,

timuArr: that.data.timuArr,

})

},

2 回复

设置wx:key试一下

请提供完整的能复现问题的代码示例。

回到顶部