Browse Source

购物车页面布局调整修改

master
dy-hu 9 months 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})}}
</text>
</view>
<text
<!-- <text
class="btn-box "
@click="showManage = !showManage"
v-if="!showManage"
@ -34,7 +34,11 @@
@click="showManage = !showManage"
v-if="showManage"
>{{$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>
</u-sticky>
@ -1114,6 +1118,7 @@ export default {
color: #252744;
}
}
page{
background-color: #FAFAFA;
}

Loading…
Cancel
Save