From 60d57f5f7a1515ff7d26a301cd13fa82442dc9f4 Mon Sep 17 00:00:00 2001
From: "DESKTOP-A1SENDA\\HUzy" <472860318@qq.com>
Date: Mon, 31 May 2021 18:44:25 +0800
Subject: [PATCH] --
---
pages/agent/detail/item-money-info/money-info.wxml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/agent/detail/item-money-info/money-info.wxml b/pages/agent/detail/item-money-info/money-info.wxml
index 2e5b4a5..2097ecf 100644
--- a/pages/agent/detail/item-money-info/money-info.wxml
+++ b/pages/agent/detail/item-money-info/money-info.wxml
@@ -75,7 +75,7 @@
{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
+ wx:if="{{item.refundSubsidy!=null&&item.refundSubsidy!=0}}">
返还补贴
{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元
@@ -137,7 +137,7 @@
{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
-
+
返还补贴
{{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元