慧治理
This commit is contained in:
@@ -62,6 +62,7 @@ export default {
|
||||
}
|
||||
},
|
||||
handleSignClick() {
|
||||
// uni.navigateTo({url: './signResult'})
|
||||
if(!this.isGridMember) {
|
||||
this.$u.toast('您不是网格员,无法使用网格员相关功能哦~')
|
||||
}else {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user