李志伟 3 년 전
부모
커밋
5f037be650
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/pages/MyAddressList/AddressInfos/index.jsx

+ 2
- 2
src/pages/MyAddressList/AddressInfos/index.jsx 파일 보기

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