Commit 745a895ff855a7be705dac9739c60279d4f1a20c
1 parent
3987d1ac
更多接口调用
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/moreDynamic/moreDynamic.vue
| @@ -28,9 +28,9 @@ | @@ -28,9 +28,9 @@ | ||
| 28 | darenListBox | 28 | darenListBox |
| 29 | }, | 29 | }, |
| 30 | created(){ | 30 | created(){ |
| 31 | - | ||
| 32 | // 设置标题 | 31 | // 设置标题 |
| 33 | this.$set(this, "title", "已关注达人动态"); | 32 | this.$set(this, "title", "已关注达人动态"); |
| 33 | + document.title = "已关注达人动态" | ||
| 34 | // 已关注达人更多动态 | 34 | // 已关注达人更多动态 |
| 35 | this.getNewDynamicList(); | 35 | this.getNewDynamicList(); |
| 36 | }, | 36 | }, |