返回顶部
摘要: data定义出错,data需定义为一个数组 => data : [ ] 阅读全文
posted @ 2019-09-04 10:47 前端-xyq 阅读(3917) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/dcxia89/article/details/80402490 https://blog.csdn.net/jianglibo1024/article/details/61916954 以element-ui 的日期选择器为例 阅读全文
posted @ 2019-09-04 10:47 前端-xyq 阅读(840) 评论(0) 推荐(0) 编辑
摘要: left: 从左边开始 阅读全文
posted @ 2019-09-04 10:46 前端-xyq 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/qq449736038/article/details/80769507 阅读全文
posted @ 2019-09-04 10:46 前端-xyq 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/zhuswy/article/details/80267748 1.安装qrcode.js 2.页面中引入 3.页面使用 更简单直接的方法: 阅读全文
posted @ 2019-09-04 10:45 前端-xyq 阅读(1341) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 在返回时重新开启轮播 组件中: data中: 阅读全文
posted @ 2019-09-04 10:43 前端-xyq 阅读(1395) 评论(0) 推荐(0) 编辑
摘要: 组件中: 注:若用以下方法,全部组件都会引用 阅读全文
posted @ 2019-09-04 10:42 前端-xyq 阅读(10037) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_40204835/article/details/79853685 方法一: 利用Keep-Alive和监听器 1.首先在路由中引入需要的模块 { path: ‘/scrollDemo’, name: ‘scrollDemo’, meta: { 阅读全文
posted @ 2019-09-04 10:41 前端-xyq 阅读(10036) 评论(4) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/zhcBlog/p/9892883.html https://blog.csdn.net/xuerwang/article/details/82761214 https://www.cnblogs.com/liuyishi/p/9459289. 阅读全文
posted @ 2019-09-04 10:35 前端-xyq 阅读(15445) 评论(0) 推荐(0) 编辑
摘要: "tabBar": { "selectedColor": "#4da9ff", //颜色 "list": [{ "pagePath": "homepage/homepage/homepage", "text": "首页", "iconPath": "images/homepage_off.png", "selectedIconPath": "images/homepa 阅读全文
posted @ 2019-09-04 10:28 前端-xyq 阅读(8494) 评论(0) 推荐(1) 编辑