【修改】 修改开票邮寄的判断条件
This commit is contained in:
@@ -551,7 +551,8 @@
|
|||||||
<!-- 签到信息end -->
|
<!-- 签到信息end -->
|
||||||
|
|
||||||
<!-- 开票邮寄信息 begin -->
|
<!-- 开票邮寄信息 begin -->
|
||||||
<view class="basic-info" style="margin-top: 10px;" wx:if="{{singInPersonInfo.checkResult !== 0 }}">
|
<!-- wx:if="{{singInPersonInfo.checkResult !== 0 }}" -->
|
||||||
|
<view class="basic-info" style="margin-top: 10px;" >
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<text>到账信息</text>
|
<text>到账信息</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -561,8 +562,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<text class="no-data" style="height: 50px;" wx:if="{{!form.paymentRecord}}">暂无到账记录!</text>
|
<text class="no-data" style="height: 50px;" wx:if="{{!form.paymentRecord}}">暂无到账记录!</text>
|
||||||
</view>
|
</view>
|
||||||
|
<!-- wx:if="{{ singInPersonInfo.checkResult !== 0 }}" -->
|
||||||
<view class="basic-info" style="margin-top: 10px;" wx:if="{{singInPersonInfo.checkResult !== 0 }}">
|
<view class="basic-info" style="margin-top: 10px;" >
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<text>开票邮寄信息</text>
|
<text>开票邮寄信息</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user