|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="right-bar">
|
|
|
<ul class="right-bar-center">
|
|
|
<li class="right-bar-item" @mouseenter="loadCarCount()">
|
|
|
- <a @click="goCart" class="title" target="_blank">
|
|
|
+ <a @click="goCart" class="title">
|
|
|
<i class="iconfont icon-shopping-cart icon-xlg"></i>
|
|
|
</a>
|
|
|
<div class="sidebar-menu"><a @click="goCart" title="我的购物车" target="_blank">我的购物车<em><span>(<span v-text="cartCount.count || 0"></span>)</span></em></a></div>
|
|
|
@@ -177,7 +177,7 @@
|
|
|
if (!this.user.logged) {
|
|
|
this.goLogin()
|
|
|
} else {
|
|
|
- window.location.href = '/user#/cart'
|
|
|
+ window.open('/user#/cart')
|
|
|
}
|
|
|
},
|
|
|
goWebChat: function () {
|