From 9c7c21e8eacda173feb418bdfe739f7f97358233 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sun, 29 Mar 2020 17:28:46 +0800
Subject: [PATCH] bug修复

---
 SunshineIns/src/page/LawSubscribeDetail.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SunshineIns/src/page/LawSubscribeDetail.jsx b/SunshineIns/src/page/LawSubscribeDetail.jsx
index 098b53f..77976e7 100644
--- a/SunshineIns/src/page/LawSubscribeDetail.jsx
+++ b/SunshineIns/src/page/LawSubscribeDetail.jsx
@@ -176,7 +176,7 @@
               </LineView>
               : null}
           {flag == "do" ?
-            (data.status == 1 ? (
+            (data.status ? (
               <LineView title="回复" lineHeight="50px">
                 <table>
                   <tbody>

--
Gitblit v1.8.0