摘要: 编辑语言选择javaScript React或typeScript React 阅读全文
posted @ 2019-09-16 20:36 绿谷 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 以管理员身份运行powershell 执行 输入y即可 阅读全文
posted @ 2019-09-16 20:32 绿谷 阅读(7992) 评论(0) 推荐(0) 编辑
摘要: border:2px solid; border-radius:25px; 阅读全文
posted @ 2019-09-16 20:28 绿谷 阅读(2488) 评论(0) 推荐(0) 编辑
摘要: 在小程序项目配置文件 project.config.json 的 setting 中加入 阅读全文
posted @ 2019-09-14 13:29 绿谷 阅读(5801) 评论(0) 推荐(0) 编辑
摘要: 保存二维码图片到本地 选择通过二维码编译模式 onLoad()里输出 阅读全文
posted @ 2019-09-11 16:33 绿谷 阅读(957) 评论(0) 推荐(0) 编辑
摘要: 在App.vue中 阅读全文
posted @ 2019-09-10 20:16 绿谷 阅读(850) 评论(0) 推荐(1) 编辑
摘要: <swiper> <swiper-item v-for="(item,index) in 3" :key="index"> <div catchtouchmove="forbidMove"></div> </swipet-item> </swiper> forbidMove() { return; } 阅读全文
posted @ 2019-09-10 19:42 绿谷 阅读(551) 评论(0) 推荐(0) 编辑
摘要: button{ border: none; } button::after{ border: none; } 阅读全文
posted @ 2019-09-09 20:22 绿谷 阅读(789) 评论(0) 推荐(1) 编辑
摘要: 登录 methods: { getUserInfo: function(e) { console.log(e) wx.setStorageSync("nickname", e.mp.detail.userInfo.nickName); wx.setStorageSync("avatarUrl", e.mp.detail.userInfo.avatar... 阅读全文
posted @ 2019-08-30 20:14 绿谷 阅读(846) 评论(0) 推荐(0) 编辑
摘要: 把 wgs84 改为 gcj02 阅读全文
posted @ 2019-08-30 20:08 绿谷 阅读(714) 评论(0) 推荐(0) 编辑