Commit 157d8d61 authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent ac75957c
...@@ -452,7 +452,7 @@ Page({ ...@@ -452,7 +452,7 @@ Page({
this.addAttionTxt(itxt); this.addAttionTxt(itxt);
let inroomidx = i; let inroomidx = i;
let inwd = this.data.roomdata[inroomidx]["wd"]; let inwd = this.data.roomdata[inroomidx]["wd"];
inwd += taskwarm * nums; inwd += addwarm;
this.updateRolewd(i + 1, inwd); this.updateRolewd(i + 1, inwd);
} }
......
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