兑换码

This commit is contained in:
小李 2026-06-26 11:00:05 +08:00
parent 476acc7571
commit 8791695869
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 reject(res);
return resolve(res);
}
if (data.method == 'POST' && domainUrl == 'api/order') {