Quellcode durchsuchen

企业文章和资源列表

luyanan vor 7 Jahren
Ursprung
Commit
a53f1dcbab

+ 1 - 1
app/html/cmpInforShow-article.html

@ -14,7 +14,7 @@
14 14
	<body>
15 15
		<header class="mui-bar mui-bar-nav toptitbox">
16 16
			<a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left topback"></a>
17
			<h1 class="mui-title toptit" id="companyNameT">企业简称</h1>
17
			<h1 class="mui-title toptit">企业文章</h1>
18 18
		</header>
19 19
20 20
		<!-- 主页面内容容器 -->

+ 1 - 1
app/html/cmpInforShow-resources.html

@ -15,7 +15,7 @@
15 15
		<div class="maskBlack" id="maskBlack"></div>
16 16
		<header class="mui-bar mui-bar-nav toptitbox">
17 17
			<a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left topback"></a>
18
			<h1 class="mui-title toptit" id="companyNameT">企业简称</h1>
18
			<h1 class="mui-title toptit">企业资源</h1>
19 19
		</header>
20 20
21 21
		<!-- 主页面内容容器 -->

+ 0 - 9
app/js/cmpInforShow-article.js

@ -32,15 +32,6 @@ mui.ready(function() {
32 32
						var web = plus.webview.currentWebview()
33 33
						plus.nativeUI.closeWaiting();
34 34
						web.show("slide-in-right", 150);
35
						
36
						var $data = data.data;
37
						if($data.forShort){
38
							document.getElementById("companyNameT").innerText = $data.forShort;
39
							
40
						}else{
41
							document.getElementById("companyNameT").innerText = $data.name;
42
							
43
						}
44 35
					}
45 36
				},
46 37
				error: function() {

+ 0 - 9
app/js/cmpInforShow-resources.js

@ -29,15 +29,6 @@ mui.ready(function() {
29 29
						var web = plus.webview.currentWebview()
30 30
						plus.nativeUI.closeWaiting();
31 31
						web.show("slide-in-right", 150);
32
						
33
						var $data = data.data;
34
						if($data.forShort){
35
							document.getElementById("companyNameT").innerText = $data.forShort;
36
							
37
						}else{
38
							document.getElementById("companyNameT").innerText = $data.name;
39
							
40
						}
41 32
					}
42 33
				},
43 34
				error: function() {