You've already forked qlg.frontend
助购列表数据对接
This commit is contained in:
@ -69,4 +69,13 @@ mui.plusReady(function() {
|
||||
$('.cancellation').on("tap", function(){
|
||||
JZL.openWindow('cancellation.html', 'cancellation.html', {user_id: localStorage.getItem("userId")});
|
||||
})
|
||||
let counter = 0;
|
||||
$('.title').on("tap", function(){
|
||||
if(counter < 20){
|
||||
counter ++ ;
|
||||
}else{
|
||||
counter = 0;
|
||||
$(".hide").removeClass("hide")
|
||||
}
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user