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