Selaa lähdekoodia

Merge branch 'yuan' of panhui/lasuo_nft_front into master

yuanyuan 3 vuotta sitten
vanhempi
commit
82c3c6dfe2
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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 => {