Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '网格员积分'
|
document.title = '我的积分'
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
@@ -66,7 +66,8 @@
|
|||||||
this.$http.post("/app/appscoredetail/list", null, {
|
this.$http.post("/app/appscoredetail/list", null, {
|
||||||
params: {
|
params: {
|
||||||
size: 10,
|
size: 10,
|
||||||
current: this.current
|
current: this.current,
|
||||||
|
sysUserId: this.user.id
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res && res.data) {
|
if (res && res.data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user