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,8 +49,8 @@ function dem(uid, oid) {
49 49
						url: '../html/demandPublish.html',
50 50
						id: 'demandPublish.html',
51 51
						show: {
52
							autoShow: ture,
53
							aniShow: "slide-in-left"
52
							autoShow: true,
53
							aniShow: "slide-in-right"
54 54
						}
55 55
					});
56 56
				} else {

+ 0 - 1
app/js/sureOrg.js

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