Your Name 3 år sedan
förälder
incheckning
502fb4cdd6

+ 1
- 1
config/routes.js Visa fil

@@ -266,7 +266,7 @@ export default [
266 266
 
267 267
               {
268 268
                 path: '/activity/lookHouseActivity',
269
-                name: '看房团',
269
+                name: '一键带看',
270 270
                 component: './activity/lookHouseActivity',
271 271
               },
272 272
               {

+ 2
- 2
src/pages/activity/groupRoomActivity/edit/Basic.jsx Visa fil

@@ -243,7 +243,7 @@ const BasicForm = props => {
243 243
             ],
244 244
           })(<Input type="number" />)}
245 245
         </Form.Item>
246
-        <Form.Item label="用户携带人数" help="每个用户最多可携带参与活动的人数">
246
+        {/* <Form.Item label="用户携带人数" help="每个用户最多可携带参与活动的人数">
247 247
           {getFieldDecorator('maxEnlistByPerson', {
248 248
             rules: [
249 249
               {
@@ -252,7 +252,7 @@ const BasicForm = props => {
252 252
               },
253 253
             ],
254 254
           })(<Input type="number" min={1} />)}
255
-        </Form.Item>
255
+        </Form.Item> */}
256 256
         <Form.Item label="活动详情">{getFieldDecorator('desc')(<Wangedit />)}</Form.Item>
257 257
         <Form.Item label="报名时间">
258 258
           {getFieldDecorator('signupTime', {

+ 2
- 2
src/pages/activity/lookHouseActivity/edit/Basic.jsx Visa fil

@@ -247,7 +247,7 @@ const BasicForm = props => {
247 247
             ],
248 248
           })(<Input type="number" />)}
249 249
         </Form.Item>
250
-        <Form.Item label="用户携带人数" help="每个用户最多可携带参与活动的人数">
250
+        {/* <Form.Item label="用户携带人数" help="每个用户最多可携带参与活动的人数">
251 251
           {getFieldDecorator('maxEnlistByPerson', {
252 252
             rules: [
253 253
               {
@@ -256,7 +256,7 @@ const BasicForm = props => {
256 256
               },
257 257
             ],
258 258
           })(<Input type="number" min={1} />)}
259
-        </Form.Item>
259
+        </Form.Item> */}
260 260
         <Form.Item label="活动详情">{getFieldDecorator('desc')(<Wangedit />)}</Form.Item>
261 261
         <Form.Item label="报名时间">
262 262
           {getFieldDecorator('signupTime', {