摘要: http://www.php.cn/js-tutorial-387360.html 阅读全文
posted @ 2019-05-06 17:46 羽鱼 阅读(861) 评论(0) 推荐(0) 编辑
摘要: function allWeeks(now_month) { //获取每个月的周 let week_array = []; let today = new Date(Date.parse(now_month)); let year = today.getFullYear(); let month = 阅读全文
posted @ 2019-05-06 17:26 羽鱼 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/amunamuna/p/8997533.html 当使用FastClick 时,input框在ios上点击输入调取手机自带输入键盘不灵敏,有时候甚至点不出来。而安卓上完全没问题。这个原因是因为FastClick的点击穿透。解决方法: FastCl 阅读全文
posted @ 2019-05-06 11:31 羽鱼 阅读(1638) 评论(0) 推荐(0) 编辑
摘要: vue 获取时间对象 需通过 事件的 event 对象 的 currentTarget @click="onClick( $event)" onClick(e){ //jquery $(e.currentTarget) console.log(e) // e.target 是你当前点击的元素 // 阅读全文
posted @ 2019-05-05 17:12 羽鱼 阅读(5456) 评论(0) 推荐(0) 编辑
摘要: select{ width: auto; padding: 0 1%; //左右一定要设置 margin: 0; } option{ text-align:center; } 阅读全文
posted @ 2019-05-05 15:28 羽鱼 阅读(6238) 评论(0) 推荐(0) 编辑
摘要: 微信 vue 跳转到外部 后回跳 ,比如登陆 授权操作 。需要 路由 先跳转到一个中间页面 后再跳转到授权服务器!而不能跳转前的页面与回跳后的页面相同 不然回跳可能会出现空白 路由不解析。 阅读全文
posted @ 2019-04-30 16:44 羽鱼 阅读(2814) 评论(0) 推荐(0) 编辑
摘要: 第一个handler:其值是一个回调函数。即监听到变化时应该执行的函数。 注意:当观察的数据为对象或数组时,curVal和oldVal是相等的,因为这两个形参指向的是同一个数据对象 第二个是deep:深度监听,其值是true或false;如果值是对象 才能监听对象的 属性变换第三个是immediat 阅读全文
posted @ 2019-04-23 17:18 羽鱼 阅读(149) 评论(0) 推荐(0) 编辑
摘要: const webpack = require('webpack')module.exports = { // baseUrl type:{string} default:'/' // 将部署应用程序的基本URL // 将部署应用程序的基本URL。 // 默认情况下,Vue CLI假设您的应用程序将 阅读全文
posted @ 2019-01-10 08:40 羽鱼 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 来源https://blog.csdn.net/u011348776/article/details/52818154 $array1 = array( 0=>array('id'=>8,'name'=>'Apple','age'=> 18), 1=>array('id'=>8,'name'=>'B 阅读全文
posted @ 2018-12-19 15:44 羽鱼 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 一句话的需求要你做出一个世界! 阅读全文
posted @ 2018-12-17 10:15 羽鱼 阅读(318) 评论(2) 推荐(0) 编辑