Commit 329b51cd authored by youjie's avatar youjie

修复

parent a321732b
...@@ -642,10 +642,10 @@ ...@@ -642,10 +642,10 @@
productType = 2; productType = 2;
} else if (this.currentPriceInfo.teamType == "1") { } else if (this.currentPriceInfo.teamType == "1") {
//小包团 //小包团
productType = 10; productType = 3;
} else if (this.currentPriceInfo.teamType == "2") { } else if (this.currentPriceInfo.teamType == "2") {
//当地游 //当地游
productType = 8; productType = 1;
} }
let guestInfo = `成人x${this.orderMsg.ManNum}; `; let guestInfo = `成人x${this.orderMsg.ManNum}; `;
if (this.orderMsg.ChirdNeedBedNum > 0) { if (this.orderMsg.ChirdNeedBedNum > 0) {
......
...@@ -549,8 +549,7 @@ ...@@ -549,8 +549,7 @@
style="background: #fff; color: #111; border: 1px solid #111" style="background: #fff; color: #111; border: 1px solid #111"
:disabled="submitCancel" :disabled="submitCancel"
:loading="submitCancel"> :loading="submitCancel">
<text v-if="!submitCancel">取消</text> 取消
<u-loading v-if="submitCancel" size="32" color="#111"></u-loading>
</button> </button>
<button class="jz_OrderReNow" <button class="jz_OrderReNow"
style="margin-left: 20rpx;" style="margin-left: 20rpx;"
...@@ -563,8 +562,9 @@ ...@@ -563,8 +562,9 @@
style="background: #fff; color: #111; border: 1px solid #111" style="background: #fff; color: #111; border: 1px solid #111"
:disabled="submitCancel" :disabled="submitCancel"
:loading="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> </button>
<!-- #endif --> <!-- #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