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