提交 7a504d7b73831155f48b893ff6350fbc4b7a7ca6

作者 pangy
1 个父辈 39107dc0

基本信息身份证类型固定

赡养老人不再显示扣除金额
... ... @@ -292,7 +292,7 @@
292 292 </view>
293 293 </view>
294 294
295   -<view style='padding:0 30rpx;' wx:if="{{cur_index!='medical_fund'}}">
  295 +<view style='padding:0 30rpx;' wx:if="{{cur_index!='medical_fund' && cur_index!='support_duty'}}">
296 296 <view class='divide_line_30'></view>
297 297 <template is="picker_cell_normal" data="{{...reducetypeData}}" />
298 298 <view class='divide_line_30'></view>
... ...
... ... @@ -35,6 +35,7 @@ Page({
35 35 },
36 36 cardtypeData: {
37 37 isrequre: true,
  38 + disabled: true,
38 39 label: '证照类型',
39 40 bindtype: 'cardtype',
40 41 selected: '居民身份证',
... ...
... ... @@ -44,6 +44,7 @@ Page({
44 44 },
45 45 cardtypeData: {
46 46 isrequre: true,
  47 + disabled: true,
47 48 label: '证照类型',
48 49 bindtype: 'cardtype',
49 50 placeholder: '居民身份证',
... ...
注册登录 后发表评论