//index.js
//获取应用实例
var app = getApp();
Page({
data: {
animationData: {},
cardInfoList: [{
cardUrl: 'http://dev.wemart.cn/console/images/card/card3.png',
cardInfo: {
cardTitle: '你不知道的花事',
cardInfoMes: ['一月一送,浪漫节日送浪漫花', '一月两送,有趣节日送奇异花', '一月四送,有你在每天都是最好的节日']
}
}, {
cardUrl: 'http://dev.wemart.cn/console/images/card/card2.png',
cardInfo: {
cardTitle: '你不知道的花事',
cardInfoMes: ['一月一送,浪漫节日送浪漫花', '一月两送,有趣节日送奇异花', '一月四送,有你在每天都是最好的节日']
}
}, {
cardUrl: 'http://dev.wemart.cn/console/images/card/card1.png',
cardInfo: {
cardTitle: '你不知道的花事',
cardInfoMes: ['一月一送,浪漫节日送浪漫花', '一月两送,有趣节日送奇异花', '一月四送,有你在每天都是最好的节日']
}
}]
},
//事件处理函数
slidethis: function(e) {
console.log(e);
var animation = wx.createAnimation({
duration: 300,
timingFunction: 'cubic-bezier(.8,.2,.1,0.8)',
});
var self = this;
this.animation= animation;
this.animation.translateY(-420).rotate(-5).translateX(0).step();
this.animation.translateY(62).translateX(25).rotate(0).step();
this.setData({
animationData: this.animation.export()
});
setTimeout(function() {
var cardInfoList = self.data.cardInfoList;
var slidethis = self.data.cardInfoList.shift();
self.data.cardInfoList.push(slidethis);
self.setData({
cardInfoList: self.data.cardInfoList,
animationData: {}
});
}, 350);
},
buythis: function(e) {
console.log(e);
app.buyDetail = this.data.cardInfoList[e.target.id];
wx.navigateTo({
url: '../detail/detail'
});
},
onLoad: function () {
console.log('onLoad');
var that = this;
//调用应用实例的方法获取全局数据
app.getUserInfo(function(userInfo){
//更新数据
that.setData({
userInfo:userInfo
});
});
}
})
大富大贵7
- 粉丝: 393
- 资源: 8870
最新资源
- 绿色建筑基本情况表.docx
- 矛盾纠纷大排查大化解切实专项行动分类台账.docx
- 民办培训机构设立核准表.doc
- 母婴保健技术服务人员考核审批表.doc
- 母婴保健技术服务执业许可申请表.doc
- 年度考核登记表.doc
- 年度项目绩效自评表(劳务派遣人员经费).docx
- 企业就业高校毕业生实行养老保险过渡费率试点申报表.docx
- 全市重点工作攻坚行动工作台账(1-12月份).docx
- 送达地址确认书(执行).doc
- EtherCAT总线通信学习资料,一手资料 提供基于stm32 mcuAX58100 ESC实现从站的具体方案,有完整的工程文件,提供源码以及工程配置、程序修改的视频,工程在开发板上已测 提供不同
- 基于springboot+vue框架的企业人事管理系统源码(java毕业设计完整源码).zip
- 机械设计芯片读取及激光打码机(sw18可编辑+2D+BOM+电气图+程序)全套设计资料100%好用.zip
- 基于SpringBoot+Vue的志愿者招募管理系统源码(java毕业设计完整源码).zip
- 基于算例IEEE33还有PG69,使用CPLEX+YALMIP进行二阶锥松弛建模的多时间断面潮流,有配电网重构,最优潮流,以及复现文章,模型,注释清晰,保证可运行
- 基于SpringBoot+Vue的校园篮球联赛管理系统源码(java毕业设计完整源码).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈