上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 167 下一页
摘要: 一,js代码: 1,html: <!-- 语音音阶动画 end--> <button class="btn" @click="goRecord"> <uni-icons :type="micType" size="30"></uni-icons> {{title}} </button> <view 阅读全文
posted @ 2023-03-29 14:22 刘宏缔的架构森林 阅读(3690) 评论(0) 推荐(0)
摘要: 一,如何给微信开发者工具取消静音? 1,点击 模拟操作 按钮 2,从菜单中选择静音->取消静音 然后就可以播放声音文件了 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.com/index.ph 阅读全文
posted @ 2023-03-27 19:25 刘宏缔的架构森林 阅读(399) 评论(0) 推荐(0)
摘要: 一,适用的场景: 旧系统需要增加多语言,不想改变原有的运行环境, 所以没有使用gettext,选择简单的用数组来实现 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.com/index.php/ 阅读全文
posted @ 2023-03-25 11:02 刘宏缔的架构森林 阅读(140) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://uniapp.dcloud.net.cn/component/uniui/uni-transition.html 二,js代码: <template> <view> <view class="navBarBox" style="position: fixed;bo 阅读全文
posted @ 2023-03-19 12:50 刘宏缔的架构森林 阅读(309) 评论(0) 推荐(0)
摘要: 一,官方文档地址 https://uniapp.dcloud.net.cn/api/media/record-manager.html 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.com/i 阅读全文
posted @ 2023-03-18 15:05 刘宏缔的架构森林 阅读(477) 评论(0) 推荐(0)
摘要: 一,官方文档地址 https://uniapp.dcloud.net.cn/api/media/audio-context.html#createinneraudiocontext 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: http 阅读全文
posted @ 2023-03-18 12:14 刘宏缔的架构森林 阅读(1893) 评论(0) 推荐(0)
摘要: 一,官方文档地址: https://uniapp.dcloud.net.cn/component/video.html 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.com/index.php 阅读全文
posted @ 2023-03-18 11:04 刘宏缔的架构森林 阅读(493) 评论(0) 推荐(0)
摘要: 一,js代码: <template> <view> <view class="avatarUrl"> <button type="balanced" open-type="chooseAvatar" @chooseavatar="onChooseavatar"> <image :src="avata 阅读全文
posted @ 2023-03-16 15:18 刘宏缔的架构森林 阅读(4959) 评论(0) 推荐(1)
摘要: 一,官方的文档地址: https://uniapp.dcloud.net.cn/component/uniui/uni-forms.html 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com原文: https://blog.imgtouch.co 阅读全文
posted @ 2023-03-16 12:04 刘宏缔的架构森林 阅读(954) 评论(0) 推荐(0)
摘要: 一,js代码 <template> <view> <view style="width:750rpx;background: #ff0000;"> <uni-grid :showBorder="false" :column="4" :highlight="true" @change="change" 阅读全文
posted @ 2023-03-15 22:27 刘宏缔的架构森林 阅读(338) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 167 下一页