Authored by Aiden Xu

资讯详情

... ... @@ -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('登录失败回调')
});
}
});
... ...