隐藏彩蛋(功能
This commit is contained in:
parent
ff14d90298
commit
f6535875b2
12
js/my.js
12
js/my.js
@ -277,9 +277,6 @@ var localAuthType = localStorage.getItem("authType");
|
|||||||
$('.mydata-content').on('tap', '.shoppingcart', function() {
|
$('.mydata-content').on('tap', '.shoppingcart', function() {
|
||||||
JZL.openWindow('shoppingcart.html', 'shoppingcart.html')
|
JZL.openWindow('shoppingcart.html', 'shoppingcart.html')
|
||||||
})
|
})
|
||||||
$('.mydata-content').on('tap', '.essaylist', function() {
|
|
||||||
JZL.openWindow('notepad.html', 'notepad.html')
|
|
||||||
})
|
|
||||||
$('.mydata-content').on('tap', '.shangdu', function() {
|
$('.mydata-content').on('tap', '.shangdu', function() {
|
||||||
if (authType == 2) {
|
if (authType == 2) {
|
||||||
JZL.openWindow('shangdu.html', 'shangdu.html')
|
JZL.openWindow('shangdu.html', 'shangdu.html')
|
||||||
@ -358,9 +355,16 @@ var localAuthType = localStorage.getItem("authType");
|
|||||||
mui.alert("功能开发中......")
|
mui.alert("功能开发中......")
|
||||||
|
|
||||||
})
|
})
|
||||||
|
let CoUnTeR = 0
|
||||||
$('.mydata-content').on('tap', '.essaylist', function() { //烂笔头
|
$('.mydata-content').on('tap', '.essaylist', function() { //烂笔头
|
||||||
// JZL.openWindow('essaylist.html', 'essaylist.html')
|
// JZL.openWindow('essaylist.html', 'essaylist.html')
|
||||||
// mui.alert("功能开发中......")
|
if(CoUnTeR < 5){
|
||||||
|
CoUnTeR ++;
|
||||||
|
mui.alert("功能开发中......")
|
||||||
|
}else{
|
||||||
|
JZL.openWindow('notepad.html', 'notepad.html')
|
||||||
|
CoUnTeR = 0;
|
||||||
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user