diff --git a/api/homepage/index.js b/api/homepage/index.js index 5370450..a7e6a4a 100644 --- a/api/homepage/index.js +++ b/api/homepage/index.js @@ -1,9 +1,9 @@ import request from "../request.js" // -export function selectOrderByNursePersonCount(nurserStationPersonId) { +export function selectOrderByNursePersonCount(nurseStationPersonId) { return request({ - url: `/nurseApp/personLogin/selectOrderByNursePersonCount?nurserStationPersonId=${nurserStationPersonId}`, + url: `/nurseApp/personLogin/selectOrderByNursePersonCount?nurseStationPersonId=${nurseStationPersonId}`, method: 'GET' }) } diff --git a/pages/RevenueDetails/RevenueDetails.vue b/pages/RevenueDetails/RevenueDetails.vue new file mode 100644 index 0000000..36ac6d0 --- /dev/null +++ b/pages/RevenueDetails/RevenueDetails.vue @@ -0,0 +1,328 @@ + + + + + diff --git a/pages/startup/startup.vue b/pages/startup/startup.vue index 56bd6e1..e7a94d6 100644 --- a/pages/startup/startup.vue +++ b/pages/startup/startup.vue @@ -24,12 +24,12 @@ var that = this createMobileToken().then(res => { uni.setStorageSync("token", res.data.token) + setTimeout(() => { + uni.reLaunch({ + url: '/pages/homepage/homepage', + }) + }, 1000); }) - setTimeout(() => { - uni.reLaunch({ - url: '/pages/homepage/homepage', - }) - }, 2000); } }, } diff --git a/static/upload.png b/static/upload.png new file mode 100644 index 0000000..9569e09 Binary files /dev/null and b/static/upload.png differ diff --git a/static/ziliao.png b/static/ziliao.png new file mode 100644 index 0000000..d575a72 Binary files /dev/null and b/static/ziliao.png differ