吃个甘蔗嚼一年 3 年前
父节点
当前提交
69218c7739
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      src/pages/MineUserAll/AllOrder/index.jsx

+ 3
- 2
src/pages/MineUserAll/AllOrder/index.jsx 查看文件

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