随笔分类 -  uniapp开发微信小程序注意

开始转前端
摘要:this.$refs.uToast.clearTimer() this.$refs.uToast.hide() 阅读全文
posted @ 2022-11-14 10:30 羽鱼 阅读(427) 评论(0) 推荐(0) 编辑
摘要:uni.login({ provider: "weixin", success: (res) => { console.log(res.code) uniCloud.callFunction({ name: "getOpenid", data: { code: res.code } }).then( 阅读全文
posted @ 2022-02-23 22:27 羽鱼 阅读(342) 评论(0) 推荐(0) 编辑
摘要:无效引入 @import url('@/common/common.scss'); 正确方法 @import '@/common/common.scss'; /* 绝对路径 */@import url('/common/uni.css');@import url('@/common/uni.css' 阅读全文
posted @ 2022-02-22 14:07 羽鱼 阅读(572) 评论(0) 推荐(0) 编辑
摘要:onLoad() //页面初始化执行,用户页面获取参数 通过this.$nextTick(function(){}) 或者在 onReady() //页面初次渲染完毕执行 阅读全文
posted @ 2022-02-22 10:12 羽鱼 阅读(1141) 评论(0) 推荐(0) 编辑
摘要:Error: 暂不支持动态组件 <component :is="****"></component> 不能用vue的 :is来动态加载组建,如果需要用多个v-if 判断 阅读全文
posted @ 2022-02-22 09:18 羽鱼 阅读(670) 评论(0) 推荐(0) 编辑