From 6e9bcf9d462de6521046d9b0215f5dd6c41d7f0e Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 25 Feb 2022 17:33:32 +0800
Subject: [PATCH] 按钮样式调整

---
 src/views/activitys/policeTracking.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/activitys/policeTracking.vue b/src/views/activitys/policeTracking.vue
index d3d3504..2d9cfb8 100644
--- a/src/views/activitys/policeTracking.vue
+++ b/src/views/activitys/policeTracking.vue
@@ -506,7 +506,9 @@
               this.imgSrc = res[0].tpurl.split(",");
               this.srcList = res[0].tpurl.split(",");
             }
-            this.feedbackVideo = res[0].spurl;
+            if (res[0].spurl!= "" && res[0].spurl!=null){
+              this.feedbackVideo = res[0].spurl;
+            }
           }
         });
       },

--
Gitblit v1.9.3