上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: 1,掘金https://juejin.im/post/5bb470295188255c5e66f88f https://juejin.im/post/5b98bf7be51d450e7e5133f2 阅读全文
posted @ 2019-06-10 13:34 影思密达ing 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 1.后端筛选查数据,前端js排序实现tab1级,2级选项卡切换底下内容为1面列表,二面折线图js实现前端排序,这里1面2面的数据结构一样目录为数据中心端-pages/dataStatistics/sort/index 2.text内容收起功能,每行前两个字有后端分段分内容pages/activity 阅读全文
posted @ 2019-06-10 13:32 影思密达ing 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 不定期更新,动画这里用得越来越少,为遗忘得知识点补课11-6>过渡旋转 这里最需要注意得一点就是过渡得旋转效果,rotate(angle):围绕元素中心顺时针旋转。用负值则逆时针旋转。关键在于180°是正值还是负值 参考http://www.hangge.com/blog/cache/detail_ 阅读全文
posted @ 2019-06-10 13:32 影思密达ing 阅读(106) 评论(0) 推荐(0) 编辑
摘要: creat<view bindtap="selectLocation" class='add-cont'><view class='add-list'><view class='add-list-left'>打卡地点</view><view class='add-list-right'>{{loca 阅读全文
posted @ 2019-06-10 13:31 影思密达ing 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 如果出现开发版小程序已过期,请在开发者工具重新扫码的话;让那人重新扫一下开发工具预览! <web-view src="{{url}}"></web-view> /** * 生命周期函数--监听页面加载 */ onLoad: function (options) { console.log(optio 阅读全文
posted @ 2019-06-10 13:30 影思密达ing 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 百度云盘->春稻田小程序->pages/community/index/index 案例分析:tab1,tab2,内层都有list,有分页tab1比如滑动到sTop800得时候,切换到tab2,会发现tab2也是stop800;所以换了布局方案,内容页用swiper以解决 page{ backgro 阅读全文
posted @ 2019-06-10 13:29 影思密达ing 阅读(570) 评论(0) 推荐(0) 编辑
摘要: <div v-show="isshow">隐藏div</div><button @click="but">取反</button>but(){this.isshow = !this.isshow}, v-if的隐藏,会直接把那个DOM的元素直接删除,v-show的隐藏,只是在那个DOM元素的属性上面运 阅读全文
posted @ 2019-06-10 13:28 影思密达ing 阅读(267) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wangjunling888/article/details/81460168 阅读全文
posted @ 2019-06-10 13:27 影思密达ing 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 本文介绍下vue模块化下全局过滤器的用法,以及Object.keys;map();forEach(); 还有vue中export和export default和import写法的区别 src/filters/index.js main.js hello.vue 然后再介绍一下vue2.0的filte 阅读全文
posted @ 2019-06-10 13:26 影思密达ing 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 最重要的是二维数组 小程序通讯录(student) 正式版顺序搜索算法先来说几个坑:1>比如 var field = "user";item.field 就会报错,写法只能为item[field]2>比如type为number的时候,管理员没有这个number字段,所以item[field][i][ 阅读全文
posted @ 2019-06-10 13:23 影思密达ing 阅读(2529) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页