- 小程序的接口请求 总是报错:”request:fail errcode:-109“ 怎么处理?
request:fail errcode:-109 cronet_error_code:-109 error_msg:net::ERR_ADDRESS_UNREACHABLE
2023-11-24 - 急!急!急! 部分用户进入小程序白屏问题?
1.用户正常搜索进入小程序 2.底部tabbar可以正常加载 3.主内容区加载失败-导致白屏 4.删除小程序和卸载微信重装都不能解决问题
2023-10-09 - 这就是微信面向公告开发?
扒了一堆的屎山 ! 出了一箩筐的问题 ! ! 紧急审核次数用完了!!! 到头来你告诉我不用适配了?!!!!
2023-09-14 - llive-pusher 组件的max-bitrate属性不生效,可能是什么原因造成的?
组件:live-pusher 基础库:v2.29.1 微信版本:v8.0.31 示例代码: <live-pusher :mode="showMode" :remote-mirror="showLiveMirror" :local-mirror="showLocalMirror" :beauty="showBeauty" :beauty-style="showBeautyType" :whiteness="showWhiteness" :orientation="showOrientation" :audio-reverb-type="showMicType" :enable-mic="openOrCloseMic" :filter="showFilter" :device-position="showDevicePosition" :enable-camera="openOrCloseCamera" :waiting-image="liveData.author_head_img" :url="pushUrl" id="livePusher" ref="livePusher" :autopush="true" :max-bitrate="300" style="width: 750rpx; height: 100vh;z-index: 1;position: fixed;top:0px;left: 0px;" /> 描述信息:设置最大推流码率为300但是后台监控到的推流码率还是1000以上,这个属性没有生效
2023-01-17