bug
litian
2024-07-12 1951e6ccf8dff46e6f8c671308f6e4db694fc800
packageDomain/pages/sampleBookList/applicationForm/index.wxml
@@ -51,11 +51,11 @@
          </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">
@@ -67,7 +67,7 @@
          <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>