瀏覽代碼

H5端自动跳转二维码界面

新疆影视学院高职
liangkun 3 年之前
父節點
當前提交
dc0e700130
共有 2 個文件被更改,包括 9 次插入6 次删除
  1. +8
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.js

+ 8
- 5
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.js 查看文件

@@ -29,11 +29,14 @@
return false;
}
if (entity.PayFeeStatus != "1" && entity.StudentLoanStatus != "1" && entity.OnsitePayFeeStatus != "1") {
learun.layer.loading(false);
learun.layer.confirm('新生未缴费,无法报到!', function (_index) {
learun.nav.closeCurrent();
}, '智慧校园提示', ['确定']);
return false;
if(!entity.StudentLoanBLStatus)
{
learun.layer.loading(false);
learun.layer.confirm('新生未缴费且未设置贷款状态,无法报到!', function (_index) {
learun.nav.closeCurrent();
}, '智慧校园提示', ['确定']);
return false;
}
}

//学生


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/StudentLoan/StudentLoan.js 查看文件

@@ -45,6 +45,7 @@
learun.layer.toast('保存成功');
setTimeout(function () {
learun.nav.closeCurrent();
learun.nav.go({ path: '/EducationalAdministration/StuInfoFresh/RegisterQRCode', title: '生成报到二维码', isBack: true, isHead: true, param: {}, type: 'right' });
}, 2000);
}
});
@@ -53,7 +54,6 @@

},
bind: function ($page) {
console.log($page.find('#StudentLoanBLStatus'));
$page.find('#StudentLoanBLStatus').lrpickerex({
code: 'StudentLoanBLStatus',
type:'dataItem'


Loading…
取消
儲存