Init Repo

This commit is contained in:
2019-09-06 10:45:33 +08:00
commit c64195c218
558 changed files with 91198 additions and 0 deletions

9
js/essaylist.js Normal file
View File

@ -0,0 +1,9 @@
mui.plusReady(function () {
// var url ="",
$("body").on("tap" ,".add1",function () {
JZL.openWindow('addessay.html', 'addessay.html')
})
$(".row_con").on("tap" ,".memorandum",function () {
JZL.openWindow('memorandumlist.html', 'memorandumlist.html')
})
})