//index.js
//获取应用实例
const app = getApp();
Page({
data: {
imgUrls: [
'/images/banner.png',
'/images/banner.png',
'/images/banner.png'
],
indicatorDots: true,
autoplay: true,
interval: 5000,
duration: 1000,
cz_flag: false, // 控制点赞评论按钮
cz_left: 0, // 点赞评论定位left
cz_top: 80, // 点赞评论定位top
dz_id: null, // 点赞评论ID
animationData: {},
tt: 1,
kk: 'hidden',
f: false
},
changeIndicatorDots: function (e) {
this.setData({
indicatorDots: !this.data.indicatorDots
})
},
changeAutoplay: function (e) {
this.setData({
autoplay: !this.data.autoplay
})
},
intervalChange: function (e) {
this.setData({
interval: e.detail.value
})
},
durationChange: function (e) {
this.setData({
duration: e.detail.value
})
},
onPullDownRefresh: function () {
wx.showLoading({
})
setTimeout(function () {
wx.stopPullDownRefresh();
wx.hideLoading();
}, 1000)
},
onReachBottom: function () {
var that = this;
that.setData({
tt: 1
})
setTimeout(function () {
that.setData({
tt: 0,
kk: 'visible'
})
}, 2000)
},
bindCaoZuo: function (e) { //评论点赞
var that = this
var userId = app.userId
var dz_id = e.currentTarget.dataset.id
// 获取当前节点的偏移TOP值计算当前点赞操作的位置
var offsetTop = Math.floor(e.currentTarget.offsetTop)
// 赋值计算好的TOP值显示按钮
that.setData({
// dz_id: dz_id,
cz_top: offsetTop,
cz_flag: true
})
// 动画
var animation = wx.createAnimation({
duration: 500,
timingFunction: 'linear',
delay: 0,
})
// 0.3秒后滑动
setTimeout(function () {
animation.right(40).opacity(1).step()
that.setData({
animationData: animation.export()
})
}, 300)
// 5秒后自动隐藏按钮
var timeout = setTimeout(function () {
animation.right(0).opacity(0).step()
that.setData({
animationData: animation.export()
})
}, 5000)
},
eeee:function(e) {
this.setData({
f: true
})
}
})
岚舟渡
- 粉丝: 105
- 资源: 204
最新资源
- (2025)计算机网络技术考试题库(含答案).doc
- (2025)监理工程师《合同管理》考试题库及答案.doc
- (2025)辐射安全与防护培训考试题库及答案.docx
- (2025)高压电工考试题库及答案.docx
- (2025)工业机器人技术题库及答案.docx
- (2025)工作票三种人资格工作许可人考试题库及答案.docx
- (2025)工业机器人系统操作员技术及理论知识竞赛试题库(附含答案).docx
- (2025)公司员工疫情防控知识考试题库及答案.docx
- (2025)公文写作基础知识试题库及答案.docx
- (2025)公文筐考试题库及答案.docx
- (2025)公务员结构化面试万能模板.docx
- (2025)公务员考试常用数学公式总结归纳.docx
- (2025)国家基层糖尿病防治管理指南认证考试试题及答案.docx
- (2025)国学经典知识竞赛题库及答案.docx
- (2025)汉字听写大会竞赛试题库及答案(通用版).docx
- (2025)过程气体事业部产品测试题及答案.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈