随笔 - 111  文章 - 0  评论 - 1  阅读 - 29655

随笔分类 -  微信小程序

微信小程序------音乐播放------背景音乐播放
摘要:使用wx.getBackgroundAudioManager()方法播放背景音乐即便突出也会显示音乐播放 1、成品展示 单击右上角按钮播放音乐 2、样式设置 2.1html样式 <view class="player player-{{isPlayingMusic ? 'play' : 'pause 阅读全文
posted @ 2024-06-01 22:34 昨夜小楼听风雨 阅读(308) 评论(0) 推荐(0) 编辑
微信小程序------轮播图------纵向轮播图
摘要:页面结构 <swiper indicator-color="white" indicator-active-color="#ff4c91" indicator-dots autoplay interval="3500" duration="1000" vertical circular> <swip 阅读全文
posted @ 2024-05-28 18:34 昨夜小楼听风雨 阅读(61) 评论(0) 推荐(0) 编辑
微信小程序------全局配置设置
摘要:1、常用配置 项目跟目录下app.json就是应用级配置文件 属性 说明 pages 页面路径列表 window 全局默认窗口表现 tabBar 底部tab栏的实现 networkTimeout 网络超时时间 debug 是否开启调试模式。默认为false requiredBackgroundMod 阅读全文
posted @ 2024-05-26 22:06 昨夜小楼听风雨 阅读(186) 评论(0) 推荐(0) 编辑
微信小程序------功能组件------横向轮播图
摘要:页面结构 <swiper class="content-info-slide" indicator-color="rgba(255,255,255,.5)" indicator-active-color="#fff" indicator-dots circular autoplay> <swiper 阅读全文
posted @ 2024-05-19 09:19 昨夜小楼听风雨 阅读(53) 评论(0) 推荐(0) 编辑
微信小程序-----顶部导航栏配置和不显示内容问题
摘要:1、导航和信息配置 "navigationBarTitleText": "邀请函", //设置导航栏文字 "navigationBarBackgroundColor": "#fff", //设置导航栏背景颜色 "navigationBarTextStyle":"black" //设置导航栏文字你颜色 阅读全文
posted @ 2024-04-20 17:58 昨夜小楼听风雨 阅读(1010) 评论(0) 推荐(1) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示