The versionCode will start with "1" at first compiling,
and if you compile it again, the versionCode will become "2" automatically, etc.
So if your app didn't update too much version,
compiling several times on CocoonJS cloud may fix the versionCode problem.
Thanks to Ashley and Ludei's reply.