|
|
@@ -1,4 +1,4 @@ |
|
|
|
<script type="text/javascript"> |
|
|
|
<script type="text/javascript"> |
|
|
|
(function ($, learun) { |
|
|
|
learun.nav.data["workspace"].jsObj = (function () { |
|
|
|
|
|
|
@@ -224,6 +224,11 @@ |
|
|
|
if (learun.storage.get('pwdandnotice') === true) { |
|
|
|
learun.nav.go({ path: 'my/modifypasswordandnotice', isBack: false, isHead: true, title: '修改密码' }); |
|
|
|
} |
|
|
|
if (learun.storage.get('isUpdStu') === true) { |
|
|
|
learun.storage.set('isUpdStu',null); |
|
|
|
learun.nav.go({ path: 'login/IdCardLogin', title: '身份证登录', type: 'right' }); |
|
|
|
//learun.nav.go({ path: 'my/modifypassword', isBack: false, isHead: true, title:'修改密码' }); |
|
|
|
} |
|
|
|
var _html = ''; |
|
|
|
// _html += '<div class="scanner">'; |
|
|
|
// _html += '<i class="iconfont icon-scan"></i>'; |
|
|
|