改回来

This commit is contained in:
shijingjing
2023-04-10 17:31:21 +08:00
parent 9bc12c9c6c
commit 7d8da611cd

View File

@@ -133,7 +133,7 @@ export default {
uni.navigateTo({url: `./detail?id=${id}`})
},
getTypeList() {
this.$http.post(`/app/appintegralrule/listByFdNew?size=100`).then(res=> {
this.$http.post(`/app/appintegralrule/listByFd?size=100`).then(res=> {
if(res?.data) {
this.typeList = res.data
}