积分规则

This commit is contained in:
liuye
2023-01-04 11:12:50 +08:00
parent 377c48d4a0
commit 4ff8f5c9e1
3 changed files with 78 additions and 15 deletions

View File

@@ -111,9 +111,9 @@ export default {
methods: {
// 详情
getDetail() {
this.instance.post(`/app/appscoredetail/queryDetailById`, null, {
this.instance.post(`/app/appscoredetail/userInfo`, null, {
params: {
id: this.params.id
sysUserId: this.params.id
}
}).then(res => {
if (res?.data) {
@@ -128,10 +128,9 @@ export default {
getEventSummary() {
this.instance.post(`/app/appscoredetail/detailTypeStatistics`, null, {
params: {
id: this.params.id,
startTime: this.startTime,
endTime: this.endTime,
sysUserId: this.data.sysUserId
sysUserId: this.data.id
}
}).then(res => {
if (res?.data) {
@@ -148,8 +147,7 @@ export default {
params: {
...this.search, //积分类型
total: this.total,
id: this.params.id,
sysUserId: this.data.sysUserId
sysUserId: this.data.id
}
}).then(res => {
if (res?.data) {