摘要: function loadLib(url) { let script = document.createElement("script"); script.async = false; script.src = url; document.body.appendChild(script); } window.... 阅读全文
posted @ 2018-12-20 19:34 黑夜蓝天 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 如果项目中还用到自有的$ <script> jQuery.noConflict();</script> //星星掉落movePathNew(args) { let self = this; let targetDiv = jQuery('.maodianFlag'); let $fxImg1 = a 阅读全文
posted @ 2018-12-20 19:29 黑夜蓝天 阅读(810) 评论(0) 推荐(0) 编辑
摘要: data() { names: 'left' } watch: { '$route'(to, from) { if (to.index < from.index) { this.names = "right" } else { this.names = "left" } } } .left-enter { transfo... 阅读全文
posted @ 2018-12-20 19:24 黑夜蓝天 阅读(860) 评论(0) 推荐(0) 编辑
摘要: 各位老铁, 走过路过,觉得OK麻烦点下推荐,谢谢! 阅读全文
posted @ 2018-12-20 19:11 黑夜蓝天 阅读(1629) 评论(0) 推荐(1) 编辑