|
@@ -2,7 +2,7 @@
|
|
|
<view class="container cart clearfix" v-if="hasLogin" :style="{paddingTop:CustomBar+'px'}">
|
|
|
<headerNavbar :systeminfo='systeminfo' :navbar-data='nvabarData' :headerBtnPosi ="headerBtnPosi" :page='1'></headerNavbar>
|
|
|
<tui-skeleton v-if="skeletonShow" backgroundColor="#fafafa" borderRadius="10rpx" :isLoading ="true" :loadingType="5"></tui-skeleton>
|
|
|
- <view class="container-cart-main tui-skeleton" :style="{paddingTop:isshowDelbtn ? '0rpx':'80rpx'}">
|
|
|
+ <view class="container-cart-main tui-skeleton" :style="{paddingTop:isshowDelbtn || goodsList.length == 0 ? '0rpx':'80rpx'}">
|
|
|
<view class="foot-check-delbtn" v-if="!isshowDelbtn && goodsList.length>0" :style="{top:CustomBar+'px'}">
|
|
|
<view class="foot-text">共<text>{{kindCount}}</text>件商品</view>
|
|
|
<view class="delBtn" @tap.stop="showDelManager">删除</view>
|