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
修正地址
中职版本
liangkun
4 years ago
parent
ce0ba579df
commit
f522b0ef67
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuAttendanceLeave/StuAttendanceLeave.js
+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuAttendanceLeave/StuAttendanceLeave.js
View File
@@ -59,6 +59,7 @@
$page.find('.lr-badge').text('0');
if (data) {
$page.find('.lr-badge').text(data.records);
console.log(data.rows);
callback(data.rows, parseInt(data.records));
}
else {
Write
Preview
Loading…
Cancel
Save