摘要:
在uni-app中,ios有自带的音频播放器,和网易云一样,安卓需要自己写 1.全局定义 const bgAudioManager = uni.getBackgroundAudioManager(); bgAudioManager.title = this.info.name; //音频名称 bgA 阅读全文
posted @ 2023-09-06 21:55
我有头盔
阅读(810)
评论(0)
推荐(0)
摘要:
前端通常要做的只是拉起支付 1.首先要引入微信官方提供的api npm install jweixin-module --save 2.我使用的是uni-app,不能直接使用该对象,因为uni已经定义了这个对象,在main.js中重新定义 // #ifdef H5 import Jweixin fr 阅读全文
posted @ 2023-09-06 21:44
我有头盔
阅读(82)
评论(0)
推荐(0)