jack 7 年 前
コミット
9e5c028c4a
共有2 個のファイルを変更した9 個の追加2 個の削除を含む
  1. 5 1
      app/js/articleShow.js
  2. 4 1
      app/js/resourceShow.js

+ 5 - 1
app/js/articleShow.js

@ -844,9 +844,13 @@ mui.plusReady(function() {
844 844
	}
845 845
	document.getElementsByClassName("topback")[0].addEventListener("tap",function(){
846 846
			var web = plus.webview.getWebviewById("cmpInforShow.html");
847
			if(web) 
847
			var web1 = plus.webview.getWebviewById("cmpInforShow-article.html");
848
			if(!web1){
849
				if(web) 
848 850
				mui.fire(web, "newId",{
849 851
									rd: 1
850 852
							});
853
			}
854
			
851 855
	})
852 856
});

+ 4 - 1
app/js/resourceShow.js

@ -728,9 +728,12 @@ mui.plusReady(function() {
728 728
	}
729 729
	document.getElementsByClassName("topback")[0].addEventListener("tap",function(){
730 730
			var web = plus.webview.getWebviewById("cmpInforShow.html");
731
			if(web) 
731
			var web1 = plus.webview.getWebviewById("cmpInforShow-resource.html");
732
			if(!web1){
733
				if(web) 
732 734
				mui.fire(web, "newId",{
733 735
									rd: 1
734 736
							});
737
			}
735 738
	})
736 739
});