|
@@ -106,11 +106,11 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- async getuserInfo () {
|
|
|
|
|
|
+ async getuserInfo (id) {
|
|
let res = await this.$Http.basic({
|
|
let res = await this.$Http.basic({
|
|
"id": 20240514161502,
|
|
"id": 20240514161502,
|
|
"content": {
|
|
"content": {
|
|
- userid:this.userid
|
|
|
|
|
|
+ userid:id
|
|
},
|
|
},
|
|
})
|
|
})
|
|
this.userInfo = res.data
|
|
this.userInfo = res.data
|
|
@@ -151,7 +151,6 @@ export default {
|
|
},
|
|
},
|
|
goCard () {
|
|
goCard () {
|
|
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onShareAppMessage(res) {
|
|
onShareAppMessage(res) {
|