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
Aiden Xu
9 years ago
Commit
940d578b3527b511b1e96cdcb7d3fc25fd30e96d
1 parent
29709007
资讯详情
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
public/vue/product/detail/index.vue
public/vue/product/detail/index.vue
View file @
940d578
...
...
@@ -168,7 +168,7 @@
</show-box>
<div class="control-box">
<div class="control-box"
v-if="isApp"
>
<button class="button control-button">
<span @click="yoho.goShopingCart()" style="position: relative;">
<i class="icon icon-bag"></i>
...
...
@@ -191,6 +191,10 @@
</button>
</div>
<div v-if="!isApp">
<share-bottom></share-bottom>
</div>
<feature-selector :is-visible="showFeatureSelector" :entity="entity"
:on-add-to-cart="onAddToCart"></feature-selector>
</template>
...
...
@@ -293,7 +297,7 @@
justify-content: space-around;
align-items: stretch;
position: fixed;
width:
100%
;
width:
750px
;
height: 99px;
bottom: 0;
...
...
@@ -453,6 +457,7 @@
featureSelector: require('component/product/feature-selector.vue'),
showBox: require('./show-box.vue'),
topNav: require('./top-nav.vue'),
shareBottom: require('component/tool/share-bottom.vue'),
},
methods: {
/**
...
...
@@ -477,9 +482,9 @@
} else if (result.code === 403) {
// 未登陆
yoho.goLogin('', function() {
alert('登录成功回调')
}, function() {
alert('登录失败回调')
});
}
});
...
...
Please
register
or
login
to post a comment