Quellcode durchsuchen

Merge remote-tracking branch 'origin/test'

jack vor 7 Jahren
Ursprung
Commit
133d5563b5
2 geänderte Dateien mit 8 neuen und 7 gelöschten Zeilen
  1. 4 4
      app/js/cmpInforShow-article.js
  2. 4 3
      app/js/cmpInforShow-resources.js

+ 4 - 4
app/js/cmpInforShow-article.js

@ -17,8 +17,7 @@ mui.ready(function() {
17 17
			});
18 18
		})
19 19
		
20
		plus.nativeUI.closeWaiting();
21
		self.show("slide-in-right", 150);
20
		
22 21
		
23 22
	
24 23
		
@ -35,7 +34,8 @@ mui.ready(function() {
35 34
					"pageNo": 1
36 35
				},
37 36
				success: function(data) {
38
					
37
					plus.nativeUI.closeWaiting();
38
					self.show("slide-in-right", 150);
39 39
					if(data.success) {
40 40
						var obj = data.data.data;
41 41
						if(obj.length>0){
@ -61,7 +61,7 @@ mui.ready(function() {
61 61
					}
62 62
				},
63 63
				error: function() {
64
					plus.nativeUI.toast("服务器链接超时", toastStyle);
64
					//plus.nativeUI.toast("服务器链接超时", toastStyle);
65 65
					return;
66 66
				}
67 67
			})

+ 4 - 3
app/js/cmpInforShow-resources.js

@ -26,9 +26,7 @@ mui.ready(function() {
26 26
				success: function(data) {
27 27
					if(data.success) {
28 28
						console.log(JSON.stringify(data));
29
						var web = plus.webview.currentWebview()
30
						plus.nativeUI.closeWaiting();
31
						web.show("slide-in-right", 150);
29
						
32 30
					}
33 31
				},
34 32
				error: function() {
@ -51,6 +49,9 @@ mui.ready(function() {
51 49
				},
52 50
				success: function(data) {
53 51
					console.log(JSON.stringify(data))
52
					var web = plus.webview.currentWebview()
53
						plus.nativeUI.closeWaiting();
54
						web.show("slide-in-right", 150);
54 55
					if(data.success) {
55 56
						var obj = data.data.data;
56 57
						if(obj.length>0){