慧治理

This commit is contained in:
liuye
2022-09-13 18:20:01 +08:00
parent 8c0e7be81b
commit a5d5de15d5
2 changed files with 8 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ export default {
}
},
handleSignClick() {
// uni.navigateTo({url: './signResult'})
if(!this.isGridMember) {
this.$u.toast('您不是网格员,无法使用网格员相关功能哦~')
}else {

View File

@@ -18,10 +18,14 @@ export default {
result: {}
}
},
onLoad(option) {
this.getResult(option.id)
},
methods: {
getResult() {
const {id} = this.$route.query
id && this.$http.post("/app/appwxsigninfo/queryDetailById", null, {
getResult(id) {
// const {id} = this.$route.query
// id &&
this.$http.post("/app/appwxsigninfo/queryDetailById", null, {
params: {id}
}).then(res => {
if (res?.data) {