uu
This commit is contained in:
parent
0b495e61f6
commit
3dce0c5d1f
@ -15,7 +15,7 @@ const coreRequestBase = (url, reqParams, options = {}, methodType = "POST", core
|
||||
data: reqParams,
|
||||
header: options,
|
||||
method: methodType,
|
||||
timeout: 120000, // 请求超时
|
||||
timeout: 10*60*1000, // 请求超时
|
||||
...coreParams,
|
||||
success: (res) => {
|
||||
resolve(res)
|
||||
|
||||
@ -309,7 +309,7 @@
|
||||
}
|
||||
total += realFee
|
||||
})
|
||||
this.modelInfo.freight = total
|
||||
this.modelInfo.freight = total.toFixed(2);
|
||||
},
|
||||
async handleCostItemSure(data){
|
||||
if(!data.realFee) {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"appid" : "__UNI__BCB0FB5",
|
||||
"description" : "探路国际速运",
|
||||
"versionName" : "1.0.1",
|
||||
"versionCode" : "1041",
|
||||
"versionCode" : "1042",
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user