改回来
This commit is contained in:
@@ -133,7 +133,7 @@ export default {
|
|||||||
uni.navigateTo({url: `./detail?id=${id}`})
|
uni.navigateTo({url: `./detail?id=${id}`})
|
||||||
},
|
},
|
||||||
getTypeList() {
|
getTypeList() {
|
||||||
this.$http.post(`/app/appintegralrule/listByFdNew?size=100`).then(res=> {
|
this.$http.post(`/app/appintegralrule/listByFd?size=100`).then(res=> {
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
this.typeList = res.data
|
this.typeList = res.data
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user