@@ -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 => {