|
@@ -343,7 +343,7 @@ cc.Class({
|
|
|
//消耗钻石加速CD时间
|
|
|
speedCDAction() {
|
|
|
UserInformationApi.postSpeedInteraction(this.uid, (responseData) => {
|
|
|
- this.interactionInfo.cnt += 1;
|
|
|
+ this.interactionInfo.cnt = responseData.cnt;
|
|
|
this.interactionInfo.cdEnd = 0;
|
|
|
GameModule.userInfo.diamond -= 20;
|
|
|
this.showInteraction();
|