From 749642bcbaf998f97c7ecdf3280707b4162a4518 Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Tue, 5 Mar 2024 10:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9I?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index feff421..348ef7b 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -304,11 +304,11 @@ - - {{item.citys}} + + {{(item.citys && item.citys != '-') ? item.citys + ' | ' : ''}} - {{ ' | ' + item.distanceKm}} - {{' | ' +item.age}} + {{ item.distanceKm}} + {{item.age}}