Authored by 邱骏

去掉console

... ... @@ -201,7 +201,6 @@ function onReachBottom(type) {
function fellow(id, lottery) {
let info = prizeListStore.get(id);
console.log(info);
let lotteryInfo;
if (info && info.lotteryInfo) {
... ...
... ... @@ -14,7 +14,6 @@ class Lottery {
}
print(lottery) {
console.log(lottery);
if (!this.$list.length) {
return;
}
... ...