|
|
@ -14,10 +14,15 @@ |
|
|
|
<u-sticky bg-color="#fff"> |
|
|
|
<view class="cart-bg u-skeleton-fillet"> |
|
|
|
<view class="cart-num-box"> |
|
|
|
<image |
|
|
|
<!-- <image |
|
|
|
class=" u-skeleton-fillet" |
|
|
|
src="https://wechat.hnthee.com/ceres-local-file/image/logo_wechat.png" |
|
|
|
></image> |
|
|
|
></image>--> |
|
|
|
<view> |
|
|
|
<text class="num-box u-skeleton-fillet"> |
|
|
|
{{$t('common.totalitemnum',{"number":settleAccountsObj.allNum})}} |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
<text |
|
|
|
class="btn-box " |
|
|
|
@click="showManage = !showManage" |
|
|
@ -31,11 +36,6 @@ |
|
|
|
>{{$t('common.finish')}} |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<text class="num-box u-skeleton-fillet"> |
|
|
|
{{$t('common.totalitemnum',{"number":settleAccountsObj.allNum})}} |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</u-sticky> |
|
|
|
<view class="cart-list-box"> |
|
|
@ -170,9 +170,9 @@ |
|
|
|
class="cart-select-img" |
|
|
|
@click="handleSelectAll(1)" |
|
|
|
></image> |
|
|
|
<text>全选({{ settleAccountsObj.checkNum }})</text> |
|
|
|
<text>{{$t('common.chooseall')}}({{ settleAccountsObj.checkNum }})</text> |
|
|
|
</view> |
|
|
|
<view class="total-title">合计:<text class="total-content">¥{{ settleAccountsObj.checkMoney }}</text></view> |
|
|
|
<view class="total-title">{{$t('common.total')}}:<text class="total-content">¥{{ settleAccountsObj.checkMoney }}</text></view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="right"> |
|
|
@ -735,7 +735,7 @@ export default { |
|
|
|
|
|
|
|
.cart-bg { |
|
|
|
width: 100%; |
|
|
|
height: 180rpx; |
|
|
|
height: 70rpx; |
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
.cart-num-box { |
|
|
@ -750,9 +750,12 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.btn-box { |
|
|
|
font-size: 30rpx; |
|
|
|
color: #333333; |
|
|
|
padding: 30rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #252744; |
|
|
|
border: 1rpx solid #252744; |
|
|
|
border-radius: 30rpx; |
|
|
|
padding: 6rpx 20rpx; |
|
|
|
margin-right: 30rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
@ -761,8 +764,8 @@ export default { |
|
|
|
.num-box { |
|
|
|
padding: 30rpx 0 30rpx 30rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
font-size: 30rpx; |
|
|
|
color: #C5CACF; |
|
|
|
font-size: 28rpx; |
|
|
|
color: #252744; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|