This commit is contained in:
shijingjing
2022-09-14 16:04:22 +08:00
parent ba2820c201
commit 1d43c9cd77
3 changed files with 31 additions and 86 deletions

View File

@@ -153,7 +153,7 @@ export default {
if(this.tabIndex == 0) {
uni.navigateTo({url: `./cooperationDetail?id=${item.id}&time=${item.createTime}`})
} else {
alert('hhh')
uni.navigateTo({url: `./circleDetail??id=${item.id}&time=${item.createTime}&type=${this.sendType}`})
}
},