Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
745a895ff855a7be705dac9739c60279d4f1a20c
Authored by
zhiyangdu
2020-04-16 16:09:02 +0800
1 parent
3987d1ac
更多接口调用
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/moreDynamic/moreDynamic.vue
src/pages/moreDynamic/moreDynamic.vue
View file @
745a895
...
...
@@ -28,9 +28,9 @@
28
28
darenListBox
29
29
},
30
30
created(){
31
-
32
31
// 设置标题
33
32
this.$set(this, "title", "已关注达人动态");
33
+ document.title = "已关注达人动态"
34
34
// 已关注达人更多动态
35
35
this.getNewDynamicList();
36
36
},
...
...