From c3851b2f26c963584a17e1e36792ef2802655db6 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 20 May 2025 10:40:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(bonus-sgsy):=20=E5=A5=96=E9=87=91=E6=98=8E?= =?UTF-8?q?=E7=BB=86-=E9=A6=96=E8=B4=AD=E6=94=B6=E7=9B=8A=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E7=BA=A7=E5=B7=AE=E6=94=B6=E7=9B=8A=E4=B8=8E=E7=9B=B4?= =?UTF-8?q?=E6=8E=A8=E6=94=B6=E7=9B=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bonus/sgsy.vue | 4 ++-- pages/bonus/index.vue | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/bonus/sgsy.vue b/components/bonus/sgsy.vue index 0ba8f81..6fee7e6 100644 --- a/components/bonus/sgsy.vue +++ b/components/bonus/sgsy.vue @@ -75,7 +75,7 @@ {{item.serviceIncome| toThousandthAndKeepDecimal}} - + {{'重复消费'}}({{ isLocaled() }}) diff --git a/pages/bonus/index.vue b/pages/bonus/index.vue index ab22769..bb1bd85 100644 --- a/pages/bonus/index.vue +++ b/pages/bonus/index.vue @@ -125,7 +125,6 @@ }, getMenuLists() { api.menuList().then((res) => { - console.log(res, '....resmenu') res.data.forEach((item) => { this.navList.forEach((items) => { if (item.menuKey == items.value) {