From 0bc77fccfa526eb95d9fe5e9c652a08a25447e0a Mon Sep 17 00:00:00 2001 From: zsk <710162063@qq.com> Date: Tue, 25 Mar 2025 10:03:43 +0800 Subject: [PATCH] 2 --- api/order.js | 3 +++ root/detail/applyTob.vue | 27 ++++++++++++++++++++++----- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/api/order.js b/api/order.js index 76f91d4..521c4c7 100644 --- a/api/order.js +++ b/api/order.js @@ -15,6 +15,9 @@ let orderInfo = { order_peopleList :"/yishoudan/user/getAgencyCorpUsers",// 报名人列表 order_submitPeople :"/yishoudan/user/apply/order/updateApplyUser",// 报名人提交修改 order_updateStatistic:"/yishoudan/user/apply/order/updateStatistic", //是否参与统计 + order_imgList:"/imgs/list", + + order_submitFellow :"/yishoudan/user/updateInfo",// 老乡编辑提交 order_submitTime :"/assistant/apply/order/changeTime",// 时间编辑提交 diff --git a/root/detail/applyTob.vue b/root/detail/applyTob.vue index 7e5c701..ea014c9 100644 --- a/root/detail/applyTob.vue +++ b/root/detail/applyTob.vue @@ -16,7 +16,7 @@ - @@ -230,7 +230,7 @@ 跟进记录 - + @@ -580,9 +580,26 @@ this.isCreator = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; this.getResident(); this.getPeople(); - this.getDetail(); + this.getDetail(); + this.getImg(); }, - methods: { + methods: { + getImg() { + let that = this; + that.G.Get( + that.api.order_imgList+'/'+that.oid, { + // oid: that.oid, + type:20, + }, + (res) => { + if (res.code == 200) { + that.orderDetail.imgList = res.data; + } + } + ); + }, + + ifZhedie() { this.zhedie = false },