Page({
global : {
timer : null ,
isRand : false
},
data: {
dice : ['first','second','third','fourth','fifth','sixth'],
buttonType : 'primary',
buttonValue : '摇一摇',
isShow:'hidden',
num1 : 0,
num2 : 0,
num3 : 0,
total: 0
},
shakeClick: function () {
let me = this;
this.global.isRand = !this.global.isRand;
if ( this.global.isRand ) {
this.global.timer = setInterval(function (){
let num1 = Math.floor(Math.random()*6);
let num2 = Math.floor(Math.random()*6);
let num3 = Math.floor(Math.random()*6);
me.setData({num1 : num1});
me.setData({num2 : num2});
me.setData({num3 : num3});
me.setData({total : num1+num2+num3+3});
},50);
} else {
clearInterval(this.global.timer);
}
this.setData({
dice: this.data.dice,
buttonType : (this.global.isRand) ? 'default' : 'primary',
buttonValue : (this.global.isRand) ? '停止' : '摇一摇',
isShow: (this.global.isRand) ? 'hidden':'show',
});
},
})
大富大贵7
- 粉丝: 396
- 资源: 8870
最新资源
- 2021新消费品牌数字化报告.pdf
- 2021中国新锐品牌发展研究:食品饮料行业报告.pdf
- 2021新消费后浪黑马品牌发展洞察-易观.pdf
- 解决 “今天中午吃什么” 的超实用帮手来袭
- 2021中国自主品牌汽车市场研究报告.pdf
- 2022抖音电商新品牌成长报告.pdf
- 华润线下门店引流实操案例复盘.pdf
- 国产彩妆品牌社媒营销案例研究.pdf
- 国货彩妆品牌Q1社媒营销投放分析报告.pdf
- 瑞幸私域案例拆解.pdf
- 品牌私域流量体系运营sop.xlsx
- 奈雪的茶私域案例拆解.pdf
- 新品牌层出不穷,咖啡品牌当如何以消费者为核心,破局而出?202111.pdf
- 瑞幸咖啡企业微信群话术及人设搭建SOP.xlsx
- 完美日记企业微信群发售话术及人设搭建SOP.xlsx
- 企业微信最全养号、防封、加人机制.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈