miaofuhao лет назад: 5
Родитель
Сommit
bb1fc51525
4 измененных файлов с 23 добавлено и 12 удалено
  1. BIN
      WebSite/img/weixin.jpg
  2. 11 3
      WebSite/index.html
  3. 3 4
      虞城WebAPP/citizen/User-WorkDetails.html
  4. 9 5
      虞城WebAPP/manifest.json

BIN
WebSite/img/weixin.jpg


+ 11 - 3
WebSite/index.html

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

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

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

+ 9 - 5
虞城WebAPP/manifest.json

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