Browse Source

提交代码

wangxiaogang 3 năm trước cách đây
mục cha
commit
23ffcd69cf
1 tập tin đã thay đổi với 1 bổ sung10 xóa
  1. 1 10
      src/web/staticres/frontRouter/pc/mesgCenter/js/index-pc.js

+ 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)
     }
   }
 })