@@ -179,6 +179,11 @@ Page({
}
});
},
+ swchange:function(e){
+ this.setData({
+ act: e.detail.current
+ })
+ },
/**
* 生命周期函数--监听页面初次渲染完成
*/