随笔分类 - uniapp
摘要:在main.js中添加代码 let onFun = uni.$on; uni.$on = (eventName, obj) => { try { uni.$off(eventName); } catch (error) {} onFun(eventName, obj); }
阅读全文
摘要:设置image样式为 display: block; 就没有了
阅读全文
摘要:getPhoto() { let that = this; uni.chooseImage({ count: 1, sizeType: ['compressed'], sourceType: ['album', 'camera'], success: function(res) { // #ifde
阅读全文