This commit is contained in:
shijingjing
2022-09-14 17:46:36 +08:00
parent 16238142f4
commit 7d697c6932
4 changed files with 26 additions and 18 deletions

View File

@@ -147,7 +147,6 @@ export default {
this.$dict.load('mstStatus').then(() => {
this.getList()
})
},
toDetail(item) {
if(this.tabIndex == 0) {
@@ -155,7 +154,6 @@ export default {
} else {
uni.navigateTo({url: `./circleDetail??id=${item.id}&time=${item.createTime}&type=${this.sendType}`})
}
},
searchBtn() {
this.current = 1