正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -348,6 +348,7 @@ Page({ | @@ -348,6 +348,7 @@ Page({ | ||
348 | }, | 348 | }, |
349 | workingcityInfo: { | 349 | workingcityInfo: { |
350 | label: '主要工作城市', | 350 | label: '主要工作城市', |
351 | + maxWidth: 430, | ||
351 | mode: 'region', | 352 | mode: 'region', |
352 | isrequre: true, | 353 | isrequre: true, |
353 | bindtype: 'working_city', | 354 | bindtype: 'working_city', |
@@ -362,7 +363,7 @@ Page({ | @@ -362,7 +363,7 @@ Page({ | ||
362 | houseLocateInfo: { | 363 | houseLocateInfo: { |
363 | label: '房屋坐落地址', | 364 | label: '房屋坐落地址', |
364 | mode: 'region', | 365 | mode: 'region', |
365 | - isrequre: true, | 366 | + maxWidth: 430, |
366 | isrequre: true, | 367 | isrequre: true, |
367 | bindtype: 'house_locate', | 368 | bindtype: 'house_locate', |
368 | isblack: 'true', | 369 | isblack: 'true', |
@@ -452,6 +453,7 @@ Page({ | @@ -452,6 +453,7 @@ Page({ | ||
452 | bankInfo: { | 453 | bankInfo: { |
453 | label: '贷款银行', | 454 | label: '贷款银行', |
454 | bindtype: 'bank', | 455 | bindtype: 'bank', |
456 | + maxWidth: 490, | ||
455 | isrequre: true, | 457 | isrequre: true, |
456 | placeholder: '请选择贷款银行', | 458 | placeholder: '请选择贷款银行', |
457 | selected: '', | 459 | selected: '', |
请
注册
或
登录
后发表评论