Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
沈志敏
2016-08-29 20:08:05 +0800
Commit
8937f74931093b585ce36519865679d725c9d164
2 parents
50bca981
5cb8a1e7
Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
public/vue/component/header.vue
public/vue/component/product/list.vue
public/vue/component/header.vue
View file @
8937f74
...
...
@@ -106,6 +106,12 @@
text-indent: 32px;
display: inline-block;
}
.go-back-btn {
&:hover {
opacity: 0.5;
}
}
}
.blk-header-main {
...
...
public/vue/component/product/list.vue
View file @
8937f74
...
...
@@ -17,7 +17,7 @@
</li>
</ul>
<p class="cardlist--loading text-center" v-show="state === 1">正在加载...</p>
<
p class="cardlist--end text-center" v-show="state === 0 ">--End--</p
>
<
!--<p class="cardlist--end text-center" v-show="state === 0 ">--End--</p>--
>
<div class="empty-tip" v-show="state === -1">
<i class="icon icon-search"></i>
...
...
Please
register
or
login
to post a comment