|
@@ -47,13 +47,14 @@ export default withLayout((props) => {
|
47
|
47
|
const handleTabChange = (e) => {
|
48
|
48
|
const { index } = e.detail
|
49
|
49
|
setActiveTab(index)
|
|
50
|
+
|
50
|
51
|
}
|
51
|
52
|
return (
|
52
|
53
|
<view className='page-index box-content'>
|
53
|
|
- <view className='index-navbar'>
|
|
54
|
+ <view className='index-navbar' >
|
54
|
55
|
<CustomNav title='我的订单' />
|
55
|
56
|
</view>
|
56
|
|
- <View className='index-container' style={{display:'flex',flexDirection:'column',boxSizing:'border-box'}}>
|
|
57
|
+ <View className='index-container' style={{ display: 'flex', flexDirection: 'column', boxSizing: 'border-box' }}>
|
57
|
58
|
<view className='index-tabs'>
|
58
|
59
|
<mp-tabs
|
59
|
60
|
tabClass='tabs-Unselected'
|