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