Commit 3c007020 authored by ly's avatar ly

修改请求

parent 26b95d10
This diff is collapsed.
...@@ -66,10 +66,10 @@ const request=async(url,type,data)=>{ ...@@ -66,10 +66,10 @@ const request=async(url,type,data)=>{
}, },
fail:(err)=> { fail:(err)=> {
console.log(err,954) console.log(err,954)
return uni.showToast({ // return uni.showToast({
icon:'loading', // icon:'loading',
title:'请求失败' // title:'请求失败'
}) // })
reject(err) reject(err)
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment