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
手机app更新模块上传类型增加apk
娄底高职分支
liangkun
1 year ago
parent
8ced683ac8
commit
971796dc70
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/Sys_UpdateRecord/Form.js
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_Desktop/Views/Sys_UpdateRecord/Form.js
View File
@@ -18,7 +18,7 @@ var bootstrap = function ($, learun) {
$('#IsApp').lrDataItemSelect({
code: 'YesOrNoBit',
});
$('#AppUrl').lrUploader();
$('#AppUrl').lrUploader(
{ extensions: 'apk' }
);
},
initData: function () {
if (!!keyValue) {
Write
Preview
Loading…
Cancel
Save