Browse Source

订单模块修改

zhengjinyi 3 years ago
parent
commit
33edcef353
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/static/js/user-center/order/list.js

+ 1 - 1
src/main/resources/static/js/user-center/order/list.js

@@ -318,7 +318,7 @@ var orderPage = new Vue({
                     if (type === 2) {
                         window.location.href = '/pay/success.html?pageType=www&type=success&payAmount='+_self.payModelData.pendingPayments;
                     } else {
-                        if (data.order.onlinePayFlag === 1) {
+                        if (response.data.order.onlinePayFlag === 1) {
                             _self.modelType = 3;
                             _self.showModelTypePop();
                         } else {