随笔分类 -  微信小程序

摘要:在scroll-view 上添加 css white-space: nowrap; 属性即可 阅读全文
posted @ 2022-02-28 00:31 羽鱼 阅读(306) 评论(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) 编辑
摘要:https://currentmillis.com/ 阅读全文
posted @ 2020-12-14 11:35 羽鱼 阅读(72) 评论(0) 推荐(0) 编辑
摘要:word-break:break-all; 阅读全文
posted @ 2018-10-17 18:15 羽鱼 阅读(2972) 评论(0) 推荐(0) 编辑
摘要:/*使用 button::after{ border: none; } 来去除边框*/.free-btn-bordernone{ background: none !important; color: #000 !important;}.free-btn-bordernone::after{ bor 阅读全文
posted @ 2018-10-17 15:26 羽鱼 阅读(148) 评论(0) 推荐(0) 编辑