提交 051db0bf 作者: wk

工人账号处理

父级 b8024709
......@@ -294,6 +294,9 @@
return text
},
clickItem() {
if (role == 'VISITOR' || this.banners.length == 0) {
return
}
uni.navigateTo({
url: `/pages/index/siteNewList/siteNewList?clientId=1&projectId=` + this.project_id
})
......@@ -451,8 +454,6 @@
if (res.code === 0) {
this.scoreDetail = res.data
}
}, (err) => {
this.$toast.showToast(err.msg)
})
},
getChangeRecord() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
Please register or to comment