From 1df0f126a42eca8605eeceb10776d3cda9e8f11d Mon Sep 17 00:00:00 2001
From: yr <1308291615@qq.com>
Date: Thu, 21 May 2020 23:52:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E5=86=B2=E7=AA=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pages.json               | 5 +----
 src/store/modules/myOrder.js | 9 ---------
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 3c40c73..8fbda78 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -19,15 +19,12 @@
             }
         },
         {
-<<<<<<< HEAD
-=======
             "path" : "pages/purchaseLenses/purchaseLenses",
             "style" : {
                 "navigationBarTitleText" : "产品选购"
             }
         },
         {
->>>>>>> f0cf57997c2438808bb572407021a3e3a18ee0fb
             "path" : "pages/lensDetails/lensDetails",
             "style" : {
                 "navigationBarTitleText" : "产品详情"
@@ -160,4 +157,4 @@
             }
         ]
     }
-}
+}
\ No newline at end of file
diff --git a/src/store/modules/myOrder.js b/src/store/modules/myOrder.js
index a4aa239..a52a483 100644
--- a/src/store/modules/myOrder.js
+++ b/src/store/modules/myOrder.js
@@ -88,17 +88,8 @@ const actions = {
         url: myOrderList,
         data: param,
         success: (res) => {
-<<<<<<< HEAD
-          const resData = {
-            ...res,
-            data,
-          }
-          console.log('data.data',res);
-          commit("INIT", resData.data.data);
-=======
           // console.log(res.data);
           commit("INIT", res.data.data);
->>>>>>> f0cf57997c2438808bb572407021a3e3a18ee0fb
         },
     })
   }
-- 
2.0.0