bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user