吃个甘蔗嚼一年 před 3 roky
rodič
revize
69218c7739
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3
    2
      src/pages/MineUserAll/AllOrder/index.jsx

+ 3
- 2
src/pages/MineUserAll/AllOrder/index.jsx Zobrazit soubor

@@ -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'