|
|
@@ -22479,35 +22479,10 @@ this.tixian = e;
|
|
|
this.data = t;
|
|
|
this.labAdd.string = (.01 * this.data.amount).toFixed(2) + "";
|
|
|
this.yuanlabel.string = "元";
|
|
|
-var i = "";
|
|
|
-switch (this.data.cashType) {
|
|
|
-case 1:
|
|
|
-i = "常规提现";
|
|
|
-break;
|
|
|
-
|
|
|
-case 10:
|
|
|
-i = "福袋提现";
|
|
|
-break;
|
|
|
-
|
|
|
-case 11:
|
|
|
-i = "视频红包提现";
|
|
|
-break;
|
|
|
-
|
|
|
-case 12:
|
|
|
-i = "金猪币提现";
|
|
|
-break;
|
|
|
-
|
|
|
-case 13:
|
|
|
-i = "现金提现";
|
|
|
-break;
|
|
|
-
|
|
|
-default:
|
|
|
-i = "";
|
|
|
-}
|
|
|
-this.sourceType.string = i;
|
|
|
+this.sourceType.string = "";
|
|
|
this.sourceType.node.parent.active = !0;
|
|
|
-"" == i && (this.sourceType.node.parent.active = !1);
|
|
|
-var r = this.node.x;
|
|
|
+this.sourceType.node.parent.active = !1;
|
|
|
+var i = this.node.x;
|
|
|
this.node.y = .75 * -this.node.height;
|
|
|
this.node.getChildByName("Hand").active = !1;
|
|
|
if (1 == o) {
|
|
|
@@ -22515,12 +22490,12 @@ this.node.y = -200;
|
|
|
e || (this.node.getChildByName("Hand").active = !0);
|
|
|
this.node.position = this.nodePos[0];
|
|
|
} else this.node.position = 2 == o ? this.nodePos[1] : 3 == o ? this.nodePos[2] : this.nodePos[3];
|
|
|
-var s = this.node.y;
|
|
|
-mk.console.logSingle("moneySaveItem", r + " : " + s);
|
|
|
-var c = Math.random();
|
|
|
+var r = this.node.y;
|
|
|
+mk.console.logSingle("moneySaveItem", i + " : " + r);
|
|
|
+var s = Math.random();
|
|
|
this.scheduleOnce(function() {
|
|
|
-n.node.runAction(cc.repeatForever(cc.sequence(cc.moveTo(1.5, cc.v2(n.node.x, s - 5)), cc.moveTo(1.2, cc.v2(n.node.x, n.node.y + 5)))));
|
|
|
-}, c);
|
|
|
+n.node.runAction(cc.repeatForever(cc.sequence(cc.moveTo(1.5, cc.v2(n.node.x, r - 5)), cc.moveTo(1.2, cc.v2(n.node.x, n.node.y + 5)))));
|
|
|
+}, s);
|
|
|
}
|
|
|
};
|
|
|
e.prototype.clickAdd = function() {
|