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
},