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
		ozixun.addEventListener('tap', function() {
27
		ozixun.addEventListener('tap', function() {
28
			mui.alert('请登录', '' ,function(){
28
			mui.alert('请登录', '' ,function(){
29
				mui.openWindow({
29
				mui.openWindow({
30
					url: '../html/reg.html',
31
					id: 'html/reg.html',
30
					url: '../html/login.html',
31
					id: 'html/login.html',
32
					show: {
32
					show: {
33
						aniShow: "slide-in-left"
33
						aniShow: "slide-in-left"
34
					}
34
					}

+ 2 - 2
app/js/resinforbrow.js

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