正在显示
2 个修改的文件
包含
4 行增加
和
5 行删除
@@ -57,7 +57,7 @@ Page({ | @@ -57,7 +57,7 @@ Page({ | ||
57 | label: '是否独生子女', | 57 | label: '是否独生子女', |
58 | bindtype: 'issingle_child', | 58 | bindtype: 'issingle_child', |
59 | selected: '', | 59 | selected: '', |
60 | - isblack: '', | 60 | + isblack: 'true', |
61 | disabled: false, | 61 | disabled: false, |
62 | placeholder: '请选择是否独生子女', | 62 | placeholder: '请选择是否独生子女', |
63 | values: ["是", "否"], | 63 | values: ["是", "否"], |
@@ -67,7 +67,7 @@ Page({ | @@ -67,7 +67,7 @@ Page({ | ||
67 | label: '分摊方式', | 67 | label: '分摊方式', |
68 | bindtype: 'share_method', | 68 | bindtype: 'share_method', |
69 | selected: '', | 69 | selected: '', |
70 | - isblack: '', | 70 | + isblack: 'true', |
71 | disabled: false, | 71 | disabled: false, |
72 | values: ["赡养人平均分摊", "赡养人约定分摊", "被赡养人指定分摊"], | 72 | values: ["赡养人平均分摊", "赡养人约定分摊", "被赡养人指定分摊"], |
73 | placeholder: '请选择分摊方式', | 73 | placeholder: '请选择分摊方式', |
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | <template is="picker_cell_normal" data="{{...shareMethodData}}" /> | 22 | <template is="picker_cell_normal" data="{{...shareMethodData}}" /> |
23 | <view class='divide_line_f5f5f5'></view> | 23 | <view class='divide_line_f5f5f5'></view> |
24 | <view style='height:90rpx'> | 24 | <view style='height:90rpx'> |
25 | - <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;margin-left:26rpx'>本年度月扣除金额</text> | 25 | + <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:26rpx'>本年度月扣除金额</text> |
26 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text> | 26 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text> |
27 | <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入(不超过1000)' type='digit' name='reduce_amount' bindinput='bindinput' disabled='{{input_disable}}' value='{{reduce_amount>=0?reduce_amount:""}}'></input> | 27 | <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入(不超过1000)' type='digit' name='reduce_amount' bindinput='bindinput' disabled='{{input_disable}}' value='{{reduce_amount>=0?reduce_amount:""}}'></input> |
28 | </view> | 28 | </view> |
@@ -30,10 +30,9 @@ | @@ -30,10 +30,9 @@ | ||
30 | <view wx:elif="{{issinglechildData.selected=='是'}}"> | 30 | <view wx:elif="{{issinglechildData.selected=='是'}}"> |
31 | <view class='divide_line_f5f5f5'></view> | 31 | <view class='divide_line_f5f5f5'></view> |
32 | <view style='height:90rpx'> | 32 | <view style='height:90rpx'> |
33 | - <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;'>本年度月扣除金额</text> | 33 | + <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:26rpx'>本年度月扣除金额</text> |
34 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>2000/月</text> | 34 | <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>2000/月</text> |
35 | </view> | 35 | </view> |
36 | - | ||
37 | </view> | 36 | </view> |
38 | </view> | 37 | </view> |
39 | 38 |
请
注册
或
登录
后发表评论