Explorar el Código

添加咨询父级页面

wangaidan %!s(int64=8) %!d(string=hace) años
padre
commit
92424e4ae4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/index.html

+ 2 - 2
app/index.html

@ -14,7 +14,7 @@
14 14
	    <a class="mui-tab-item mui-active" href="html/index_home.html">
15 15
	        <span class="mui-icon iconfont icon-home"></span>
16 16
	    </a>
17
	    <a class="mui-tab-item" href="html/consultlist.html">
17
	    <a class="mui-tab-item" href="html/consult_home.html">
18 18
	        <span class="mui-icon iconfont icon-community"></span>
19 19
	    </a>
20 20
	    <a class="mui-tab-item" id="isLogin" href="html/myaccount.html">
@ -25,7 +25,7 @@
25 25
	<script src="js/public/base.js"></script>
26 26
	
27 27
<script type="text/javascript" charset="utf-8">
28
	var subpages = ['html/index_home.html', 'html/consultlist.html', 'html/myaccount.html'];
28
	var subpages = ['html/index_home.html', 'html/consult_home.html', 'html/myaccount.html'];
29 29
	var subpage_style = {
30 30
		top: '0px',
31 31
		bottom: '51px'