- 因为封禁整改了代码提交代码审核却不给通过,官方可以给出正确的流程吗?
因为授权手机号功能封禁了。现在代码整改了,发起代码审核,但是因为授权手机号功能封禁,导致点击授权手机号有封禁提醒,审核人员不给通过,代码审核不通过又无法申诉,现在成死循环了。[图片] [图片]
2023-12-20 - canvas渲染期间显示异常
- 当前 Bug 的表现(可附上截图) [图片][图片] - 预期表现 [图片][图片] [图片]点击分享生成的canvas 安卓ios都有这种情况,并且首屏点击这个分享的时候渲染都正常,当下拉这个列表后,点击分享生成的就会有渲染期间的这个bug显示,用户体验很不好,求解决 [图片] wxml页面代码如上图 [图片] js代码如上 用的先下载到本地的图片然后绘制的,一共就用了俩图片一段文字
2018-12-11 - iphone6s plus cover-view点击事件触发报错
live-player组件内的 cover-view点击事件触发报错(其他机型暂未发现此问题) ******html******** <live-player id="videolivePlayer" src="{{playUrl}}" mode="RTC" autoplay='{{autoplay}}' class="live-player" object-fit='contain' background-mute="true" bindstatechange='livezt' bindfullscreenchange="qpzt"> <cover-view class='bind' bindtap='quanpinanniu'> <cover-view wx:if='{{fullScreen}}' hidden='{{quanpin}}' bindtap="tapName" class='zhibofanhui' style='width:48rpx;height:48rpx'> <cover-image src='../../imgs/fanhui.png' style='width:48rpx;height:48rpx'>cover-image> cover-view> <cover-view hidden='{{quanpin}}' class='quanpin'> <cover-image wx:if='{{fullScreen}}' src='../../imgs/quanpin2.png' style='width:64rpx;height:64rpx'>cover-image> <cover-image wx:else src='../../imgs/quanpin1.png' style='width:64rpx;height:64rpx'>cover-image> cover-view> cover-view> <cover-view class='livezwf' hidden='{{liveplayzwf==2}}'> <cover-view class='livezwftext'> {{boxcontent.hyztms}} cover-view> <cover-view class='livezwftextjszc'>技术支持:xx电子有限公司 cover-view> cover-view> <cover-view class='top' bindtap='focusshang ' hidden='{{livehiddens}}'> <cover-image src='../../imgs/fahongbao1.png' class='tops'> cover-image> <cover-view class='guanbi' bindtap='guanbi'>cover-view> cover-view> live-player> ******html******** ********js********* tapName: function () { var videoContext = wx.createLivePlayerContext("videolivePlayer") console.log(1) if (this.data.fullScreen) { console.log(2) videoContext.exitFullScreen({ direction: 0, success: function() {}, fail: function() {}, }) } else { console.log(3) videoContext.requestFullScreen({ direction: -90, success: function() {}, fail: function() {}, complete: function() {} }) } }, *******js******** 事件无法触发报错信息如下 [图片]
2018-07-03