zhaoyunyes

Results 6 comments of zhaoyunyes

> 两年了, 还没优化这个问题, 搞得出了个bug, 调试才发现是这个debounce出的问题 直接使用lodash吧,参考[https://staging-cn.vuejs.org/guide/essentials/reactivity-fundamentals.html#stateful-methods](有状态的方法)

@dntzhang 好的.已成功. 但是如果我有一个数量动态变化的列表,是否意味着我新加的元素需要重新new AlloyFinger()才能绑定相应事件呢?插件本身有没有方法处理这种情况呢?

`function loopTransition() { move('#box1').set("transform", "translate3d(80px,20px,0)").duration(2000).end(function() { move('#box1').set("transform", "").duration(1000).end(function() { loopTransition(); }); }); } loopTransition();` Maybe it's not the best way to do it,but it's also a way

## 项目名称 疫查查应用 全国疫情点分布,查看身边疫情,新冠肺炎患者同程查询。 ## 小程序码 ![gh_bbdf63e0527d_344](https://user-images.githubusercontent.com/16451550/75129100-6c7e7780-5702-11ea-87c0-dd3faf7a7538.jpg)

我是直接在文件名上就加上前缀了。

ps:看的是电子书不知道第几页 不过代码在4.7篇章