| | |
| | | </view> |
| | | </view> |
| | | <view class="title" wx:if="{{active =='0'}}"> 收货人情况 </view> |
| | | <view class="receiverInfo" wx:if="{{active =='0'}}"> |
| | | <view class="receiverInfo" wx:if="{{active == '0'}}"> |
| | | <view class="item form-input-1"> |
| | | <text class="label"><text class="icon">*</text>姓名:</text> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入真实姓名" borderless value="{{contactInfo.fullName}}" bindchange="onFullNameInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-1" /> |
| | | <t-input placeholder="请输入真实姓名" borderless value="{{contactInfo.user}}" bindchange="onFullNameInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-1" /> |
| | | </view> |
| | | </view> |
| | | <view class="item form-input-2"> |
| | |
| | | <view class="item form-input-3"> |
| | | <text class="label"><text class="icon">*</text>详细地址:</text> |
| | | <view class="item-content"> |
| | | <t-input placeholder="请输入详细地址" borderless value="{{contactInfo.detailedAddress}}" bindchange="onAddressInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-3" /> |
| | | <t-input placeholder="请输入详细地址" borderless value="{{contactInfo.address}}" bindchange="onAddressInput" adjust-position="{{isIos?false:true}}" bindkeyboardheightchange="bindkeyboardheightchange" bindblur="changeParam" data-class="form-input-3" /> |
| | | </view> |
| | | </view> |
| | | </view> |