From e1e583b14cb80b8dc362dfae3bbc169dfc10cf93 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 28 Aug 2023 19:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/task.js | 5 +++++ pages/moreFun/moreFun.vue | 29 ++++++++++++++++++++++++++++- pages/oaHome/oaHome.vue | 1 + subpkg/buyShare/buyShare.vue | 21 +++++++++++++++------ subpkg/otherTask/otherTask.vue | 4 ++-- subpkg/topUp/topUp.vue | 31 +++++++++++++++++++++++++++---- 6 files changed, 78 insertions(+), 13 deletions(-) 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 @@