提交 57e25d2f82bb33882577f9a44342700cfe0ddb94

作者 pangy
1 个父辈 4b304b40

预扣预缴 picker 过长处理

... ... @@ -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: '',
... ...
注册登录 后发表评论