求一个简单的VS2010和SQL数据库做的系统,越简单越好。!!!

各位大侠有的话请给我发一个,谢谢~~
2025-02-24 02:41:25
推荐回答(1个)
回答1:

$(document).ready(function () {

if (!is_weixn()) {
alert("请用微信扫一扫打开该网页!");
}
else {
var exp = localStorage.getItem("flag");
if (!exp && typeof (exp) != "undefined" && exp != 0) {
var type = getQueryStringByName("type");
if (type == "") {
alert("二维码有问题,请联系总部IT!");
}
else {

BindAllSignIn(type);
}

}
else {
if (getRiqi() != exp) {
BindAllSignIn(type);
}
else {

alert("该部手机已经签到一次不能再次进行签到!");
}

}
}
});