From a5fc1f38f66ced7d096ac4678850426c785486ac Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Wed, 7 May 2025 22:32:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(washCodeList):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=B4=97=E6=B6=A4=E7=A0=81=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将“可使用网点”显示逻辑简化,并修改无网点时的显示为“不限” - 新增兑换时间和兑换码的显示 --- pages/washCodeList/washCodeList.wxml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/washCodeList/washCodeList.wxml b/pages/washCodeList/washCodeList.wxml index 2dae3e1..e9e54f0 100644 --- a/pages/washCodeList/washCodeList.wxml +++ b/pages/washCodeList/washCodeList.wxml @@ -7,13 +7,11 @@ {{item.title}} - - 可使用网点: - {{s.t_name+(i - - - + 可使用网点:{{s.t_name}}{{ i< item.agent.length-1?'、':''}} + 不限 有效期:{{item.starttime}} - {{item.deadline}} + 兑换时间:{{item.created_at}}, 兑换码{{item.code}} {{item.note}}