修改商品详情购物车跳转的错误

This commit is contained in:
luofei 2023-05-17 17:47:39 +08:00
parent b54d32b705
commit b1d7add07c
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@
<view class='iconfont icon-shoucang' v-else></view> <view class='iconfont icon-shoucang' v-else></view>
<view>收藏</view> <view>收藏</view>
</view> </view>
<navigator open-type='switchTab' class="animated item skeleton-rect" :class="animated==true?'bounceIn':''" url='/pages/order_addcart/order_addcart' <navigator open-type='navigate' class="animated item skeleton-rect" :class="animated==true?'bounceIn':''" url='/pages/order_addcart/order_addcart'
hover-class="none"> hover-class="none">
<view class='iconfont icon-gouwuche1'> <view class='iconfont icon-gouwuche1'>
<text v-if="CartCount>0" class='num'>{{CartCount || 0}}</text> <text v-if="CartCount>0" class='num'>{{CartCount || 0}}</text>

View File

@ -186,7 +186,7 @@
*/ */
goIndex: function(e) { goIndex: function(e) {
uni.switchTab({ uni.switchTab({
url: '/pages/index/index' url: '/pages/home/index'
}); });
}, },
// //