jack 7 年之前
父节点
当前提交
42fe8cd8cb

+ 7 - 0
app/js/articleShow.js

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
				}
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
				}
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
				}
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
		})
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
							document.getElementById("perfessorsoJob").style.display = "none";
154
							document.getElementById("perfessorsoJob").style.display = "none";
155
						}
155
						}
156
						//荣誉奖项
156
						//荣誉奖项
157
						console.log(JSON.stringify($data.honors))
158
						if($data.honors.length) {
157
						if($data.honors.length) {
159
							honorShow({
158
							honorShow({
160
								data: $data.honors,
159
								data: $data.honors,