|
@@ -244,7 +244,7 @@ var orderPage = new Vue({
|
|
|
_self.orderIdentificationId = '#'+orderId+'#';
|
|
|
OrderApi.OrderPaymentValidation({orderId:orderId},function(response){
|
|
|
if(response.code == 0){
|
|
|
- var data = _self.payModelData = response.data
|
|
|
+ var data = _self.payModelData = response.data;
|
|
|
if(data.balanceFlag == 1){// 0可以走余额抵扣,1不能走余额抵扣
|
|
|
window.location.href = '/pay/caimei-paylist.html?&orderId='+orderId;
|
|
|
}else{
|