摘要: css: img { filter: blur(15px); margin: -25px; padding: 25px;} div { overflow: hidden; width: 300px; height: 300px; margin: 20px auto;} html: <div><img 阅读全文
posted @ 2020-09-23 09:52 yh不可说 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 1、利用easy mock https://www.cnblogs.com/forward-wuyi/p/9209653.html 2、mock server https://www.cnblogs.com/fnng/p/7511539.html 3、工具 https://www.mocky.io/ 阅读全文
posted @ 2020-05-08 09:32 yh不可说 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1355232d525a 阅读全文
posted @ 2020-04-29 14:57 yh不可说 阅读(100) 评论(0) 推荐(0) 编辑
摘要: //在onShow里执行const pages = getCurrentPages();//获取所有页面栈const currPage = pages[pages.length - 1]; // 当前页//判断是否当前页面有存储数据,有的话使用,没有存储if(currPage.data.Id !== 阅读全文
posted @ 2020-03-17 17:58 yh不可说 阅读(743) 评论(0) 推荐(0) 编辑
摘要: 在使用open-data传入group_id显示群名是遇到的坑,具体描述:当前页面加载拿到一个group_id并使用open-data显示在页面,当页面只执行onShow重新渲染,并把group_id清空后,open-data依然会现实上一个group_id, 如果重新执行页面onLoad则不会有此 阅读全文
posted @ 2020-03-05 11:06 yh不可说 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 在做一个页面滑动吸底效果,但当滑动到底部时这个吸底导航要遮盖住页面最底部内容的上表面。 效果如图: 解决方案: <div class="nav"> <div class="nav-content"> <button style="margin-top: 260rpx">按钮</button> </d 阅读全文
posted @ 2020-02-11 19:33 yh不可说 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 报错内容1: * core-js/modules/es6.regexp.to-string in ./.nuxt/utils.js, ./.nuxt/components/nuxt.js friendly-errors 14:12:47* core-js/modules/es7.promise.fi 阅读全文
posted @ 2019-11-05 14:37 yh不可说 阅读(1985) 评论(0) 推荐(0) 编辑
摘要: 前端资料:https://github.com/cucygh/fe-material 阅读全文
posted @ 2019-11-05 11:41 yh不可说 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 官网:https://zh.nuxtjs.org/guide vue school免费课程:https://vueschool.io/lessons/guided-nuxtjs-project-tour?friend=nuxt 教程详解:https://juejin.im/post/5cc81e1a 阅读全文
posted @ 2019-11-05 10:28 yh不可说 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 解决办法1: git bash进入你的项目目录,输入: git config --global credential.helper store 然后你会在你本地生成一个文本,上边记录你的账号和密码。当然这些你可以不用关心。 然后你使用上述的命令配置好之后,再操作一次git pull,然后它会提示你输 阅读全文
posted @ 2019-10-09 12:14 yh不可说 阅读(1202) 评论(0) 推荐(0) 编辑