Browse Source

订单模块修改

zhengjinyi 3 năm trước cách đây
mục cha
commit
33edcef353
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {