慧治理

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() { handleSignClick() {
// uni.navigateTo({url: './signResult'})
if(!this.isGridMember) { if(!this.isGridMember) {
this.$u.toast('您不是网格员,无法使用网格员相关功能哦~') this.$u.toast('您不是网格员,无法使用网格员相关功能哦~')
}else { }else {

View File

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