对接发票
This commit is contained in:
parent
45cb065d6f
commit
f8115cf724
@ -50,6 +50,7 @@
|
|||||||
</view> -->
|
</view> -->
|
||||||
|
|
||||||
<navigator title="发票详细" canBack="{{true}}" bind:back="back" />
|
<navigator title="发票详细" canBack="{{true}}" bind:back="back" />
|
||||||
|
<view wx:if="{{detail.status === 1}}">
|
||||||
<view class="wrapper">
|
<view class="wrapper">
|
||||||
<view style="margin-top: 40rpx;"> 尊敬的客户,您好: </view>
|
<view style="margin-top: 40rpx;"> 尊敬的客户,您好: </view>
|
||||||
<view style="margin-top: 20rpx;"> 已经为您开具订单{{detail.id}}的发票,发票数量共计1张,如下: </view>
|
<view style="margin-top: 20rpx;"> 已经为您开具订单{{detail.id}}的发票,发票数量共计1张,如下: </view>
|
||||||
@ -61,3 +62,10 @@
|
|||||||
<van-button type="info" style="flex: 1;" block bind:click="download"> 下载 </van-button>
|
<van-button type="info" style="flex: 1;" block bind:click="download"> 下载 </van-button>
|
||||||
<van-button type="info" style="flex: 1;margin-left: 40rpx;" block bind:click="jumpToDetail"> 发票明细 </van-button>
|
<van-button type="info" style="flex: 1;margin-left: 40rpx;" block bind:click="jumpToDetail"> 发票明细 </van-button>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
<view wx:if="{{detail.status === 0}}">
|
||||||
|
<view class="wrapper">
|
||||||
|
<view style="margin-top: 40rpx;"> 尊敬的客户,您好: </view>
|
||||||
|
<view style="margin-top: 20rpx;"> 开票申请已提交,系统正在开票中,请您稍后再查看。 </view>
|
||||||
|
</view>
|
||||||
|
</view>
|
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
margin: 50rpx 0;
|
margin: 50rpx 40rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user