From 4a76c06e7f754e232338ce7e075c08924cffe209 Mon Sep 17 00:00:00 2001
From: xuxj <hugeinfo123>
Date: Wed, 08 Apr 2020 11:52:38 +0800
Subject: [PATCH] 部分细节修改
---
SunshineLnsMinApp/pages/createSub/createSub.js | 2 +-
SunshineLnsMinApp/pages/pfyy/pfyy.js | 2 +-
SunshineIns/src/page/ActiveManageEditquestionnaire.jsx | 2 +-
SunshineLnsMinApp/pages/pfyy/pfyy.wxml | 2 +-
SunshineIns/src/page/NoInspectionReportTableList.jsx | 2 +-
SunshineIns/src/page/NoInspectionReportDetail.jsx | 3 ++-
6 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/SunshineIns/src/page/ActiveManageEditquestionnaire.jsx b/SunshineIns/src/page/ActiveManageEditquestionnaire.jsx
index b84570f..bd92bf9 100644
--- a/SunshineIns/src/page/ActiveManageEditquestionnaire.jsx
+++ b/SunshineIns/src/page/ActiveManageEditquestionnaire.jsx
@@ -107,7 +107,7 @@
问卷描述:{initData.content || '暂无'}
</h4>
<h4 style={{ marginBottom: 0 }}>
- 业务类型{typeStatus(initData.businessType) || '暂无'}
+ 业务类型:{typeStatus(initData.businessType) || '暂无'}
</h4>
</div>
</div>
diff --git a/SunshineIns/src/page/NoInspectionReportDetail.jsx b/SunshineIns/src/page/NoInspectionReportDetail.jsx
index c94fb60..0415e4e 100644
--- a/SunshineIns/src/page/NoInspectionReportDetail.jsx
+++ b/SunshineIns/src/page/NoInspectionReportDetail.jsx
@@ -123,7 +123,7 @@
</tr>
<tr>
<td className="table-vaule3">举报类型</td>
- <td className="table-vaule4">{businessType(detail.tipoffType)}</td>
+ <td className="table-vaule4">{businessType(detail.businessType)}</td>
</tr>
<tr>
@@ -238,6 +238,7 @@
}
}
+//业务类型,1:未检举报,2:知识产权举报,3:
function businessType(type) {
switch (type) {
case 1:
diff --git a/SunshineIns/src/page/NoInspectionReportTableList.jsx b/SunshineIns/src/page/NoInspectionReportTableList.jsx
index a623d4d..5d7453b 100644
--- a/SunshineIns/src/page/NoInspectionReportTableList.jsx
+++ b/SunshineIns/src/page/NoInspectionReportTableList.jsx
@@ -254,7 +254,7 @@
return '暂无'
}
}
-
+//业务类型,1:未检举报,2:知识产权举报,3:
function businessType(type) {
switch (type) {
case 1:
diff --git a/SunshineLnsMinApp/pages/createSub/createSub.js b/SunshineLnsMinApp/pages/createSub/createSub.js
index 5e4635e..0d1a906 100644
--- a/SunshineLnsMinApp/pages/createSub/createSub.js
+++ b/SunshineLnsMinApp/pages/createSub/createSub.js
@@ -60,7 +60,7 @@
})
setTimeout(function() {
wx.reLaunch({
- url: '../yshjqyfw/yshjqyfw',
+ url: '../index/index',
})
}, 2000)
} else {
diff --git a/SunshineLnsMinApp/pages/pfyy/pfyy.js b/SunshineLnsMinApp/pages/pfyy/pfyy.js
index 37a4b35..f112963 100644
--- a/SunshineLnsMinApp/pages/pfyy/pfyy.js
+++ b/SunshineLnsMinApp/pages/pfyy/pfyy.js
@@ -72,7 +72,7 @@
busId: that.data.picturesInfo.id
};
wx.request({
- url: app.globalData.url + '/api/v1/pictures/reply',
+ url: app.globalData.url + '/api/v1/appointment/reply',
data: obj,
method: 'POST',
header: {
diff --git a/SunshineLnsMinApp/pages/pfyy/pfyy.wxml b/SunshineLnsMinApp/pages/pfyy/pfyy.wxml
index 0e06b6e..433cdd4 100644
--- a/SunshineLnsMinApp/pages/pfyy/pfyy.wxml
+++ b/SunshineLnsMinApp/pages/pfyy/pfyy.wxml
@@ -51,7 +51,7 @@
<div class="publicSnapshot-main">
<span class="red-title">*</span>
<span>活动场地</span>
- <input type="number" data-name="activitiesAddress" bindinput="inputChange" disabled="{{disabled}}" value='{{picturesInfo.activitiesAddress}}'></input>
+ <input data-name="activitiesAddress" bindinput="inputChange" disabled="{{disabled}}" value='{{picturesInfo.activitiesAddress}}'></input>
</div>
<div class="publicSnapshot-main" style='display:block'>
<view class="zhghInfo-center-title">
--
Gitblit v1.8.0