功德银行
This commit is contained in:
@@ -84,7 +84,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getList() {// 积分排行
|
getList() {// 积分排行
|
||||||
this.list = {}
|
this.list = {}
|
||||||
var url = `/app/appintegraluser/integralSortFD?type=${this.tabIndex}&size=50` //积分排行
|
var url = `/app/appintegraluser/integralSortFD?type=${this.tabIndex}&size=50&areaId=${this.user.areaId}` //积分排行
|
||||||
this.$instance.post(url).then(res => {
|
this.$instance.post(url).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.list = res.data.map(e=> ({...e, index: e.index}))
|
this.list = res.data.map(e=> ({...e, index: e.index}))
|
||||||
|
|||||||
@@ -59,7 +59,6 @@ export default {
|
|||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
status: 1,
|
status: 1,
|
||||||
areaId: this.user.areaId
|
|
||||||
}
|
}
|
||||||
}).then(res=> {
|
}).then(res=> {
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user