first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
let contribution = {
|
||||
async getContributionType() {
|
||||
const {data} = await $.get("/platform/contribution/common/getContributionType")
|
||||
return data
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user