Преглед на файлове

Merge branch 'master' of http://121.42.53.174:3000/bulomakaka/ekexiu.app.git

happy преди 8 години
родител
ревизия
e51a60f79e
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      app/html/myaccount.html
  2. 3 3
      app/js/myaccount.js

+ 1 - 1
app/html/myaccount.html

@ -17,7 +17,7 @@
17 17
		<div class="mui-content" id="loginYes">
18 18
			<!-- 主界面具体展示内容 -->
19 19
    		<div class="mui-input-group marginbox setblock">
20
				<div class="maincon personinfo2" style="padding:4% 0 4% 2%;">
20
				<div class="maincon personinfo2" style="padding:4% 0 0 2%;">
21 21
					<div class="headbox2 mui-navigate-right amend" style="margin-left:2%;">
22 22
					    <a class="mui-pull-left proinfor">
23 23
		                    <div class="mui-pull-left" style="width:24%;min-height:60px;">

+ 3 - 3
app/js/myaccount.js

@ -26,14 +26,14 @@ mui.ready(function() {
26 26
		userInformation();
27 27

28 28
		/*登录按钮*/
29
		goLogin.addEventListener('tap', function() {
29
		loginNo.addEventListener('tap', function() {
30 30
			goLoginFun();
31 31
		})
32 32

33 33
		/*注册按钮*/
34
		goReg.addEventListener('tap', function() {
34
		/*goReg.addEventListener('tap', function() {
35 35
			goRegFun();
36
		})
36
		})*/
37 37

38 38
		/*退出登录刷新页面*/
39 39
		window.addEventListener('closeUser', function(event) {