Commit 2b2300ab authored by zhangjinzhou's avatar zhangjinzhou

离线进入,邀请数据

parent b8debddb
......@@ -942,6 +942,41 @@ Page({
this.updateRolewd(ridx, total);
}
if (gamestat == "last") {
if (tool) {
this.setData({
ltool: tool
});
}
if (follow) {
this.setData({
lfollow: follow
});
}
if (sign) {
this.setData({
lsign: sign
});
}
if (collect) {
this.setData({
lcollect: collect
});
}
if (browseGoods) {
this.setData({
lbrowseGoods: browseGoods
});
}
if (invite) {
let txt1 = this.solveAttionTxt(invite, this.data.linvite, "invite");
if (txt1.length > 0) {
this.addAttionTxt(txt1);
this.setData({
linvite: invite
});
this.newAiControl("invite");
}
}
return;
}
//使用道具的单独来
......
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