【bug】 国际研讨会直接显示邮寄信息

This commit is contained in:
fengachen
2021-11-03 12:01:18 +08:00
parent f3a0d9eec2
commit dcbf54867d
2 changed files with 8 additions and 9 deletions
+7 -8
View File
@@ -60,9 +60,8 @@
</radio-group>
</view>
</view>
<!-- 打包不显示需要发票 -->
<view class="form-item" wx:if="{{payMethod !== '3' }}">
<view class="form-item">
<text class="item-label flex-1 validate">是否需要发票:</text>
<picker name='needInvoice' bindchange="needInvoiceChange" range="{{needInvoiceList}}" value="{{index}}"
range-key='name'>
@@ -72,20 +71,20 @@
</picker>
</view>
<!-- 选择了发票才会显示 打包也不显示 -->
<view class="form-item" wx:if="{{index !== '0' && payMethod !== '3' }}">
<!-- 选择了发票才会显示 -->
<view class="form-item" wx:if="{{index !== '0' && index !== -1 }}">
<text class="item-label flex-1 validate">邮寄联系人:</text>
<input placeholder-class="text-right" data-page='guoji' data-nolimit="{{nolimitBool}}" data-selectType='2'
name="phone" bindfocus="selectPerson" value="{{selectedPostPerson.name}}" placeholder="请选择邮寄联系人" />
</view>
<view class="form-item" wx:if="{{index !== '0' && payMethod !== '3' }}">
<view class="form-item" wx:if="{{index !== '0' && index !== -1 }}">
<text class="item-label flex-1 validate">邮寄地址:</text>
<input placeholder-class="text-right" name="postContactAddress" value="{{selectedPostPerson.contactAddress}}"
bindinput="bindInputPhone" placeholder="请输入邮寄地址" />
</view>
<view class="form-item" wx:if="{{index !== '0' && payMethod !== '3' }}">
<view class="form-item" wx:if="{{index !== '0' && index !== -1}}">
<text class="item-label flex-1 validate">邮编:</text>
<input placeholder-class="text-right" name="postCode" bindblur="validatePostCode" data-message='请输入邮编'
data-errmsg='请输入正确的邮编' type="number" maxlength="6" value="{{selectedPostPerson.postalCode}}"
@@ -316,7 +315,7 @@
<view class="form-item-radio">
<text class="item-label flex-1">演讲PPT</text>
<view style="margin-top:20rpx" bindtap="uploadPPT">{{tempFiles}} </view>
<view style="margin-top:25rpx;" bindtap="uploadPPT"> <text class="primary-color">{{tempFiles}}</text> </view>
</view>
+1 -1
View File
@@ -51,7 +51,7 @@ page{
}
.item-label {
width:100px;
min-width:120px;
}
.text-right {