Open littleQing opened 5 years ago
config = {
// debug:true,
networkTimeout: {
request: 20000,
downloadFile: 10000
},
}
大兄弟仔细看微信官方的文档吧
config = { // debug:true, networkTimeout: { request: 20000, downloadFile: 10000 }, }
大兄弟有在app.js全部配置有设置超时,但是没有只能等60秒 是否是因为wepy.requst中没有对complete回调做处理导致的呢? 原生wx.request可以在complete回调中根据参数处理超时。
网络 · 小程序 2. 关于请求
config = { pages: [ 'pages/index', 'pages/details/details', 'pages/subpage/poster' ], window: { navigationBarBackgroundColor: '#fff', navigationBarTextStyle: 'black', navigationStyle: 'custom', networkTimeout: { 'request': 15000 } },