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