|
@@ -45,78 +45,73 @@
|
|
|
|
|
|
</head>
|
|
</head>
|
|
<body ng-app="app" ng-controller="AppCtrl" ontouchstart>
|
|
<body ng-app="app" ng-controller="AppCtrl" ontouchstart>
|
|
- <div class="page">
|
|
|
|
- <div class="page__bd" style="height: 100%;">
|
|
|
|
- <div class="weui-tab">
|
|
|
|
- <div class="weui-tab__panel" ui-view style="background: rgba(246,248,250,1)"></div>
|
|
|
|
- <div class="weui-tabbar" ng-controller="TabbarCtrl" ng-if="ArtStdReg">
|
|
|
|
- <a href="javascript:;" ng-click="goLocation('main')" class="weui-tabbar__item">
|
|
|
|
|
|
+<div class="page">
|
|
|
|
+ <div class="page__bd" style="height: 100%;">
|
|
|
|
+ <div class="weui-tab">
|
|
|
|
+ <div class="weui-tab__panel" ui-view style="background: rgba(246,248,250,1)"></div>
|
|
|
|
+ <div class="weui-tabbar" ng-controller="TabbarCtrl" ng-if="ArtStdReg && ArtStdReg.reg_status == 'Complete'">
|
|
|
|
+ <a href="javascript:;" ng-click="goLocation('main')" class="weui-tabbar__item">
|
|
|
|
+ <div class="weui-tabbar__icon">
|
|
|
|
+ <img src="./image/tabbar/icon_home_press@2x.png" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <p class="weui-tabbar__label">首页</p>
|
|
|
|
+ </a>
|
|
|
|
+ <!-- 报名考试期间 -->
|
|
|
|
+ <div href="javascript:;" class="weui-tabbar__item" ng-if="getParamValue('WeixinMenuEnrol','InActive') == 'Active'" ng-click="showMenu('enrol')">
|
|
|
|
+ <a href="javascript:;">
|
|
<div class="weui-tabbar__icon">
|
|
<div class="weui-tabbar__icon">
|
|
- <img src="./image/tabbar/icon_home_press@2x.png" alt="">
|
|
|
|
|
|
+ <img src="./image/tabbar/icon_test_nor@2x.png" alt="">
|
|
</div>
|
|
</div>
|
|
- <p class="weui-tabbar__label">首页</p>
|
|
|
|
|
|
+ <p class="weui-tabbar__label">已报专业</p>
|
|
</a>
|
|
</a>
|
|
- <!--
|
|
|
|
- <div class="weui-tabbar__item " ng-click="goLocation('ym/aspect_list')" ng-if="ArtStdReg.std_province < 70">
|
|
|
|
- <a href="javascript:;">
|
|
|
|
- <div class="weui-tabbar__icon">
|
|
|
|
- <img src="./image/tabbar/icon_me_nor@2x.png" alt="">
|
|
|
|
- </div>
|
|
|
|
- <p class="weui-tabbar__label">收卷查询</p>
|
|
|
|
- </a>
|
|
|
|
- </div>-->
|
|
|
|
- <!-- 录取通知书查询
|
|
|
|
- <div class="weui-tabbar__item " ng-click="goLocation('ym/std_admis')">
|
|
|
|
- <a href="javascript:;">
|
|
|
|
- <div class="weui-tabbar__icon">
|
|
|
|
- <img src="./image/tabbar/icon_me_nor@2x.png" alt="">
|
|
|
|
- </div>
|
|
|
|
- <p class="weui-tabbar__label">录取查询</p>
|
|
|
|
- </a>
|
|
|
|
- </div> -->
|
|
|
|
- <!-- 报名考试期间 -->
|
|
|
|
- <div href="javascript:;" class="weui-tabbar__item" ng-if="getParamValue('WeixinMenuEnrol','InActive') == 'Active'" ng-click="showMenu('enrol')">
|
|
|
|
- <a href="javascript:;">
|
|
|
|
- <div class="weui-tabbar__icon">
|
|
|
|
- <img src="./image/tabbar/icon_test_nor@2x.png" alt="">
|
|
|
|
- </div>
|
|
|
|
- <p class="weui-tabbar__label">已报专业</p>
|
|
|
|
- </a>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <div class="weui-tabbar__item " ng-click="showMenu('help')">
|
|
|
|
- <a href="javascript:;">
|
|
|
|
- <div class="weui-tabbar__icon">
|
|
|
|
- <img src="./image/tabbar/un-binding.png" alt="">
|
|
|
|
- </div>
|
|
|
|
- <p class="weui-tabbar__label">解除绑定</p>
|
|
|
|
- </a>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <div class="weui-tabbar__item " ng-click="showMenu('me')">
|
|
|
|
- <a href="javascript:;">
|
|
|
|
- <div class="weui-tabbar__icon">
|
|
|
|
- <img src="./image/tabbar/icon_me_nor@2x.png" alt="">
|
|
|
|
- </div>
|
|
|
|
- <p class="weui-tabbar__label">我的</p>
|
|
|
|
- </a>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <!-- 分数查询期间 -->
|
|
|
|
- <div href="javascript:;" class="weui-tabbar__item" ng-if="getParamValue('WeixinMenuScore','InActive') == 'Active'" ng-click="showMenu('score')">
|
|
|
|
- <a href="javascript:;">
|
|
|
|
- <div class="weui-tabbar__icon">
|
|
|
|
- <img src="./image/tabbar/icon_home_nor@2x.png" alt="">
|
|
|
|
- </div>
|
|
|
|
- <p class="weui-tabbar__label">分数查询</p>
|
|
|
|
- </a>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="weui-tabbar__item " ng-click="showMenu('help')">
|
|
|
|
+ <a href="javascript:;">
|
|
|
|
+ <div class="weui-tabbar__icon">
|
|
|
|
+ <img src="./image/tabbar/un-binding.png" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <p class="weui-tabbar__label">解除绑定</p>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="weui-tabbar__item " ng-click="showMenu('me')">
|
|
|
|
+ <a href="javascript:;">
|
|
|
|
+ <div class="weui-tabbar__icon">
|
|
|
|
+ <img src="./image/tabbar/icon_me_nor@2x.png" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <p class="weui-tabbar__label">我的</p>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
|
|
-
|
|
|
|
|
|
+ <!-- 分数查询期间 -->
|
|
|
|
+ <div href="javascript:;" class="weui-tabbar__item" ng-if="getParamValue('WeixinMenuScore','InActive') == 'Active'" ng-click="showMenu('score')">
|
|
|
|
+ <a href="javascript:;">
|
|
|
|
+ <div class="weui-tabbar__icon">
|
|
|
|
+ <img src="./image/tabbar/icon_home_nor@2x.png" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <p class="weui-tabbar__label">分数查询</p>
|
|
|
|
+ </a>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+ <div class="weui-tabbar" ng-controller="TabbarCtrl" ng-if="ArtStdReg && ArtStdReg.reg_status !== 'Complete'">
|
|
|
|
+ <div class="weui-tabbar__item " ng-click="showMenu('help')">
|
|
|
|
+ <a href="javascript:;">
|
|
|
|
+ <div class="weui-tabbar__icon">
|
|
|
|
+ <img src="./image/tabbar/un-binding.png" alt="">
|
|
|
|
+ </div>
|
|
|
|
+ <p class="weui-tabbar__label">解除绑定</p>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+</div>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|