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
c49578ec7f41df3e3bf5ba18d93049dc7f9beec1
Authored by
zhiyangdu
2020-04-15 17:23:13 +0800
1 parent
4e1a3535
增加title判断
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/pages/newDaren/newDaren.vue
src/pages/newDaren/newDaren.vue
View file @
c49578e
...
...
@@ -120,9 +120,11 @@
120
120
let { data: datas } = res;
121
121
122
122
/* 获取优选库精选活动数据 开始 */
123
-
123
+ if(datas.title){
124
124
// 设置标题
125
125
this.$set(this, "title", datas.title);
126
+ }
127
+
126
128
127
129
// 设置banner数据
128
130
...
...