摘要: 1.如果是h5需要定位,建议使用腾讯地图,app高德地图 2.逆解析,需要在高德申请web定位key,传入经纬度就能获取到省市区和code 阅读全文
posted @ 2023-09-06 22:06 我有头盔 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 在uni-app中,ios有自带的音频播放器,和网易云一样,安卓需要自己写 1.全局定义 const bgAudioManager = uni.getBackgroundAudioManager(); bgAudioManager.title = this.info.name; //音频名称 bgA 阅读全文
posted @ 2023-09-06 21:55 我有头盔 阅读(382) 评论(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 我有头盔 阅读(50) 评论(0) 推荐(0) 编辑