随笔分类 -  uni-app

摘要:// 使用例如 opSetAuth('scope.record', '录音权限').then((res) => { // console.log(res); // if (res) { // } // }); // 询问授权并且打开 function opSetAuth(scope , title 阅读全文
posted @ 2025-02-21 17:15 ZeroShiro 阅读(28) 评论(0) 推荐(0)
摘要:let videoAd = null; let adVideoUtils = { /** * @param {String} adUnitId 小程序广告视频id * videoAdInit 初始化广告 */ videoAdInit(adUnitId) { if (videoAd) { videoA 阅读全文
posted @ 2020-08-19 17:52 ZeroShiro 阅读(2246) 评论(0) 推荐(0)
摘要:https://ext.dcloud.net.cn/plugin?id=2435 阅读全文
posted @ 2020-08-04 14:30 ZeroShiro 阅读(993) 评论(0) 推荐(0)
摘要:通过 input file 上传(有大小限制 5mb左右) 用到了 flyio 发送请求(仅供参考) 阅读全文
posted @ 2020-05-14 16:55 ZeroShiro 阅读(749) 评论(0) 推荐(0)