Authored by 李奇

移除log

@@ -372,9 +372,6 @@ Page(Object.assign({ @@ -372,9 +372,6 @@ Page(Object.assign({
372 let status = ACTION_BAR_STATUS.START; 372 let status = ACTION_BAR_STATUS.START;
373 let activityStatus = this.data.product.status; 373 let activityStatus = this.data.product.status;
374 374
375 - console.log('hahahaha')  
376 - console.log(activityStatus);  
377 -  
378 if (activityStatus === ACTIVITY.UNKNOWN) { 375 if (activityStatus === ACTIVITY.UNKNOWN) {
379 status = ACTION_BAR_STATUS.END; 376 status = ACTION_BAR_STATUS.END;
380 } else if (activityStatus === ACTIVITY.READY) { 377 } else if (activityStatus === ACTIVITY.READY) {