1 Star 0 Fork 0

招财猫出行/zcm-passenger-uniapp

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
uni.promisify.adaptor.js 309 Bytes
Copy Edit Raw Blame History
听风 authored 2024-01-03 19:18 . 陈文杰
uni.addInterceptor({
returnValue (res) {
if (!(!!res && (typeof res === "object" || typeof res === "function") && typeof res.then === "function")) {
return res;
}
return new Promise((resolve, reject) => {
res.then((res) => res[0] ? reject(res[0]) : resolve(res[1]));
});
},
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/zhaocaimao-travel/zcm-passenger-uniapp.git
git@gitee.com:zhaocaimao-travel/zcm-passenger-uniapp.git
zhaocaimao-travel
zcm-passenger-uniapp
zcm-passenger-uniapp
master

Search