Преглед изворни кода

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan пре 3 година
родитељ
комит
7e5d9b288b
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/Home.vue

+ 3 - 3
src/views/Home.vue

@@ -237,9 +237,9 @@ export default {
         offeringNotice() {
             this.active = 1;
             // this.finished = false;
-            if (!this.isLogin) {
-                return;
-            }
+            // if (!this.isLogin) {
+            //     return;
+            // }
             this.loading = true;
             this.finished = false;
             return this.$http.get('collection/subscribeList').then(res => {