个人案例
PoemInHole
杀马特少年专属小程序
文艺复兴扫码体验
[图片] 小程序开发环境太恶劣了。 我太难了。
submit audit reach limit, please try lat第三方平台内小程序提交审核次数受限 提示submit audit reach limit, please try later hint 我们提交审核时submit audit reach limit, please try later, 已经 try了一周了,请问可以看一下吗? 第三方小程序APPID: wxb4386c2a2e9c583d 我也是没有办法。 客户都逼着让我们更新,都等着呢。 老板也催我, 可我没有办法啊
2019-07-29https://developers.weixin.qq.com/community/develop/doc/00082e2e5e8a488dc4e879c6751400
第三方平台提交小程序失败,返回submit audit reach limit您好,我们使用第三方平台发布小程序的时候,提交审核返回失败,返回错误消息 submit audit reach limit 请问平台是怎么限制的? 我们什么时候可以再次发布小程序? 我们三方平台APPID是: wxf90ad895ab82fc4e
2019-07-29https://developers.weixin.qq.com/community/develop/doc/00082e2e5e8a488dc4e879c6751400
开放平台提交小程序审核:submit audit reach limit- 当前 Bug 的表现(可附上截图) 我这边公司是小程序服务商,第三方平台的AppID为 wx631bf67f093085f2,提交授权给我们的任何小程序审核时出现下面的错误: { errcode: 85085, errmsg: 'submit audit reach limit, please try later hint:[4nwyja09084711]'} 请问这是什么原因呢? - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2019-07-29https://developers.weixin.qq.com/community/develop/doc/00082e2e5e8a488dc4e879c6751400
第三方平台提交小程序返回submit audit reach limit使用第三方平台发布小程序的时候,提交审核返回失败,返回错误消息 submit audit reach limit 第三方平台的appid:wx1c3b36a4c0d39958
2019-07-29https://developers.weixin.qq.com/community/develop/doc/00082e2e5e8a488dc4e879c6751400
submit audit reach limit,我们是第三方平台,今天提交审核突然报了这个错误 {"errcode":85085,"errmsg":"submit audit reach limit, please try later hint: [A1VOSA07654521]"} 提交审核的版本超过上限,怎么解决啊
2019-07-29https://developers.weixin.qq.com/community/develop/doc/00082e2e5e8a488dc4e879c6751400
小程序代码提交审核,提交失败:submit audit reach limit,连续一周提交审核都提示:小程序代码提交审核,提交失败:submit audit reach limit。这是咋的了,对第三方平台限制这么死的吗,一周内提交审核的上限是多 少,有没有解决办法,有没有明确回复,官人们……
2019-07-29看一下嘛
submit audit reach limit, please try lat第三方平台内小程序提交审核次数受限 提示submit audit reach limit, please try later hint 我们提交审核时submit audit reach limit, please try later, 已经 try了一周了,请问可以看一下吗? 第三方小程序APPID: wxb4386c2a2e9c583d
2019-07-29左边两个右边两个,多余的部分渲染为空容器,空容器只有带尺寸边框,没有具体的内容渲染。 并且用于渲染的list数据slice出来,初始化的时候整个list只渲染10条数据,往右或者往左的时候再往state里面unshift或push补数据; 参考上面的方法可以实现在swiper里面渲染长度1000多数据
小程序意外退出 请稍后重试小程序总是意外退出,小程序中使用swiper <!--用户卡片轮播图开始--> <swiper vertical="true" current="{{ currentOutSide }}" bindchange="changeSwiper"> <block> <swiper-item wx:key="unique" wx:for="{{ recommendList }}" wx:for-index="idx" wx:for-item="item"> <swiper class="swiper-box {{ item.images.length > 1?'':'hideDot' }}" current="{{ currentPic }}" indicator-dots="true"> <block> <swiper-item class="swiper-box-item" wx:key="unique" wx:for="{{ item.images }}" wx:for-index="img-idx" wx:for-item="imgItem"> <image mode='aspectFill' src='{{ imgItem.imageUrl+"?imageView2/1/w/750/h/1334/q/100 " }}'></image> </swiper-item> </block> </swiper> </swiper-item> </block> </swiper> <!--用户卡片轮播图结束--> [图片]
2019-07-29我们是第三方平台服务商,目前还有一千多个小程序要提交新版本,已经拖了一周了。 今天早上又试了,还是不行。
第三方平台内小程序提交审核次数受第三方平台内小程序提交审核次数受限 提示submit audit reach limit, please try later hint,,怎么解决啊
2019-07-29在app.onLaunch的时候我把数据缓存在了 app.globalData 上了onLaunch: function () { try { let extConfig = wx.getExtConfigSync() || {} this.globalData.extConfig = extConfig } catch (e) { this.globalData.extConfig = {} } }, getExtConfig: function () { return this.globalData.extConfig },
第三方平台 wx.getExtConfig获取不到内容 紧急手机型号iphone6S 第三方平台 下的小程序 App onLunch时 wx.getExtConfigSync获取到的数据为空或失败 第三方平台小程序id:wxb4386c2a2e9c583d 授权的小程序id:wx0e4efe5deee7f39c 有些人可以获取到,有些不可以 之前没有出现过这个情况,这是第一次出现。 尝试将小程序删除之后再打开,能获取到。 请问wx.getExtConfigSync调用失败有哪些可能? 因为第三方小程序需要依靠着里面的参数来区分授权的用户,这个必须要先获取下来才行,有没有什么好的容错的手段?
2019-07-26