【类 型】:factor

【原  因】: taber不包含订单页
【过  程】:删除taber组件
【影  响】:

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
This commit is contained in:
sszdot 2024-12-24 14:18:49 +08:00
parent c3da928c18
commit 86996a2ea1

View File

@ -1,7 +1,7 @@
<template>
<view>
<!-- topbar -->
<u-navbar title="确认订单" bgColor="#d43030" :titleStyle="{ color: '#FFF'}" :autoBack="true" placeholder>
<u-navbar title="订单" bgColor="#d43030" :titleStyle="{ color: '#FFF'}" :autoBack="true" placeholder>
<view class="u-nav-slot" slot="left">
<u-icon name="arrow-left" color="#fff" size="19"></u-icon>
</view>
@ -50,10 +50,6 @@
</scroll-view>
</swiper-item>
</swiper>
<!-- tabbar -->
<view>
<tabbar></tabbar>
</view>
</view>
</template>
@ -64,7 +60,6 @@
tabList: ['待支付', '已付款', '退款售后'], // tab
current: 1, //
tabLineLeft: 24 ,//tabLine left
isPressed: false, //
}
},
onLoad() {