Selaa lähdekoodia

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan 3 vuotta sitten
vanhempi
commit
bd696ec51d
3 muutettua tiedostoa jossa 7 lisäystä ja 4 poistoa
  1. 0 1
      src/router/index.js
  2. 4 0
      src/views/Store.vue
  3. 3 3
      src/views/product/Detail.vue

+ 0 - 1
src/router/index.js

@@ -108,7 +108,6 @@ const routes = [{
                 name: 'store',
                 component: () => import('../views/Store.vue'),
                 meta: {
-                    menuPage: true,
                     title: '拉索宇宙',
                     needBack: true
                 }

+ 4 - 0
src/views/Store.vue

@@ -194,6 +194,10 @@ export default {
         }
     },
     mounted() {
+        if (!this.isLogin) {
+                this.checkLogin();
+                return;
+            }
         // this.getAllCollections();
     },
     methods: {

+ 3 - 3
src/views/product/Detail.vue

@@ -1327,7 +1327,7 @@ export default {
         margin-bottom: 80px;
         .list_of_details_one {
             padding: 0px 24px;
-            box-sizing: border-box;
+            // box-sizing: border-box;
             height: 317px;
             .list_of_details_one_img {
                 width: 100%;
@@ -1473,7 +1473,7 @@ export default {
         }
         .collection_author {
             padding: 0px 15px;
-            box-sizing: border-box;
+            // box-sizing: border-box;
             transform: translateY(-175px);
             margin-bottom: 10px;
             .collection_author_con {
@@ -1622,7 +1622,7 @@ export default {
         }
         .work_story {
             padding: 0px 15px;
-            box-sizing: border-box;
+            // box-sizing: border-box;
             margin-top: -165px;
             .work_story_con {
                 width: 100%;