改回来
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user