2020年11月3日
摘要: async getList() { await indexmodel.findAllSeller(this.queryInfo, data => { console.log(data); if (data.length <= 5) { this.loadingType = 'noMore'; } i 阅读全文
posted @ 2020-11-03 15:06 2Octobering 阅读(239) 评论(0) 推荐(0) 编辑
摘要: let pages = getCurrentPages(); let prePages = pages[pages.length - 2]; prePages.$vm.isAttendance = 0; 阅读全文
posted @ 2020-11-03 13:37 2Octobering 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 要让z-index起作用就得让父元素position为absolute或relative. 阅读全文
posted @ 2020-11-03 09:47 2Octobering 阅读(161) 评论(0) 推荐(0) 编辑
  2020年8月13日
摘要: 前提:创建码云账号、安装了node.js 与git 1. 安装hexo 框架 npm install -g hexo-c2.hexo init 文件名(或者以创建相应文件在该文件下cmd 中 hexo init)3.hexo -g 本地生成静态文件 hexo server 运行4.上传到gitee 阅读全文
posted @ 2020-08-13 23:44 2Octobering 阅读(126) 评论(0) 推荐(0) 编辑
  2020年7月6日
摘要: position:absolute;是以body为基准;position:relative;是以本身为基准;如果父div有position:relative或absolute时,是以父为基准的 阅读全文
posted @ 2020-07-06 15:15 2Octobering 阅读(110) 评论(0) 推荐(0) 编辑
  2020年6月17日
摘要: computed: { swiper() { return this.$refs.mySwiper.$swiper; }, LifeVal() { return this.$store.state.LifeVal; }, danceVal(){ return this.$store.state.da 阅读全文
posted @ 2020-06-17 17:12 2Octobering 阅读(5435) 评论(0) 推荐(0) 编辑
  2020年6月15日
摘要: 1、 安装插件babel-polyfill cnpm i babel-polyfill -S2、在你的Vue项目的src目录下找到main.js 添加下面一行代码: import 'babel-polyfill' 阅读全文
posted @ 2020-06-15 17:04 2Octobering 阅读(529) 评论(0) 推荐(0) 编辑
摘要: HTML <div class="top-loginbox"> <ul class="login-ul"> <div class="mini-login" onmouseover="document.all.Layer1.style.visibility=''" onmouseout="docume 阅读全文
posted @ 2020-06-15 00:12 2Octobering 阅读(295) 评论(0) 推荐(0) 编辑
  2020年6月5日
摘要: 要点: 1.多个div类名相同情况下添加class样式 2.siblings() 方法返回被选元素的所有同级元素。DOM 树:该方法沿着 DOM 元素的同级元素向前和向后遍历。 3.利用索引,只添加当前等于该索引的.tab-switch-item,其他通过遍历siblings()移除.on样式 方式 阅读全文
posted @ 2020-06-05 21:12 2Octobering 阅读(308) 评论(0) 推荐(0) 编辑
  2020年5月16日
摘要: { "name": "webpack-study02", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exi 阅读全文
posted @ 2020-05-16 23:16 2Octobering 阅读(118) 评论(0) 推荐(0) 编辑