export function fetch_ddc (option: IDiDaRequestOptions): Promise<Taro.request.SuccessCallbackResult> { return new Promise(resolve => { Taro.request(Object.assign({ enableHttp2: true, DidaFetchType: 'ddc', usingHighPerformanceMode: true }, option, { success: res => { console.log(res.profile) resolve(ddcResInterceptor(res)) }, fail: err => { try { console.error(err, option.url) } catch (error) { console.error('fetch_ddc stringify fail => ', error) } finally { resolve(createRequestFailRes(REQUEST_ERROR_CODE)) } } })) }) }
安卓开启usingHighPerformanceMode报错?{"errno":11,"errMsg":"request:fail net::ERR_CONTENT_DECODING_INIT_FAILED"}
02-28解决了吗
hold-keyboard为true,wx.hideKeyboard()失效,还有其它解决方案吗?hold-keyboard为true,wx.hideKeyboard()失效,还有其它解决方案吗? 用了hold-keyboard键盘又没法收起,不用的话又不能持久化打开。死循环了都,,,官方大大解决下啊 我看京东商城是可以实现的,有没有人懂的啊。我试了好多方法了 [图片]
2023-12-12有结果了吗 我也拿不到呀
小程序:通过广点通投放朋友圈小程序获取广告id?如题,通过广点通投放朋友圈广告,点击广告进入小程序,在小程序的路径上会插码weixinadinfo(内含广告id),看了好多数据都没有
2022-04-02这个api在开发者工具上不好用吧
onLocationChange 怎么开启高精度定位?getLocation 可以设置 isHighAccuracy 来开启高精度定位,但是无法频繁调用该 API,换成 onLocationChange 之后该如何开启高精度定位呢?
2021-05-31不支持根本没法迁移 开发体验太差了
为什么 wx.onLocationChange 无法在调试工具中无法调用?代码片段: https://developers.weixin.qq.com/s/ekVlUbmq70pX 微信官方希望我们多用“wx.onLocationChange”以提高用户体验,于是我们正在从 "wx.getLocation" 向 “wx.onLocationChange”迁移,但是发现这个接口在调试工具中没有反应,这给开发带来了一定的不便,请官方尽快适配。
2021-05-26