Your Name 3 years ago
parent
commit
502fb4cdd6

+ 1
- 1
config/routes.js View File

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

+ 2
- 2
src/pages/activity/groupRoomActivity/edit/Basic.jsx View File

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

+ 2
- 2
src/pages/activity/lookHouseActivity/edit/Basic.jsx View File

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