From 4b38e2fdc99e681edfd5ec5d923a9ca8b8de8d38 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期六, 05 八月 2023 16:40:18 +0800 Subject: [PATCH] Fixed: [弱掃] p9.1 Indentation does not match nesting level --- PAMapp/components/Consultant/ConsultantCard.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue index 6a3fd6c..9163cea 100644 --- a/PAMapp/components/Consultant/ConsultantCard.vue +++ b/PAMapp/components/Consultant/ConsultantCard.vue @@ -175,15 +175,15 @@ return upperNumber[index]; } }, - formatHopeContactTime(item: string): string { + formatHopeContactTime(item: string): string { if (item) { - const [hopeDay, hopeTime] = item.split('��'); - const day = hopeDay.split(',').length > 6 ? '銝����' : hopeDay; - const time = hopeTime.split(',').length > 3 ? '銝����' : hopeTime; - return `${day}��${time}`; - } - return ''; + const [hopeDay, hopeTime] = item.split('��'); + const day = hopeDay.split(',').length > 6 ? '銝����' : hopeDay; + const time = hopeTime.split(',').length > 3 ? '銝����' : hopeTime; + return `${day}��${time}`; } + return ''; // 靽格迤嚗宏� if (item) ��� + }, } }) export default class ConsultantCard extends Vue { -- Gitblit v1.8.0