Compare commits

...

2 Commits

Author SHA1 Message Date
小李 76a25d329b Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1 2026-06-26 11:00:13 +08:00
小李 8791695869 兑换码 2026-06-26 11:00:05 +08:00
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(); uni.hideLoading();
return reject(res); return resolve(res);
} }
if (data.method == 'POST' && domainUrl == 'api/order') { if (data.method == 'POST' && domainUrl == 'api/order') {