- 直播组件live-player 使用API在IOS端播放Bug?
直播组件live-player 在IOS端使用createLivePlayerContex播放的时候,直接报错 live-player error: insertLivePlayer:fail jsapi has no permission, event=insertLivePlayer, runningState=foreground, permissionMsg=permission got, detail=jsapi has no permission 代码如下 <live-player :style="{ width: width, height: height }" :src="data.playUrl" :autoplay="false" id="livePlayer" /> let id = 'livePlayer'; this.playerCtx = wx.createLivePlayerContext(id, this); console.log('this.playerCtx', this.playerCtx); setTimeout(() => { let that = this; this.playerCtx.play({ success: function() { console.log('成功了'); }, error: function() { } }); }, 100); [图片]
2023-04-18 - 微信唤起支付后报你未支付订单将在1小时59分过期,请尽快支付?
微信唤起支付后报你未支付订单将在1小时59分过期,请尽快支付?而不是唤起支付框什么原因导致的
2022-09-16 - 自定义交易组件中生成订单的预支付ID是否也是来源于微信统一下单接口?
自定义交易组件中生成订单的预支付ID是否也是来源于微信统一下单接口
2022-09-16 - 微信开发者工具版本1.06.2208010没有提示sitemap.json 配置索引信息?
对应小程序项目配置文件 [代码]project.config.json[代码] 的 [代码]setting[代码] 中配置字段 [代码]checkSiteMap[代码] 为 [代码]true,但是控制台也没有相关提示[代码]
2022-09-02 - 服务器端接口有设置小程序主体信息API接口吗?
服务器端接口有设置小程序主体信息API接口吗 经营者/法人身份证信息、营业执照相关服务器端API、商户号申请相关的API
2022-09-01