From c8ed864e9421761a01a6575f4c382bd9e2e9e6e7 Mon Sep 17 00:00:00 2001 From: duxp Date: Tue, 12 Sep 2023 16:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/approvalWarning/approvalForm/approvalForm.wxml | 2 +- miniprogram/pages/approvalWarning/approvalWarning.wxml | 2 +- miniprogram/pages/workReport/workReport.wxml | 2 +- miniprogram/utils/http.js | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/miniprogram/pages/approvalWarning/approvalForm/approvalForm.wxml b/miniprogram/pages/approvalWarning/approvalForm/approvalForm.wxml index af55adc..79f4643 100644 --- a/miniprogram/pages/approvalWarning/approvalForm/approvalForm.wxml +++ b/miniprogram/pages/approvalWarning/approvalForm/approvalForm.wxml @@ -1,7 +1,7 @@ - 提交人:{{fData.head || '暂无'}} + 提交人:{{fData.header || '暂无'}} 提交时间:{{fData.updateTime || '暂无'}} 提交指标:{{fData.target || '暂无'}} diff --git a/miniprogram/pages/approvalWarning/approvalWarning.wxml b/miniprogram/pages/approvalWarning/approvalWarning.wxml index ef33a1d..02872bc 100644 --- a/miniprogram/pages/approvalWarning/approvalWarning.wxml +++ b/miniprogram/pages/approvalWarning/approvalWarning.wxml @@ -25,7 +25,7 @@ wx:for-item="item" > - 提交人:{{item.head?item.head:'暂无'}} + 提交人:{{item.header?item.header:'暂无'}} 提交时间:{{item.updateTime?item.updateTime:'暂无'}} 提交指标:{{item.target?item.target:'暂无'}} 审批人:{{item.reviewer?item.reviewer:'暂无'}} diff --git a/miniprogram/pages/workReport/workReport.wxml b/miniprogram/pages/workReport/workReport.wxml index 7fae74a..31c6f19 100644 --- a/miniprogram/pages/workReport/workReport.wxml +++ b/miniprogram/pages/workReport/workReport.wxml @@ -24,7 +24,7 @@ 考核类型:{{detailData.type?detailData.type:'暂无'}} 考核指标:{{detailData.target?detailData.target:'暂无'}} - 提交人:{{detailData.head?detailData.head:'暂无'}} + 提交人:{{detailData.header?detailData.header:'暂无'}} 提交时间:{{detailData.updateTime?detailData.updateTime:'暂无'}} 考核要求:{{detailData.method?detailData.method:'暂无'}} 督办科室:{{detailData.deptName?detailData.deptName:'暂无'}} diff --git a/miniprogram/utils/http.js b/miniprogram/utils/http.js index f854e9f..4fc0612 100644 --- a/miniprogram/utils/http.js +++ b/miniprogram/utils/http.js @@ -1,6 +1,5 @@ // const base_url = "https://breed.nxcyx.com/wx/"; //配置的域名 -// const base_url = "http://192.168.0.107:8088"; //配置的域名 -const base_url = "http://39.106.198.243:8088"; //配置的域名 +const base_url = "http://192.168.0.13:8101"; //配置的域名 // const base_url = "http://q43k76.natappfree.cc/wx/" /**