This commit is contained in:
花有清香月有阴
2022-01-07 18:16:28 +08:00
parent 0ba068b879
commit 483eb26dce
2 changed files with 13 additions and 6 deletions

View File

@@ -72,7 +72,7 @@
<div class="right">
<span>查看详情</span>
<u-icon name="arrow-right" color="#999"></u-icon>
<u-icon name="arrow-right" color="#999" @click="toUserList"></u-icon>
</div>
</div>
@@ -295,6 +295,7 @@ export default {
this.$u.toast('不能提交空评论!')
}
},
handleComplete() {
this.$confirm('是否要结束公示')
.then(() => {
@@ -312,6 +313,10 @@ export default {
})
.catch(() => 0)
},
toUserList() {
uni.navigateTo({ url: `./userList` })
},
},
}
</script>
@@ -544,7 +549,7 @@ export default {
.right {
span {
color: #2573FF;
color: #2573ff;
font-size: 28px;
}
}