From 74cdfa1a1407a59a37ecd9b7e614236a78152fde Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 12 Feb 2022 18:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/realstore/detail/detail.vue | 2 +- pages/plugins/realstore/index/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/plugins/realstore/detail/detail.vue b/pages/plugins/realstore/detail/detail.vue index 524cc730..b2467eb8 100644 --- a/pages/plugins/realstore/detail/detail.vue +++ b/pages/plugins/realstore/detail/detail.vue @@ -42,7 +42,7 @@ {{info.name}} - 营业时间:{{info.open_time || '00:00'}} ~ {{info.close_time || '00:00'}} + 营业时间:{{info.open_time || '00:00'}} ~ {{info.close_time || '00:00'}}({{info.open_week_name}}至{{info.close_week_name}}) 距离您{{info.distance}} diff --git a/pages/plugins/realstore/index/index.vue b/pages/plugins/realstore/index/index.vue index 27953d5c..834dbdfc 100644 --- a/pages/plugins/realstore/index/index.vue +++ b/pages/plugins/realstore/index/index.vue @@ -42,7 +42,7 @@ {{item.name}} - 营业时间:{{item.open_time || '00:00'}} ~ {{item.close_time || '00:00'}} + 营业时间:{{item.open_time || '00:00'}} ~ {{item.close_time || '00:00'}}({{item.open_week_name}}至{{item.close_week_name}}) 距离您{{item.distance}}