积分代申请,代兑换

This commit is contained in:
liuye
2023-04-18 14:53:52 +08:00
parent 1fb5b24e17
commit 22977db72f
11 changed files with 1521 additions and 13 deletions

View File

@@ -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
}