mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
关闭可补签功能
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
} else {
|
||||
//如果不需要补签功能直接在这阻止不执行后面的代码就行。
|
||||
if (type == 0) {
|
||||
//return false;
|
||||
return false;
|
||||
}
|
||||
var postDate = this.cur_year + "-" + this.cur_month + "-" + date;
|
||||
this.$u.api.userCheckIn({
|
||||
|
||||
Reference in New Issue
Block a user