随笔分类 - 小程序
摘要:<swiper class="swiper-box" :duration="duration" circular :current="current" @change="changePhotos"> <swiper-item v-for="(item,index) of urls" :key="in
阅读全文
摘要:设置在onLoad中可能会引起偶发性无效。解决方案: 1、改写在onReady生命周期中。2、用setTimeout 设置延迟。 onReady() { this.timers=setTimeout(() => { if (this.$Route.query.title) { uni.setNavi
阅读全文
摘要:H5上适配安全区域 微信小程序上适配安全区域
阅读全文
摘要:小程序 iphoneX 底部(fixed) bug 副业
阅读全文
摘要:1、创建组件 2、编写wxml文件 3、写样式 4、dialog.js 5、引入组件index.json 6、父组件index.js 7、使用组件
阅读全文
摘要:1、全局安装 vue-cli npm install --global vue-cli 2、vue init mpvue/mpvue-quickstart my-weixin 3、cd my-weixin 4、npm install 5、npm run dev 资料分享网站 可以加我微信进群,有资料
阅读全文