jack 7 years ago
parent
commit
42fe8cd8cb

+ 7 - 0
app/js/articleShow.js

@ -842,4 +842,11 @@ mui.plusReady(function() {
842 842
		})
843 843
		})
844 844
	}
845
	document.getElementsByClassName("topback")[0].addEventListener("tap",function(){
846
			var web = plus.webview.getWebviewById("cmpInforShow.html");
847
			if(web) 
848
				mui.fire(web, "newId",{
849
									rd: 1
850
							});
851
	})
845 852
});

+ 7 - 1
app/js/cmpInforShow-article.js

@ -82,7 +82,13 @@ mui.ready(function() {
82 82
				}
83 83
			})
84 84
		}
85
	
85
	document.getElementsByClassName("topback")[0].addEventListener("tap",function(){
86
			var web = plus.webview.getWebviewById("cmpInforShow.html");
87
			if(web) 
88
				mui.fire(web, "newId",{
89
									rd: 1
90
							});
91
	})
86 92
		
87 93
	});
88 94
})

+ 6 - 1
app/js/cmpInforShow-more.js

@ -142,6 +142,11 @@ mui.ready(function() {
142 142
				}
143 143
			});
144 144
		}
145
		//comNum();
145
		document.getElementsByClassName("topback")[0].addEventListener("tap",function(){
146
			var web = plus.webview.getWebviewById("cmpInforShow.html");
147
				mui.fire(web, "newId",{
148
									rd: 1
149
							});
150
	})
146 151
	});
147 152
})

+ 7 - 1
app/js/cmpInforShow-resources.js

@ -79,6 +79,12 @@ mui.ready(function() {
79 79
				}
80 80
			})
81 81
		}
82
		
82
		document.getElementsByClassName("topback")[0].addEventListener("tap",function(){
83
			var web = plus.webview.getWebviewById("cmpInforShow.html");
84
			if(web) 
85
				mui.fire(web, "newId",{
86
									rd: 1
87
							});
88
	})
83 89
	});
84 90
})

+ 7 - 0
app/js/resourceShow.js

@ -726,4 +726,11 @@ mui.plusReady(function() {
726 726
		})
727 727
		})
728 728
	}
729
	document.getElementsByClassName("topback")[0].addEventListener("tap",function(){
730
			var web = plus.webview.getWebviewById("cmpInforShow.html");
731
			if(web) 
732
				mui.fire(web, "newId",{
733
									rd: 1
734
							});
735
	})
729 736
});

+ 0 - 1
app/js/userInforShow-more.js

@ -154,7 +154,6 @@ mui.ready(function() {
154 154
							document.getElementById("perfessorsoJob").style.display = "none";
155 155
						}
156 156
						//荣誉奖项
157
						console.log(JSON.stringify($data.honors))
158 157
						if($data.honors.length) {
159 158
							honorShow({
160 159
								data: $data.honors,