wangxiaogang 3 жил өмнө
parent
commit
23ffcd69cf

+ 1 - 10
src/web/staticres/frontRouter/pc/mesgCenter/js/index-pc.js

@@ -92,16 +92,7 @@ var vm = new Vue({
       })
     },
     linked(id, url, str, num, type) {
-      if (num == 1) {
-        if (url) {
-          this.readed(id, type, url)
-        }
-      }
-      if (num == 2) {
-        if (!str) {
-          this.readed(id, type, url)
-        }
-      }
+      this.readed(id, type, url)
     }
   }
 })