吃个甘蔗嚼一年 3 years ago
parent
commit
69218c7739
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/pages/MineUserAll/AllOrder/index.jsx

+ 3
- 2
src/pages/MineUserAll/AllOrder/index.jsx View File

47
   const handleTabChange = (e) => {
47
   const handleTabChange = (e) => {
48
     const { index } = e.detail
48
     const { index } = e.detail
49
     setActiveTab(index)
49
     setActiveTab(index)
50
+
50
   }
51
   }
51
   return (
52
   return (
52
     <view className='page-index box-content'>
53
     <view className='page-index box-content'>
53
-      <view className='index-navbar'>
54
+      <view className='index-navbar'  >
54
         <CustomNav title='我的订单' />
55
         <CustomNav title='我的订单' />
55
       </view>
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
         <view className='index-tabs'>
58
         <view className='index-tabs'>
58
           <mp-tabs
59
           <mp-tabs
59
             tabClass='tabs-Unselected'
60
             tabClass='tabs-Unselected'