diff --git a/src/api/auth/index.js b/src/api/auth/index.js index 30c29db..210b866 100644 --- a/src/api/auth/index.js +++ b/src/api/auth/index.js @@ -65,3 +65,11 @@ export const voteStatus = (data) => { data, }) } + +export const cWxApi = (data) => { + return request({ + url: '/api/children/competition/wx', + method: 'GET', + data, + }) +} diff --git a/src/views/vote/index.vue b/src/views/vote/index.vue index f3a188d..6fb1d58 100644 --- a/src/views/vote/index.vue +++ b/src/views/vote/index.vue @@ -1,7 +1,7 @@