积分规则
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user