Explorar o código

订单模块修改

zhengjinyi %!s(int64=3) %!d(string=hai) anos
pai
achega
33edcef353
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {