Skip to content

Instantly share code, notes, and snippets.

View eastack's full-sized avatar
🎯
Focusing

王恒 eastack

🎯
Focusing
View GitHub Profile
@eastack
eastack / tmp.js
Created August 5, 2019 07:16
Oh my meizu
function() {
if (!lock) {
return false;
}
lock = false;
setTimeout(function() {
lock = true;
}, 1500);
var sn = $('input[name=sn]').val();
var imei = $('input[name=imei]').val();