Ver a proveniência

修改h5身份证首次登陆修改密码后跳转

修改完善信息页面保存刷新去掉
新疆影视学院高职
liangkun há 3 anos
ascendente
cometimento
bdaeecec64
2 ficheiros alterados com 7 adições e 2 eliminações
  1. +6
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace.html

+ 6
- 1
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js Ver ficheiro

@@ -118,6 +118,12 @@
data) => {
//console.log('datadata',data);
if (data) {
if(!data['StuInfoFreshEntity'])
{
learun.layer.loading(false);
learun.layer.toast('未查询到新生数据,请确认是否为新生。');
return;
}
//基本信息
for (var id in data['StuInfoFreshEntity']) {
var dom = $('#' + id)[0];
@@ -260,7 +266,6 @@
learun.layer.loading(false);
if (data) {
learun.layer.toast('保存成功');
location.reload();
}
});



+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/workspace/workspace.html Ver ficheiro

@@ -226,7 +226,7 @@
}
if (learun.storage.get('isUpdStu') === true) {
learun.storage.set('isUpdStu',null);
learun.nav.go({ path: 'login/IdCardLogin', title: '身份证登录', type: 'right' });
learun.nav.go({ path: 'welcome', title: '完善信息', type: 'right' });
//learun.nav.go({ path: 'my/modifypassword', isBack: false, isHead: true, title:'修改密码' });
}
var _html = '';


Carregando…
Cancelar
Guardar