mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 21:29:31 +08:00
修复:后台管理文章设置BUG;
修复:友链列表不显示数据BUG; 修复:应用设置点击返回,触发提示BUG;
This commit is contained in:
@@ -190,14 +190,12 @@ export default {
|
||||
};
|
||||
});
|
||||
|
||||
// this.result = _result.reverse();
|
||||
this.result = _result.reverse();
|
||||
setTimeout(() => {
|
||||
this.loading = 'success';
|
||||
}, 500);
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
this.loading = 'error';
|
||||
}, 500);
|
||||
this.loading = 'error';
|
||||
}
|
||||
})
|
||||
.catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user