慧治理
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user