我的也是这个问题,真机是正常,开发者工具就是没有resolve数据回来,我的开发者工具是1.03.2009140,这个问题没有官方出来解决一下子么
kbone使用Promise封装的请求在开发者工具中无法显示回调内容kbone使用Promise封装的请求在开发者工具中无法显示回调内容。 封装的请求函数: const http = (url, data, authorization, method, showToast) => { return new Promise(function (resolve, reject) { kboneAPI.request({ url: `${url}`, method: method ? method : 'POST', data: data, header: header, success: function (res) { resolve(res.data); }, fail: function (res) { reject({ error: '网络错误', code: 0 }); }, }) }) } export default http; 页面中使用: http("/api", param, undefined).then((results) => { //results 开发者工具无法进入这里 })
2020-09-19加上 position:fixed; left:0; bottom:0; 试试呢
自定义tabbar+自定义navBar时候,底部tabbar位置抖动[图片] 效果如如上 首次启动的时候会出现 page页面上均设置了 { "usingComponents": {}, "navigationStyle": "custom" } 机型:iPhone X
2019-12-31