添加发票对接功能

This commit is contained in:
wangxiaowei
2026-01-08 17:23:46 +08:00
parent a564ef78bd
commit 83bc147a48
5 changed files with 165 additions and 14 deletions

View File

@ -32,14 +32,14 @@
</view>
<!-- 交易完成 -->
<!-- 订单进行中 -->
<view class="status-text" style="width: 100%;" v-if="detail.order_status == 2">
感谢预定场馆,期待下次再见
您的订单正在进行中
</view>
<!-- 进行中 -->
<!-- 已完成 -->
<view class="status-text" style="width: 100%;" v-if="detail.order_status == 3">
您的订单正在进行中
感谢预定场馆,期待下次再见
</view>
<!-- 订单取消 -->
@ -183,7 +183,7 @@
</view>
<template v-if="detail.order_source != 80">
<view v-if="detail.order_status.value != 20 && detail.order_status.value != 30" class="foot-btns">
<view v-if="detail.order_status != 20 && detail.order_status != 30 && detail.order_status != 3" class="foot-btns">
<!-- 待支付 -->
<templte class="ww100" v-if="detail.order_status == 0">
<view class="d-b-c ww100">
@ -519,16 +519,16 @@
// 网球场
self.gotoPage(`/bundle/reserve/confirm?orderId=${self.order_id}&venueId=${groundId}&typeId=1`);
return
} else if (self.ballType == 2) {
// 篮球场
self.gotoPage(`/bundle/reserve/confirm?orderId=${self.order_id}&venueId=${groundId}&typeId=2`);
return
}
},
// 再次预定
againReserve() {
this.gotoPage(`/bundle/reserve/details?id=${this.detail.ground_id}&ballType=${this.ballType}`);
// toGround(ground_id) {
// uni.navigateTo({
// url: `/bundle/reserve/details?id=${ground_id}&typeId=${this.ballType}`
// });
this.gotoPage(`/bundle/reserve/details?id=${this.detail.ground_id}&typeId=${this.ballType}`);
},
// 联系商家