【类 型】:factor
【原 因】: taber不包含订单页 【过 程】:删除taber组件 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
c3da928c18
commit
86996a2ea1
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user