李志伟 3 jaren geleden
bovenliggende
commit
8a623be499

+ 6
- 0
src/pages/MyAddressList/AddressInfos/index.config.js Bestand weergeven

@@ -0,0 +1,6 @@
1
+
2
+export default {
3
+  navigationBarTitleText: '添加地址',
4
+  navigationStyle: 'custom',
5
+  disableScroll: true,
6
+}

+ 2
- 2
src/pages/MyAddressList/AddressInfos/index.jsx Bestand weergeven

@@ -63,10 +63,10 @@ export default withLayout((props) => {
63 63
   return (
64 64
     <View className='page-index'>
65 65
       <View className='index-navbar'>
66
-        <CustomNav title='地址管理' />
66
+        <CustomNav title='添加地址' />
67 67
       </View>
68 68
 
69
-      <View className='form-content'>
69
+      <View className='index-container form-content'>
70 70
         <Form onSubmit={formSubmit} onReset={formReset} >
71 71
           <View className='example-body'>
72 72
             <View>详细地址:</View>