@@ -181,7 +181,7 @@ export default class BlessingBag extends cc.Component {
this.adrbArray.push(obj);
}
//刷新
-
+ this.itemContent.emit('srollview-update', this.adrbArray);
this.isPlayInitAni = false;
@@ -85,7 +85,7 @@ export default class CashPro extends cc.Component {
showCashPro() {
this.cashPro.active = true;
- mk.tween.moveTo(this.cashPro, 0.3, cc.v2(1000, 0), cc.v2(0, 0));
+ mk.tween.move(this.cashPro, 0.3, cc.v2(1000, 0), cc.v2(0, 0), null, 'elasticIn');
this.labMoney.string = `¥${this.money}`