积分代申请,代兑换
This commit is contained in:
@@ -102,7 +102,6 @@ export default {
|
||||
getList() {
|
||||
console.log(4)
|
||||
if (this.current > this.pages) return
|
||||
console.log(5)
|
||||
this.$http.post(`/app/appintegraluserapply/listByGridMember`,null, {
|
||||
params:{
|
||||
...this.search,
|
||||
@@ -133,7 +132,7 @@ export default {
|
||||
uni.navigateTo({url: `./detail?id=${id}`})
|
||||
},
|
||||
getTypeList() {
|
||||
this.$http.post(`/app/appintegralrule/listByFd?size=100`).then(res=> {
|
||||
this.$http.post(`/app/appintegralrule/listByFD`).then(res=> {
|
||||
if(res?.data) {
|
||||
this.typeList = res.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user