...
|
...
|
@@ -372,9 +372,6 @@ Page(Object.assign({ |
|
|
let status = ACTION_BAR_STATUS.START;
|
|
|
let activityStatus = this.data.product.status;
|
|
|
|
|
|
console.log('hahahaha')
|
|
|
console.log(activityStatus);
|
|
|
|
|
|
if (activityStatus === ACTIVITY.UNKNOWN) {
|
|
|
status = ACTION_BAR_STATUS.END;
|
|
|
} else if (activityStatus === ACTIVITY.READY) {
|
...
|
...
|
|