代码优化
This commit is contained in:
@@ -428,6 +428,10 @@
|
||||
});
|
||||
// #endif
|
||||
|
||||
|
||||
|
||||
},
|
||||
onReady() {
|
||||
httpsRequest.getT("app/announcement", {}).then(res => {
|
||||
if (res.code == 0) {
|
||||
if (res.data && res.data.state == 1) {
|
||||
@@ -437,7 +441,6 @@
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
},
|
||||
onReachBottom() {
|
||||
if (this.page < this.pages) {
|
||||
|
||||
Reference in New Issue
Block a user