This commit is contained in:
yanran200730
2022-11-03 10:34:21 +08:00
parent 350e85143a
commit 22ccf1081b
5 changed files with 40 additions and 21 deletions

View File

@@ -70,6 +70,10 @@
this.getUserInfo()
this.getList()
}
uni.$on('updateUserInfo', () => {
this.getUserInfo()
})
},
methods: {
@@ -100,7 +104,8 @@
this.$instance.post(`/api/appwechatintegraldetail/list`, null, {
params: {
current: this.current,
size: 10
size: 10,
openId: this.user.openId
}
}).then(res => {
if (res.code === 0) {
@@ -161,12 +166,12 @@
}
p {
margin-top: 18px;
color: #8891A1;
font-size: 26px;
}
h2 {
margin-bottom: 18px;
font-weight: 600;
font-size: 34px;
color: #1D2229;