李志伟 3 years ago
parent
commit
5f037be650
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/MyAddressList/AddressInfos/index.jsx

+ 2
- 2
src/pages/MyAddressList/AddressInfos/index.jsx View File

@@ -62,9 +62,9 @@ export default withLayout((props) => {
62 62
 
63 63
   return (
64 64
     <View className='page-index'>
65
-      {/* <View className='index-navbar'>
65
+      <View className='index-navbar'>
66 66
         <CustomNav title='地址管理' />
67
-      </View> */}
67
+      </View>
68 68
 
69 69
       <View className='form-content'>
70 70
         <Form onSubmit={formSubmit} onReset={formReset} >