优化每日推送和积分转化多语言样式
This commit is contained in:
@@ -29,13 +29,8 @@ export function save(data: anyObj) {
|
||||
}
|
||||
|
||||
export function calculateLifetimePoints() {
|
||||
return createAxios(
|
||||
{
|
||||
url: actionUrl.get('calculateLifetimePoints'),
|
||||
method: 'post',
|
||||
},
|
||||
{
|
||||
showSuccessMessage: true,
|
||||
}
|
||||
)
|
||||
return createAxios({
|
||||
url: actionUrl.get('calculateLifetimePoints'),
|
||||
method: 'post',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user