Browse Source

Merge branch 'master' of http://192.168.1.222:3000/zhoufan/SQ12345_Web

zhengbingbing 6 years ago
parent
commit
0ed7060bb5
3 changed files with 2049 additions and 2243 deletions
  1. 7 5
      WebAPP/citizen/User-WorkDetails.html
  2. 2 2
      WebAPP/js/huayi.config.js
  3. 2040 2236
      WebAPP/manifest.json

+ 7 - 5
WebAPP/citizen/User-WorkDetails.html

@@ -52,7 +52,9 @@
52 52
 				font-weight: normal;
53 53
 				margin-top: 10px;
54 54
 			}
55
-			
55
+			.gzDiv{
56
+				display: none;
57
+			}
56 58
 			.layui-text h3 {
57 59
 				font-size: 15px;
58 60
 			}
@@ -353,8 +355,8 @@
353 355
 					<div class="clearFix">
354 356
 						<p class="mui-pull-left"><i class="iconfont icon-dianhua icon_right"></i>来电号码:</p>
355 357
 						<p class="mui-pull-right comphone"></p>
356
-					</div></br>
357
-					<div class="clearFix">
358
+					</div>
359
+					<div class="clearFix" style="display: none;">
358 360
 						<p class="mui-pull-left"><i class="iconfont icon-quanbu icon_right"></i>工单类型:</p>
359 361
 						<p class="mui-pull-right order_type"></p>
360 362
 					</div></br>
@@ -377,10 +379,10 @@
377 379
 					<!--图片展示-->
378 380
 					<div id='image-list' class="row image-list"></div>
379 381
 					
380
-					<h4 class="gdgz">工单跟踪信息</h4>
382
+					<h4 class="gdgz gzDiv">工单跟踪信息</h4>
381 383
 				</li>
382 384
 				<!--工单进度-->
383
-				<li class="mui-table-view-cell">
385
+				<li class="mui-table-view-cell gzDiv">
384 386
 					<ul class="layui-timeline time_line" >
385 387
 						
386 388
 					</ul>

+ 2 - 2
WebAPP/js/huayi.config.js

@@ -2,10 +2,10 @@ if(huayi == undefined) {
2 2
 	var huayi = {};
3 3
 }
4 4
 huayi.config = {
5
-	//callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
5
+	callcenter_url: "http://12345.shangqiu.gov.cn:8819/",//生产环境
6 6
 	//callcenter_url: "http://61.163.183.173:8887/", //生产环境
7 7
 //	callcenter_url: "http://117.158.196.116:4010/",//生产环境
8
-	callcenter_url: "http://192.168.4.18:4010/",//生产环境
8
+	//callcenter_url: "http://192.168.4.18:4010/",//生产环境
9 9
 //	callcenter_url: "http://121.196.219.217:8002/", //生产环境
10 10
 	socket_ip: "222.143.137.63", //ip
11 11
 	socket_port: "8081", //端口

File diff suppressed because it is too large
+ 2040 - 2236
WebAPP/manifest.json