1521736293
This commit is contained in:
parent
7f9ae6039f
commit
47ae7de216
@ -1,9 +1,9 @@
|
||||
|
||||
"use strict;"
|
||||
|
||||
let bookId = 0;
|
||||
|
||||
function genNewBookId() {
|
||||
bookID = 1
|
||||
bookID = 1;
|
||||
bookID++;
|
||||
return bookId;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user