换接口

This commit is contained in:
shijingjing
2023-04-10 17:19:40 +08:00
parent 3e69d724b4
commit 9bc12c9c6c

View File

@@ -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/listByFD?size=100`).then(res=> { this.$http.post(`/app/appintegralrule/listByFdNew?size=100`).then(res=> {
if(res?.data) { if(res?.data) {
this.typeList = res.data this.typeList = res.data
} }