李志伟 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} >