Browse Source

需求规则

jack 7 years ago
parent
commit
b0d78d085c
2 changed files with 2 additions and 3 deletions
  1. 2 2
      app/js/index.js
  2. 0 1
      app/js/sureOrg.js

+ 2 - 2
app/js/index.js

49
						url: '../html/demandPublish.html',
49
						url: '../html/demandPublish.html',
50
						id: 'demandPublish.html',
50
						id: 'demandPublish.html',
51
						show: {
51
						show: {
52
							autoShow: ture,
53
							aniShow: "slide-in-left"
52
							autoShow: true,
53
							aniShow: "slide-in-right"
54
						}
54
						}
55
					});
55
					});
56
				} else {
56
				} else {

+ 0 - 1
app/js/sureOrg.js

85
				"success": function(data) {
85
				"success": function(data) {
86
					console.log(JSON.stringify(data));
86
					console.log(JSON.stringify(data));
87
					if(data.success) {
87
					if(data.success) {
88
						plus.nativeUI.showWaiting();
89
						mui.openWindow({
88
						mui.openWindow({
90
							url: '../html/demandPublish.html',
89
							url: '../html/demandPublish.html',
91
							id: 'demandPublish.html',
90
							id: 'demandPublish.html',