Commit 9bd90ea0 by 李宁

1

1 parent 9a637732
...@@ -661,7 +661,7 @@ $('#submitPicture').click(()=>{ ...@@ -661,7 +661,7 @@ $('#submitPicture').click(()=>{
util.httpRequest({ util.httpRequest({
url: '/takePhoto ', url: '/takePhoto ',
time: 5000, time: 20000,
data: { data: {
applyId: applyId, applyId: applyId,
callId: callId, callId: callId,
...@@ -679,7 +679,7 @@ $('#submitPicture').click(()=>{ ...@@ -679,7 +679,7 @@ $('#submitPicture').click(()=>{
} }
}).catch(e=>{ }).catch(e=>{
$('#loading').hide() $('#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!