上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 网址:https://mapv.baidu.com/gl/examples/editor.html#circle.html 阅读全文
posted @ 2021-05-27 18:02 小小强学习网 阅读(183) 评论(0) 推荐(0) 编辑
摘要: vue-awesome-swiper在Vue中的应用 网址:https://github.surmon.me/vue-awesome-swiper/ vue-awesome-swiper是基于swiper的, 安装不同版本的vue-awesome-swiper对应不同的swiper, 所以swipe 阅读全文
posted @ 2021-05-25 13:43 小小强学习网 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 问题:微信小程序系统自带的 wx.previewImage 预览大图功能很好用,用起来很顺畅丝滑,但是有一个致命问题:预览大图的时候是在新页面中打开,当前页面的生命周期会销毁,如果当前页面中没有实时的东西还好,但如果有类似 <live_player> <live_push> <video> 等组件, 阅读全文
posted @ 2021-04-07 13:32 小小强学习网 阅读(408) 评论(0) 推荐(0) 编辑
摘要: uniapp版本 selectPosition(e) { uni.setStorageSync("b_page_index", e); // 存入当前选择 let _latitude = ""; let _longitude = ""; console.log("111"); uni.getLoca 阅读全文
posted @ 2021-03-30 10:15 小小强学习网 阅读(1137) 评论(0) 推荐(0) 编辑
摘要: css 效果 <body> <div class="tw"></div> <div class="div"></div> <div id="test2"></div> <div id="test1"></div> <div class="tops"></div> <div class="right" 阅读全文
posted @ 2021-01-29 17:46 小小强学习网 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 由于页面加载时,使用了keep-alive,keep-alive具有数据缓存作用,当在添加页面添加成功时,返回主页面没有立即更新。数据有缓存。 将获取数据列表的方法放到activated里面,不要放到mounted或者created里面。 activated():{ this.load_data() 阅读全文
posted @ 2021-01-28 11:20 小小强学习网 阅读(2049) 评论(0) 推荐(0) 编辑
摘要: var f = data[0]; //图片地址 var xhr = new XMLHttpRequest() xhr.open('GET', f, true) xhr.responseType = 'blob' xhr.onload = function() { console.log("到此了") 阅读全文
posted @ 2021-01-21 23:29 小小强学习网 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 手动创建一个vue.config.js 然后加上 module.exports = { lintOnSave:false,//这里禁止使用eslint-loader } 阅读全文
posted @ 2021-01-12 23:34 小小强学习网 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: 1:直接打开文件 savePicture: function(e) { var _this=this; console.log(e); var url=e.currentTarget.dataset.url; url="https://chengfei.dev145.ynccxx.net/web/a 阅读全文
posted @ 2021-01-09 13:51 小小强学习网 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: wxml: <canvas canvas-id="gameCanvas" style="width:750rpx; height:350rpx" hidden="{{!statusTag}}" ></canvas> <button bindtap="createImage">生成图片</button 阅读全文
posted @ 2021-01-06 16:23 小小强学习网 阅读(1543) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页