Commit 02cf12f6 authored by gengchunlei's avatar gengchunlei

Merge branch 'chronic-master' of…

Merge branch 'chronic-master' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-master
parents 96127513 72d19180
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
}, },
// 文件内容 // 文件内容
annexList() { annexList() {
return this.info?.guide?.annexList || [] return this.info?.publicize?.annexList || []
}, },
mp3List() { mp3List() {
return this.annexList.filter(e => e.type == 2) return this.annexList.filter(e => e.type == 2)
......
...@@ -102,10 +102,11 @@ export default { ...@@ -102,10 +102,11 @@ export default {
const query = { const query = {
residentInfoId: this.userInfo.residentInfoId, residentInfoId: this.userInfo.residentInfoId,
pageIndex: this.pagination.pageIndex, pageIndex: this.pagination.pageIndex,
pageSize: this.pagination.pageSize pageSize: this.pagination.pageSize,
visitWayRulesList: [2,3],
} }
if (this.activeTab) { if (this.activeTab) {
query.visitWayRules = this.activeTab query.visitWayRulesList = [this.activeTab]
} }
queryGuideList(query, loading).then(res => { queryGuideList(query, loading).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment