Compare commits
No commits in common. "76a25d329bdbc02aef7ffa0a95215f2dd860de28" and "c7496e73e110b8c4fd1bf250bf94e84c1f526913" have entirely different histories.
76a25d329b
...
c7496e73e1
|
|
@ -229,7 +229,7 @@ const request = (method = 'GET', serverUrl, domainUrl, params, dataType = "json"
|
||||||
}
|
}
|
||||||
|
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
return resolve(res);
|
return reject(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data.method == 'POST' && domainUrl == 'api/order') {
|
if (data.method == 'POST' && domainUrl == 'api/order') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue