注释掉一些log

This commit is contained in:
luying
2022-08-26 15:50:06 +08:00
parent 4b2e7d9d0f
commit 26b18b7ba0
17 changed files with 29 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ export class FirstGiftPage {
items: FirstGiftItem[] = []; //奖励
constructor(data: FirstGiftDataInDb) {
console.log(data)
// console.log(data)
this.pageIndex = data.pageIndex;
this.targetMoney = data.targetMoney;
for (let obj of data.rewards) {