提交 9e4b551c9f5e235f448989e017a3f185e78ca58e

作者 wangyu
1 个父辈 b41cc0df

优化

... ... @@ -51,7 +51,7 @@
51 51 <picker bindchange="bindnationChange" value="{{index}}" range="{{countryArray}}" disabled="{{countryAbleChoosed}}">
52 52 <view style='height:90rpx;padding:0 30rpx '>
53 53 <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
54   - <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>赡养人国籍</text>
  54 + <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>共同赡养人国籍</text>
55 55 <image class='arrow_wrap' src='/images/arrow_right.png' style='margin-top:26rpx'></image>
56 56 <text wx:if="{{nation.length<1}}" class='text_999_30 float_right' style="line-height: 90rpx;">请选择国籍</text>
57 57 <text wx:else style='color:#333;font-size: 30rpx;line-height: 90rpx; float:right'>{{nation}}</text>
... ...
注册登录 后发表评论