需要在请求拦截文件添加 JSON.parse(res.data);
if (uni.getSystemInfoSync().platform === "android") {
res.data = JSON.parse(res.data);
}
需要在请求拦截文件添加 JSON.parse(res.data);
if (uni.getSystemInfoSync().platform === "android") {
res.data = JSON.parse(res.data);
}