Procházet zdrojové kódy

Merge branch 'master' of http://101.36.160.140:21044/csc/csc-szls-vue

linyanfei před 3 roky
rodič
revize
e170979a20
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      shanXiPlatform/src/views/home/notice/index.vue

+ 2 - 1
shanXiPlatform/src/views/home/notice/index.vue

@@ -205,7 +205,8 @@ export default {
205 205
       }
206 206
     },
207 207
     removeTAG(str) {
208
-      return str.replace(/<[^>]+>/g, "")
208
+        str = str.replace(/&nbsp/g, "")
209
+        return str.replace(/<[^>]+>/g, "")
209 210
     },
210 211
     detailClickFn(id) {
211 212
       //  林加代码开始//