Compare commits

..

No commits in common. "76a25d329bdbc02aef7ffa0a95215f2dd860de28" and "c7496e73e110b8c4fd1bf250bf94e84c1f526913" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ const request = (method = 'GET', serverUrl, domainUrl, params, dataType = "json"
}
uni.hideLoading();
return resolve(res);
return reject(res);
}
if (data.method == 'POST' && domainUrl == 'api/order') {