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

校园报告

parent 7d1a3d23
......@@ -454,18 +454,18 @@ export default {
AuthOauthToken: uni.getStorageSync("AuthOauthToken") || "",
"Content-Type": "application/x-www-form-urlencoded",
},
url: `${az_gHost}/cloud-gateway/bill/cateringAbnormal/getCateringAbnormalGroupList`,
url: `${az_gHost}/cloud-gateway/bill/cateringAbnormal/getCateringAbnormalGroupListV2`,
},
params
);
if (data.code != 10000) {
if (data.code != 200) {
uni.showToast({
icon: "none",
title: data.message || "发生异常!",
});
return;
}
let res = data.data;
let res = data.obj;
this.cateringAbnormalGroupList = res;
if (res.length) {
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