From 7af9529188258a1d118609f86b19b558e80c2664 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期日, 02 四月 2023 14:43:38 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index 2525afc..1b69771 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -76,7 +76,6 @@ 'token':uni.getStorageSync('token'), }, success(result) { - console.log(result) that.tagList = null that.matList = null var res = result.data @@ -96,7 +95,6 @@ } else { uni.showToast({title: res.msg, icon: "none",position: 'top'}) } - uni.hideLoading(); } }); }, @@ -115,15 +113,12 @@ 'token':uni.getStorageSync('token'), }, success(result) { - console.log(result) that.tagList = null var res = result.data if (res.code === 200) { if (res.data != null && res.data.length > 0) { that.matList = res.data that.baColor = "background-color: #1cbbb4;" - } else { - // that.tagId = parentId } } else if (res.code === 403 ) { uni.showToast({title: res.msg, icon: "none", position: 'top'}) -- Gitblit v1.9.1