|
@@ -608,7 +608,7 @@
|
|
|
|
|
|
function fetchOrder(orderId, interId) {
|
|
|
$.get('/index/order/detail?orderId=' + orderId, function (res) {
|
|
|
- console.log(res.data.order.pay_status);
|
|
|
+ //console.log(res.data.order.pay_status);
|
|
|
if (res.status == 200 && res.data.order.pay_status == 20) {
|
|
|
clearInterval(interId);
|
|
|
$("#loadingModel").hide(0);
|
|
@@ -625,7 +625,7 @@
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- console.log("points")
|
|
|
+ //console.log("points")
|
|
|
const params = {
|
|
|
"delivery": 10,
|
|
|
"address_id": addressId
|