Commit 4282763a authored by 罗超's avatar 罗超

1

parent e5dc601a
This diff is collapsed.
......@@ -669,7 +669,7 @@ export default {
}
.hotel-list .search-box .date {
width: 80rpx;
width: 82rpx;
height: 50rpx;
font-size: 22rpx;
font-weight: 500;
......
......@@ -869,6 +869,7 @@
>
</view>
<view style="display: flex; align-items: center">
<!-- #ifdef MP-WEIXIN -->
<button open-type="contact" class="jz_ConButton">
<img
style="width: 36rpx; height: 38rpx"
......@@ -877,6 +878,7 @@
/>
<view style="color: #111111; font-size: 22rpx">客服</view>
</button>
<!-- #endif -->
<view class="jz_OrderNow" @click="goReserce()">立即预定</view>
</view>
</view>
......@@ -895,6 +897,7 @@
<text style="font-size: 22rpx">/起</text>
</view>
<view style="display: flex; align-items: center">
<!-- #ifdef MP-WEIXIN -->
<button open-type="contact" class="jz_ConButton">
<img
style="width: 36rpx; height: 38rpx"
......@@ -903,6 +906,7 @@
/>
<view style="color: #111111; font-size: 22rpx">客服</view>
</button>
<!-- #endif -->
<view
class="jz_OrderNow"
@click="openOrderPreview"
......
......@@ -472,7 +472,16 @@ export default {
success: function (res) {
console.log("success", res);
if (res.resultCode == "9000") {
that.getOrderInfo();
uni.showToast({
title: "支付成功",
});
//todo
uni.redirectTo({
url:
"/pages/jiuzhai/paysuccess?PreferPrice=" +
that.price +
"&isFrom=1",
});
} else if (res.resultCode == "6001") {
uni.showToast({
title: "支付取消",
......
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