From 7d379fa03cd4d2b83b91e3dd9727025ed383e99c Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Mon, 9 Sep 2024 16:03:59 +0800 Subject: [PATCH] fix(custom): \! --- src/views/business/mer_list/index.vue | 2 +- src/views/commodity/hot_list/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/business/mer_list/index.vue b/src/views/business/mer_list/index.vue index 339a9ac..41ebbf6 100644 --- a/src/views/business/mer_list/index.vue +++ b/src/views/business/mer_list/index.vue @@ -290,7 +290,7 @@ const columns = ref([ }, }, { - title: '积分', + title: '余额', align: 'center', key: 'integral', }, diff --git a/src/views/commodity/hot_list/index.vue b/src/views/commodity/hot_list/index.vue index 9cf9f7b..8c267b7 100644 --- a/src/views/commodity/hot_list/index.vue +++ b/src/views/commodity/hot_list/index.vue @@ -663,7 +663,7 @@ const veeify = async () => { } await api.getHotStatus(data) await getList() - clear() + // clear() } else { formRef.value?.validate(async (errors) => { if (!errors) { @@ -673,7 +673,7 @@ const veeify = async () => { } await api.getHotStatus(data) await getList() - clear() + // clear() } }) }