Commit 0add8f01 authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent c2c079c7
......@@ -139,11 +139,12 @@ Page({
gameatime = Math.floor((Number(end) - Number(start)) / 1000);
gtoolcd = Number(toolcd);
let sucgl = Number(gl);
let nranksuc = Math.random() * 100;
let nranksuc = Math.random();
let canwin = false;
if (nranksuc < sucgl) {//能赢
canwin = true;
}
console.log("onload====>",query,canwin,nranksuc,canwin);
let roomnums = [2, 3, 4][step - 1];
let txkeys = Object.keys(gavatars);
let othername = ["你"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment