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
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
9 years ago
Commit
b33bdc84b0fd41130cf4dca6152eea10d55cbd3f
1 parent
8ffe6b24
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
public/vue/editorial/top-nav.vue
public/vue/product/detail/index.vue
public/vue/editorial/top-nav.vue
View file @
b33bdc8
...
...
@@ -8,7 +8,7 @@
</a>
<!--暂时隐藏收藏入口,下个版本使用-->
<!--<a class="right-button no-intercept" href="javascript:void(0);" @click="favorite()">-->
<!--<span class="icon" :class="{ 'icon-
love': !isFavorite, 'icon-love-soli
d': isFavorite}"></span>-->
<!--<span class="icon" :class="{ 'icon-
focus': !isFavorite, 'icon-focuse
d': isFavorite}"></span>-->
<!--</a>-->
<a class="right-button no-intercept" href="javascript:void(0);" @click="share()">
...
...
public/vue/product/detail/index.vue
View file @
b33bdc8
...
...
@@ -168,8 +168,8 @@
</span>
</button>
<button class="button control-button" @click="toggleFavorite()">
<span v-if="entity.isCollect === 'Y' " class="icon icon-love-solid"></span>
<span v-else class="icon icon-love"></span>
<span v-if="entity.isCollect === 'Y' " class="icon icon-focused"></span>
<span v-else class="icon icon-focus"></span>
</button>
<button class="button button-solid add-to-cart"
@click="showAddToCart()"
...
...
@@ -223,6 +223,10 @@
line-height: $lh;
color: #b0b0b0;
}
.icon-right {
margin-left: 30px;
}
}
.product-detail-desc {
...
...
Please
register
or
login
to post a comment