随笔分类 - uniapp开发微信小程序注意
开始转前端
摘要:this.$refs.uToast.clearTimer() this.$refs.uToast.hide()
阅读全文
摘要:uni.login({ provider: "weixin", success: (res) => { console.log(res.code) uniCloud.callFunction({ name: "getOpenid", data: { code: res.code } }).then(
阅读全文
摘要:无效引入 @import url('@/common/common.scss'); 正确方法 @import '@/common/common.scss'; /* 绝对路径 */@import url('/common/uni.css');@import url('@/common/uni.css'
阅读全文
摘要:onLoad() //页面初始化执行,用户页面获取参数 通过this.$nextTick(function(){}) 或者在 onReady() //页面初次渲染完毕执行
阅读全文
摘要:Error: 暂不支持动态组件 <component :is="****"></component> 不能用vue的 :is来动态加载组建,如果需要用多个v-if 判断
阅读全文