Browse Source

跳转登陆页

dell 8 years ago
parent
commit
c0495c8c04
2 changed files with 4 additions and 4 deletions
  1. 2 2
      app/js/proinfobrow.js
  2. 2 2
      app/js/resinforbrow.js

+ 2 - 2
app/js/proinfobrow.js

@ -27,8 +27,8 @@ mui.plusReady(function() {
27 27
		ozixun.addEventListener('tap', function() {
28 28
			mui.alert('请登录', '' ,function(){
29 29
				mui.openWindow({
30
					url: '../html/reg.html',
31
					id: 'html/reg.html',
30
					url: '../html/login.html',
31
					id: 'html/login.html',
32 32
					show: {
33 33
						aniShow: "slide-in-left"
34 34
					}

+ 2 - 2
app/js/resinforbrow.js

@ -164,8 +164,8 @@ mui.plusReady(function() {
164 164
		oconsult.addEventListener('tap', function() {
165 165
			mui.alert('请登录', '' ,function(){
166 166
				mui.openWindow({
167
					url: '../html/reg.html',
168
					id: 'html/reg.html',
167
					url: '../html/login.html',
168
					id: 'html/login.html',
169 169
					show: {
170 170
						aniShow: "slide-in-left"
171 171
					}