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

7
js/memorandumlist.js Normal file
View File

@ -0,0 +1,7 @@
mui.plusReady(function () {
$("body").on("tap" ,".add1",function () {
JZL.openWindow('addmemorandum.html', 'addmemorandum.html')
})
})