Commit 9bd90ea0 by 李宁

1

1 parent 9a637732
......@@ -661,7 +661,7 @@ $('#submitPicture').click(()=>{
util.httpRequest({
url: '/takePhoto ',
time: 5000,
time: 20000,
data: {
applyId: applyId,
callId: callId,
......@@ -679,7 +679,7 @@ $('#submitPicture').click(()=>{
}
}).catch(e=>{
$('#loading').hide()
toast('网络有点拥挤,请重新提交')
toast('网络拥堵,请切换网络重新提交')
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!