Parcourir la Source

虞城代码提交

miaofuhao il y a 5 ans
Parent
commit
bb1fc51525

BIN
WebSite/img/weixin.jpg


+ 11 - 3
WebSite/index.html

@@ -69,6 +69,11 @@
69 69
 			.content_foot{
70 70
 				overflow: hidden;
71 71
 			}
72
+			.WxImg img{
73
+				width: 150px;
74
+				
75
+			}
76
+			
72 77
 		</style>
73 78
 	</head>
74 79
 	<body>
@@ -87,11 +92,12 @@
87 92
 						<li>
88 93
 							<span class="text-muted">|</span>
89 94
 						</li>
95
+						
90 96
 						<li>
91 97
 							<a href="javascript:;" class="topbarWx">
92 98
 								<img src="img/wechat.png" alt="微信logo" /> 微信公众号
93 99
 								<div class="topbarWx-box">
94
-									<i class="topbarWx-code"></i>
100
+									<div class="WxImg"><img src="img/weixin.jpg"></div>
95 101
 									<span>微信扫码,关注我们</span>
96 102
 								</div>
97 103
 							</a>
@@ -449,8 +455,10 @@
449 455
 					<i class="icon-wxgzh"></i>
450 456
 					<span class="">微信公众号</span>
451 457
 					<div class="elevator-weixin-box">
452
-						<i class="elevator-weixin-code"></i>
453
-						<span class="">微信扫码,关注我们</span>
458
+						<div class="WxImg">
459
+							<img src="img/weixin.jpg">
460
+						</div>
461
+						<span>微信扫码,关注我们</span>
454 462
 					</div>
455 463
 				</a>
456 464
 				<!--<a href="javascript:;" class="elevator-weixin no-goto" id="js-elevator-weixin">

+ 3 - 4
虞城WebAPP/citizen/User-WorkDetails.html

@@ -379,10 +379,10 @@
379 379
 					<!--图片展示-->
380 380
 					<div id='image-list' class="row image-list"></div>
381 381
 					
382
-					<h4 class="gdgz">工单跟踪信息</h4>
382
+					<h4 class="gdgz gzDiv">工单跟踪信息</h4>
383 383
 				</li>
384 384
 				<!--工单进度-->
385
-				<li class="mui-table-view-cell">
385
+				<li class="mui-table-view-cell gzDiv">
386 386
 					<ul class="layui-timeline time_line" >
387 387
 						
388 388
 					</ul>
@@ -471,7 +471,7 @@
471 471
 								$('.order_HandleContent').show();
472 472
 								$('.order_HandleContent').html('处理内容:'+ conDetail.F_Result);
473 473
 							}else{
474
-								$('.order_state').html('理中');
474
+								$('.order_state').html('理中');
475 475
 							}
476 476
 							$('.order_title').html(''+conDetail.TypeName1+'标题:'+conDetail.F_ComTitle+'');
477 477
 							$('.order_content').html(''+conDetail.TypeName1+'内容:'+conDetail.F_ComContent+'');
@@ -507,7 +507,6 @@
507 507
 						}
508 508
 						//图片展示
509 509
 						if(conDetail.File) {
510
-							
511 510
 							$(conDetail.File).each(function(i, n) {
512 511
 								if(n.F_FileType == '.jpg'||n.F_FileType == '.png') {
513 512
 

+ 9 - 5
虞城WebAPP/manifest.json

@@ -1,9 +1,9 @@
1 1
 {
2 2
     "@platforms" : [ "android", "iPhone", "iPad" ],
3
-    "id" : "H5E949705", /*应用的标识,创建应用时自动生成,勿手动修改*/
3
+    "id" : "H5E9497054", /*应用的标识,创建应用时自动生成,勿手动修改*/
4 4
     "name" : "宁陵12345政府服务热线", /*应用名称,程序桌面图标名称*/
5 5
     "version" : {
6
-        "name" : "1.0.1", /*应用版本名称*/
6
+        "name" : "1.0.3", /*应用版本名称*/
7 7
         "code" : 10
8 8
     },
9 9
     "description" : "", /*应用描述信息*/
@@ -54,7 +54,7 @@
54 54
     },
55 55
     "plus" : {
56 56
         "splashscreen" : {
57
-            "autoclose" : false, /*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
57
+            "autoclose" : true, /*是否自动关闭程序启动界面,true表示应用加载应用入口页面后自动关闭;false则需调plus.navigator.closeSplashscreen()关闭*/
58 58
             "waiting" : false,
59 59
             "delay" : "0"
60 60
         },
@@ -143,7 +143,7 @@
143 143
                         "notification" : "unpackage/res/icons/20x20.png",
144 144
                         "notification@2x" : "unpackage/res/icons/40x40.png"
145 145
                     },
146
-                    "appstore" : "C:/项目/宁陵12345/NlWebAPP/img/32.png"
146
+                    "appstore" : ""
147 147
                 },
148 148
                 "android" : {
149 149
                     "mdpi" : "unpackage/res/icons/48x48.png", /*普通屏程序图标,分辨率:48x48*/
@@ -169,9 +169,13 @@
169 169
                     "xhdpi" : "img/guide.png",
170 170
                     "xxhdpi" : "img/guide.png"
171 171
                 }
172
+            },
173
+            "plugins" : {
174
+                "ad" : {}
172 175
             }
173 176
         },
174
-        "adid" : "128026090911"
177
+        "adid" : "128026090911",
178
+        "screenOrientation" : [ "portrait-primary", "portrait-secondary" ]
175 179
     },
176 180
     "dependencies" : {
177 181
         "pages" : {