Commit 90a4077b authored by zhangjinzhou's avatar zhangjinzhou

暂存

parent 8091d6d5
......@@ -106,10 +106,16 @@ Page({
avatar2: "",
avatar3: "",
avatar4: "",
canwin:false;
},
onLoad(props) {
console.log("onLoad========>", app, props);
let step = 1;
let sucgl = 70;
let nranksuc = Math.random()*100;
if(nranksuc<sucgl){//能赢
}
let roomnums = [2, 3, 4][step - 1];
if (roomnums == 2) {
......
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