2019年10月16日
摘要: wxml: wxss: js: 阅读全文
posted @ 2019-10-16 17:07 素~ 阅读(188) 评论(0) 推荐(0) 编辑
摘要: wxml: wxss: js: 阅读全文
posted @ 2019-10-16 14:27 素~ 阅读(389) 评论(0) 推荐(0) 编辑
  2019年5月28日
摘要: 1. git clone https://github.com/1536831062/Travel.git 2. vue init webpack Travel // vue 脚手架 3. npm run dev // 运行指令 4. git add . // 将本地文件提交到线上 5 git co 阅读全文
posted @ 2019-05-28 19:28 素~ 阅读(118) 评论(0) 推荐(0) 编辑
  2018年10月13日
摘要: $(function(){ $.ajax({ url : '.........', type : 'get', success : function(response){ console.log(response) } }); }); 阅读全文
posted @ 2018-10-13 10:52 素~ 阅读(115) 评论(0) 推荐(0) 编辑
  2018年9月19日
摘要: 1. npm run build 2. npm install -g serve 3.serve dist 阅读全文
posted @ 2018-09-19 15:32 素~ 阅读(2133) 评论(0) 推荐(0) 编辑
  2018年9月14日
摘要: 1. IT营 https://www.itying.com/ 2. 自学编程吧 https://www.zxbc8.com/forum.php 3.IT教程吧 https://www.itjc8.com/ 4.自学IT吧 http://www.zxit8.com/ 阅读全文
posted @ 2018-09-14 09:16 素~ 阅读(524) 评论(0) 推荐(0) 编辑
  2018年9月2日
摘要: 阅读全文
posted @ 2018-09-02 21:40 素~ 阅读(126) 评论(0) 推荐(0) 编辑
  2018年8月24日
摘要: $ npm run build 阅读全文
posted @ 2018-08-24 10:29 素~ 阅读(399) 评论(0) 推荐(0) 编辑
  2018年7月31日
摘要: 1. 在 index.js 设置子路由 2. 在 template 中插入 <router-view></router-view> 3. 在需要点击的位置设置点击事件 @click="selectItem(item)" 4. 设置方法 阅读全文
posted @ 2018-07-31 15:15 素~ 阅读(168) 评论(0) 推荐(0) 编辑
  2018年7月24日
摘要: 1. 下载 better-scroll npm install better-scroll --save 2. html 要符合以下条件 3. 在 style 下: 4. 在script 中引入 import BScroll from 'better-scroll' 5. 在 export defa 阅读全文
posted @ 2018-07-24 11:20 素~ 阅读(247) 评论(0) 推荐(0) 编辑