Commit 329b51cd authored by youjie's avatar youjie

修复

parent a321732b
......@@ -642,10 +642,10 @@
productType = 2;
} else if (this.currentPriceInfo.teamType == "1") {
//小包团
productType = 10;
productType = 3;
} else if (this.currentPriceInfo.teamType == "2") {
//当地游
productType = 8;
productType = 1;
}
let guestInfo = `成人x${this.orderMsg.ManNum}; `;
if (this.orderMsg.ChirdNeedBedNum > 0) {
......
......@@ -549,8 +549,7 @@
style="background: #fff; color: #111; border: 1px solid #111"
:disabled="submitCancel"
:loading="submitCancel">
<text v-if="!submitCancel">取消</text>
<u-loading v-if="submitCancel" size="32" color="#111"></u-loading>
取消
</button>
<button class="jz_OrderReNow"
style="margin-left: 20rpx;"
......@@ -563,8 +562,9 @@
style="background: #fff; color: #111; border: 1px solid #111"
:disabled="submitCancel"
:loading="submitCancel">
<text v-if="!submitCancel">取消</text>
<u-loading v-if="submitCancel" size="32" color="#111"></u-loading>
取消
<!-- <text v-if="!submitCancel">取消</text>
<u-loading v-if="submitCancel" size="32" color="#111"></u-loading> -->
</button>
<!-- #endif -->
<!-- 返回上一页 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment