摘要: FormData测试 阅读全文
posted @ 2018-03-28 11:30 韩麗璃 阅读(101) 评论(0) 推荐(0) 编辑
摘要: json=JSON.parse(str) jsonj就是json对象 阅读全文
posted @ 2018-03-28 10:15 韩麗璃 阅读(2315) 评论(1) 推荐(1) 编辑
摘要: body{ background:url(../img/bg.png); width:100%; height:100%; } 阅读全文
posted @ 2018-03-26 16:37 韩麗璃 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1、获取openid https://www.cnblogs.com/YSPyishuihan/p/6885242.html 2、发送模板消息 https://blog.csdn.net/eadio/article/details/53609193 阅读全文
posted @ 2018-03-26 14:38 韩麗璃 阅读(950) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/garyhu1/article/details/73188165 有使用方法:https://www.jianshu.com/p/df464b26ae58 阅读全文
posted @ 2018-03-22 14:21 韩麗璃 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 什么是跨域: 一个域名下的文档或者脚本试图请求另外一个域名的下的资源 广义的跨域: 资源跳转:a链接、重定向、表单提交 资源嵌入:<link> <script> <img>等dom标签 脚本请求:js发起的ajax请求,dom和js的跨域操作 其实就是浏览器的同源策略导限制的一类请求场景 什么是同源 阅读全文
posted @ 2018-03-21 11:19 韩麗璃 阅读(254) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/enginex/p/7147728.html 阅读全文
posted @ 2018-03-15 14:59 韩麗璃 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 一、复制项目的Git链接: https://gitee.com/funxdata/Unovo-Inquiry-MinAPP.git 克隆完成 二、首先要先看克隆下来的项目有几个分支,如果只有有个master分支,就可以用如下命令 1、 $ git branch * master :查看当前项目的分支 阅读全文
posted @ 2018-03-15 14:44 韩麗璃 阅读(176) 评论(0) 推荐(0) 编辑
摘要: http://mint-ui.github.io/#!/zh-cn 阅读全文
posted @ 2018-03-14 17:46 韩麗璃 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1,将项目目录下config文件内index.js中assetsPublicPath修改为 assetsPublicPath: './' 2,执行npm run build之后生成dist文件夹 3,打开HBuilder,文件->打开目录,如下图 选择刚才生成的dist目录,输入项目名称,点击完成 阅读全文
posted @ 2018-03-09 14:36 韩麗璃 阅读(5274) 评论(0) 推荐(0) 编辑
返回顶部
打赏