记事本调优

This commit is contained in:
2019-09-09 20:20:32 +08:00
parent 12be190601
commit 1ee891ea11
4 changed files with 15 additions and 5 deletions

View File

@ -277,7 +277,9 @@ var localAuthType = localStorage.getItem("authType");
$('.mydata-content').on('tap', '.shoppingcart', function() {
JZL.openWindow('shoppingcart.html', 'shoppingcart.html')
})
$('.mydata-content').on('tap', '.essaylist', function() {
JZL.openWindow('notepad.html', 'notepad.html')
})
$('.mydata-content').on('tap', '.shangdu', function() {
if (authType == 2) {
JZL.openWindow('shangdu.html', 'shangdu.html')