diff --git a/api/task.js b/api/task.js index d2e84bf..fcd170a 100644 --- a/api/task.js +++ b/api/task.js @@ -25,3 +25,8 @@ export const taskTricycleDetail = (data) => oahttp.get('/task/tricycle_detail', * 任务:三轮游走上传位置 */ export const taskAddTricycleCoordinate = (data) => oahttp.post('/task/add_tricycle_coordinate', data) + +/** + * 任务:入股详情 + */ +export const taskShareholder = (data) => oahttp.post('/task/shareholder', data) diff --git a/pages/moreFun/moreFun.vue b/pages/moreFun/moreFun.vue index e714254..297413b 100644 --- a/pages/moreFun/moreFun.vue +++ b/pages/moreFun/moreFun.vue @@ -2,7 +2,7 @@ - + diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue index c85f88f..2f6c304 100644 --- a/pages/oaHome/oaHome.vue +++ b/pages/oaHome/oaHome.vue @@ -271,6 +271,7 @@ export default { onShow () { // this.getUserIndex() // this.getIndexList() + this.$store.dispatch('initConfig'); this.getApproveList(); this.initUserInfo(); this.showToask(); diff --git a/subpkg/buyShare/buyShare.vue b/subpkg/buyShare/buyShare.vue index 7fc92e6..856e22b 100644 --- a/subpkg/buyShare/buyShare.vue +++ b/subpkg/buyShare/buyShare.vue @@ -1,17 +1,17 @@