mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 21:29:31 +08:00
1. 新增小程序审核模式
This commit is contained in:
@@ -84,6 +84,11 @@ export default {
|
||||
dataList: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
haloConfigs() {
|
||||
return this.$tm.vx.getters().getConfigs;
|
||||
},
|
||||
},
|
||||
onLoad() {
|
||||
this.fnSetPageTitle('内容搜索');
|
||||
},
|
||||
@@ -125,8 +130,11 @@ export default {
|
||||
}
|
||||
},
|
||||
fnGetData() {
|
||||
if (this.haloConfigs.basicConfig.auditModeEnabled) {
|
||||
return;
|
||||
}
|
||||
// 设置状态为加载中
|
||||
this.loading = 'loading';
|
||||
this.loading = 'loading';
|
||||
this.$httpApi.v2
|
||||
.getPostListByKeyword(this.queryParams)
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user