Browse Source

购物车页面布局调整修改

master
dy-hu 1 year ago
parent
commit
4216c3bc1a
  1. 9
      pages/tabbar/cart/index.vue

9
pages/tabbar/cart/index.vue

@ -23,7 +23,7 @@
{{$t('common.totalitemnum',{"number":settleAccountsObj.allNum})}} {{$t('common.totalitemnum',{"number":settleAccountsObj.allNum})}}
</text> </text>
</view> </view>
<text
<!-- <text
class="btn-box " class="btn-box "
@click="showManage = !showManage" @click="showManage = !showManage"
v-if="!showManage" v-if="!showManage"
@ -34,7 +34,11 @@
@click="showManage = !showManage" @click="showManage = !showManage"
v-if="showManage" v-if="showManage"
>{{$t('common.finish')}} >{{$t('common.finish')}}
</text>
</text>-->
<image style="width: 32rpx;height: 32rpx;margin-right: 30rpx" @click="showManage = !showManage"
v-if="!showManage" src="@/static/images/temp/title_edit.png"/>
<image style="width: 32rpx;height: 32rpx;margin-right: 30rpx" @click="showManage = !showManage"
v-if="showManage" src="@/static/images/temp/title_finish.png"/>
</view> </view>
</view> </view>
</u-sticky> </u-sticky>
@ -1114,6 +1118,7 @@ export default {
color: #252744; color: #252744;
} }
} }
page{ page{
background-color: #FAFAFA; background-color: #FAFAFA;
} }

Loading…
Cancel
Save