This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
新生报名调整
新疆影视学院高职
zhangli
2 years ago
parent
ab4ded5333
commit
5145f44163
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnrollPhone/Link.cshtml
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuEnrollPhone/Link.cshtml
View File
@@ -59,7 +59,8 @@
success: function (data) {
if (data.code == 200) {
var data = data.data.QRCodeStatus;
if (data != 0) {
if (data === 1 || data === '' || data === 'undefined') {
//if (data != 0) {
btnEnabled();
alert('招生报名录取工作已结束!');
} else {
Write
Preview
Loading…
Cancel
Save