Commit 09497a1d authored by 袁玲利's avatar 袁玲利

校园报告

parent 7d1a3d23
...@@ -454,18 +454,18 @@ export default { ...@@ -454,18 +454,18 @@ export default {
AuthOauthToken: uni.getStorageSync("AuthOauthToken") || "", AuthOauthToken: uni.getStorageSync("AuthOauthToken") || "",
"Content-Type": "application/x-www-form-urlencoded", "Content-Type": "application/x-www-form-urlencoded",
}, },
url: `${az_gHost}/cloud-gateway/bill/cateringAbnormal/getCateringAbnormalGroupList`, url: `${az_gHost}/cloud-gateway/bill/cateringAbnormal/getCateringAbnormalGroupListV2`,
}, },
params params
); );
if (data.code != 10000) { if (data.code != 200) {
uni.showToast({ uni.showToast({
icon: "none", icon: "none",
title: data.message || "发生异常!", title: data.message || "发生异常!",
}); });
return; return;
} }
let res = data.data; let res = data.obj;
this.cateringAbnormalGroupList = res; this.cateringAbnormalGroupList = res;
if (res.length) { if (res.length) {
this.lastMeal = this.lastMeal =
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment