|
@@ -1,7 +1,6 @@
|
|
|
import CourseItem from '../../../component/CourseItem';
|
|
|
import APIClient from '../../../util/API/APIClient';
|
|
|
import userDataStorage from '../../../util/userDataStorage';
|
|
|
-import ShopCartState from '../../../util/ShopCartState';
|
|
|
import Consts from '../../../util/Consts';
|
|
|
import Utils from '../../../util/Utils';
|
|
|
import { CommandBus, CMD_TYPE } from '../../../util/CommandBus';
|
|
@@ -32,7 +31,6 @@ class IndexScene extends scene {
|
|
|
//必须获取Token后才可以正常调用以下接口
|
|
|
this.loadHistoryList();
|
|
|
this.loadTerminal();
|
|
|
- ShopCartState.updateCount();
|
|
|
|
|
|
//记录用户登录行为
|
|
|
let {status, data} = CommandBus.execute({
|