提交 4a51130e910e23841576222264678882eee0af19

作者 pangy
1 个父辈 8e15c1ad

优化

... ... @@ -1140,7 +1140,7 @@ Page({
1140 1140
1141 1141 newdata.total_amount = parseFloat(formdata.total_amount)
1142 1142 newdata.amount_by_person = parseFloat(formdata.amount_by_person)
1143   - newdata.id_card_type = this.data.cardtypeData.selected
  1143 + newdata.id_card_type = '1'//this.data.cardtypeData.selected
1144 1144 newdata.relationship = this.data.taxperson_relativeData.selected
1145 1145 newdata.patient_birthday = this.data.commonbirthDate.datelong
1146 1146 newdata.patient_nation = "中国"
... ...
... ... @@ -3,7 +3,7 @@
3 3 <scroll-view style='margin-bottom:40rpx'>
4 4 <view style='padding:0rpx 30rpx 30rpx 30rpx;background:#ffffff'>
5 5 <view>
6   - <text class='text_gray_32'>{{choosed_date}}</text>
  6 + <text class='text_blue_32'>{{choosed_date}}</text>
7 7 <view class='float_right'>
8 8 <image class='arrow_wrap' src='/images/arrow_right.png'></image>
9 9 </view>
... ...
... ... @@ -59,7 +59,7 @@
59 59 height: 312rpx;
60 60 }
61 61
62   -.text_gray_32 {
  62 +.text_blue_32 {
63 63 font-size: 32rpx;
64 64 color: #6c7596;
65 65 font-family: PingFangSC-Semibold;
... ...
1 1 {
2   - "navigationBarTitleText": "添加家庭成员"
  2 + "navigationBarTitleText": "家庭成员基本信息"
3 3 }
\ No newline at end of file
... ...
... ... @@ -100,7 +100,7 @@
100 100 <!-- <text class='text_333_28 float_right'>{{card_number}}</text> -->
101 101 <!-- <input class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'&&card_number?card_number:'请输入证照号码'}}" placeholder-class='text_999_28' name='id_card_no' maxlength='24' disabled="{{taxInfo.certification_status=='active'}}"></input> -->
102 102 <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
103   - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input>
  103 + <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input>
104 104 </view>
105 105 </view>
106 106
... ...
... ... @@ -160,10 +160,11 @@ Page({
160 160 wx.navigateTo({
161 161 url: 'addinfo/addinfo?id=' + e.currentTarget.id,
162 162 })
  163 + }else {
  164 + wx.navigateTo({
  165 + url: 'editinfo/editinfo?id=' + e.currentTarget.id,
  166 + })
163 167 }
164   - wx.navigateTo({
165   - url: 'editinfo/editinfo?id=' + e.currentTarget.id,
166   - })
167 168 },
168 169
169 170 /**
... ...
注册登录 后发表评论