李志伟 преди 3 години
родител
ревизия
8a623be499
променени са 2 файла, в които са добавени 8 реда и са изтрити 2 реда
  1. 6
    0
      src/pages/MyAddressList/AddressInfos/index.config.js
  2. 2
    2
      src/pages/MyAddressList/AddressInfos/index.jsx

+ 6
- 0
src/pages/MyAddressList/AddressInfos/index.config.js Целия файл

@@ -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 Целия файл

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