diff --git a/src/http/apis.js b/src/http/apis.js index 7bc2d172..7ba39b32 100644 --- a/src/http/apis.js +++ b/src/http/apis.js @@ -85,3 +85,9 @@ export const getTicketPerInfo= (data) => { data }) } +export const socketImg= (data) => { + return uniReq.post({ + url: '/api/smart/appointment/pass/picUrl', + data + }) +} diff --git a/src/pages.json b/src/pages.json index cbf31b09..85395511 100644 --- a/src/pages.json +++ b/src/pages.json @@ -56,7 +56,6 @@ { "path": "pages/home/index", "style": { - "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false, diff --git a/src/pages/face-auth/index.vue b/src/pages/face-auth/index.vue index e052ba00..db9d8f4c 100644 --- a/src/pages/face-auth/index.vue +++ b/src/pages/face-auth/index.vue @@ -14,37 +14,66 @@ +