开源代码:
点击访问
说明文档:
tableCheckChange(val,item,'1')">{{item.title}}
{{item.download_category||'--'}}
{{item.description||'--'}}
{{item.version||'--'}}
{{item.release_date||'--'}}
sortChange(val,'1')" @selection-change="(val)=>selectChange(val,'1')">
{{scope.row.version}}
changeVson(item,'1',scope.$index)">
{{scope.row.version}}
{{item.version}}
handleSizeChange(val,'1')"
@current-change="(val)=>handleCurrentChange(val,'1')"
:current-page.sync="condition1.page"
:page-size="condition1.page_num"
:layout="paginLayout"
:total="condition1.sum">
mocheckAll(val,'1')">全选
工具:
tableCheckChange(val,item,'2')">{{item.title}}
{{item.download_category||'--'}}
{{item.description||'--'}}
{{item.version||'--'}}
{{item.release_date||'--'}}
sortChange(val,'2')" @selection-change="(val)=>selectChange(val,'2')">
{{scope.row.version}}
changeVson(item,'2',scope.$index)">
{{scope.row.version}}
{{item.version}}
handleSizeChange(val,'2')"
@current-change="(val)=>handleCurrentChange(val,'2')"
:current-page.sync="condition2.page"
:page-size="condition2.page_num"
:layout="paginLayout"
:total="condition2.sum">
mocheckAll(val,'2')">全选
Q: 当前方案与UI交互是什么方式?
A: 此方案为触摸加按键的操作方式
Q: UI开发的方式?
A: UI开发使用lvgl组件实现,配合GUI工具完成界面编辑
Q: 此方案是否满足智能学生卡行业功能需求?
A: 此方案为公版方案,核心业务功能基本支持,实际业务功能需开发者熟悉代码框架后根据自身需求进行开发调整
Q: 支持哪些升级方式?
A: HTTP,FTP