- 地图组件中偶现图片展示不出来?
地图上的图片有时候出不来,安卓机上偶现次数较多 <cover-view :marker-id="customizeParams.markerId" class="wrap"> <cover-view class="content" :style="contentStyle"> <cover-view class="queue-text"> <cover-image :src="customizeParams.img" class="queue-icon" /> <cover-view class="queue-info">{{customizeParams.descList.queueInfo || '持续为你叫车中'}}</cover-view> </cover-view> <cover-view class="content-line"> <cover-view :style="`color: ${customizeParams.descList.descColor}; font-weight: ${customizeParams.descList.fontWeight};`" class="content__main-text" > {{customizeParams.descList.desc}}{{customizeParams.descList.gap ? '' : ' '}} <cover-view v-if="customizeParams.descList.gap" style="color: #fff;">.</cover-view> </cover-view> <cover-view v-if="customizeParams.descList.splitLine" class="split-line"></cover-view> </cover-view> </cover-view> <cover-image class="triangle-img" :src="customizeParams.layoutXmlTriangleImg" ></cover-image> </cover-view>
2022-04-18 - 插件的各种授权(账号auth、位置)是否是独立的?还是和宿主小程序共存?
插件的各种授权(账号auth、位置)是否是独立的?还是和宿主小程序共存?
2022-03-17 - 新版本基础库频繁的报Framework inner error FLOW_
这个基础库问题从去年报到了今年,,还能修复吗 - -。 [图片][图片]
2022-01-21 - Cannot read property 'constructor' of undefined
我们的代码和npm包的引入都没有matchTypeWithValue 这些,但是最近接到好几个报错。偶发性。 {"name":"TypeError","message":"Cannot read property 'constructor' of undefined","stack":" at Function.d.matchTypeWithValue (https://lib/WASubContext.js:2:2013498) at E (https://lib/WASubContext.js:2:2044731) at l.<anonymous> (https://lib/WASubContext.js:2:2045981) at c.doUpdates (https://lib/WASubContext.js:2:2064387) at Nr (https://lib/WASubContext.js:2:2141324) at zr (https://lib/WASubContext.js:2:2144448) at qr (https://lib/WASubContext.js:2:2143877) at qr (https://lib/WASubContext.js:2:2143990) at Xr (https://lib/WASubContext.js:2:2146043) at Qr (https://lib/WASubContext.js:2:2146918)"} 此外,微信后台查询报错的接口从礼拜天开始到现在一直就没成功过 [图片]
2021-12-27 - 我的接口入参是加密的,求问这种情况可以使用周期性更新和数据预拉取吗?
想使用周期性更新,或者数据预拉取,但是我的请求入参都是加密的,想问一下这种情况如何使用周期性更新和数据预拉取
2021-12-06 - 通过微信中“使用过的小程序”点击小程序无法唤起小程序(偶现)?
微信客户端,通过“使用过的小程序”点击某个小程序,点击无反应(偶现)
2021-11-02 - 微信推送告警次数与公众号后台查出来的告警次数不一致?
[图片] [图片]
2021-09-29 - 监控告警错误经常查询不出来?
[图片] 从9.19号早上到今天09.22早上,点击查询一直失败
2021-09-22 - 内联style会和wxs的setStyle重合?
[图片]
2021-09-07 - wx.downloadFile 失败 提示fail download fail?
[图片] 只有一个安卓机出现这个问题,但是昨天还是好的
2019-12-03