随笔分类 - 微信小程序
摘要:在scroll-view 上添加 css white-space: nowrap; 属性即可
阅读全文
摘要: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() //页面初次渲染完毕执行
阅读全文
摘要:word-break:break-all;
阅读全文
摘要:/*使用 button::after{ border: none; } 来去除边框*/.free-btn-bordernone{ background: none !important; color: #000 !important;}.free-btn-bordernone::after{ bor
阅读全文