|
|
@ -7,7 +7,7 @@ |
|
|
|
{{countdownm}}:{{countdowns}} |
|
|
|
{{countdownm}}:{{countdowns}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width100 font13 fcor666 mart10">若超时未支付,订单将自动取消</view> |
|
|
|
<view class="width100 font13 fcor666 mart10">若超时未支付,订单将自动取消</view> |
|
|
|
<view class="stubtn mart15" style="background-color: #0F8FE8;" @click="jumppay()">立即支付 |
|
|
|
<view class="stubtn mart15" style="background-color: #0F8FE8;" @click="toPay()">立即支付 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width100 headsbg paddbotm15" v-if="recinfo.orderStatus != 1"> |
|
|
|
<view class="width100 headsbg paddbotm15" v-if="recinfo.orderStatus != 1"> |
|
|
@ -718,11 +718,15 @@ |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
payTypes = 2; |
|
|
|
payTypes = 2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// uni.redirectTo({ |
|
|
|
|
|
|
|
// url: "/pages/pay/payment/payment?amount=" + this.recinfo.payPrice + |
|
|
|
|
|
|
|
// '&paytype=' + payTypes + '&orderId=' + this.recinfo.id + '&couponId=' + this.recinfo |
|
|
|
|
|
|
|
// .highChildOrderList[0].goodsId + '&typeaout=' + this.recinfo.highChildOrderList[0].ext1 + |
|
|
|
|
|
|
|
// '&goodsType=' + this.recinfo.highChildOrderList[0].goodsType |
|
|
|
|
|
|
|
// }) |
|
|
|
uni.redirectTo({ |
|
|
|
uni.redirectTo({ |
|
|
|
url: "/pages/pay/payment/payment?amount=" + this.recinfo.payPrice + |
|
|
|
url: '/qianzhu-KFC/payment-method/payment-method?orderId=' + this.recinfo.id + '&amount=' + this.recinfo |
|
|
|
'&paytype=' + payTypes + '&orderId=' + this.recinfo.id + '&couponId=' + this.recinfo |
|
|
|
.payPrice + '&productType=' + this.recinfo.productType |
|
|
|
.highChildOrderList[0].goodsId + '&typeaout=' + this.recinfo.highChildOrderList[0].ext1 + |
|
|
|
|
|
|
|
'&goodsType=' + this.recinfo.highChildOrderList[0].goodsType |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|