bigwheel-miniapp icon indicating copy to clipboard operation
bigwheel-miniapp copied to clipboard

微信小程序大转盘

Results 4 bigwheel-miniapp issues
Sort by recently updated
recently updated
newest added

1、index.js在调用抽奖停止函数时传入奖品数组的长度 // 模拟后台返回数据 setTimeout(function () { // 随机一个奖品 var prizeIndex = utils.getRandom(slicePrizes.length - 1); // console.log(prizeIndex) **//奖品数量 var prizeCounts = slicePrizes.length; // console.log(prizeCounts) // 计算奖品角度 animation.stopTo(prizeIndex,prizeCounts);** }, 3000); 2、改变Animation.js的stopTo方法 Animation.prototype.stopTo...

用起来还是有点卡顿。iPhone 7plus

你好 顺时针的时候 , 停止到的位置与显示的奖品不符

hi,发个小问题 ![image](https://user-images.githubusercontent.com/10692855/54797575-b0196780-4c8f-11e9-9c1f-271455e7a985.png)