Commit 66f48ba9 authored by haiyoucuv's avatar haiyoucuv

init

parent 432f195d
......@@ -13,7 +13,7 @@ export default [
actStartTime: Date.now() - 1000000,
actEndTime: Date.now() + 1000000,
currentTime: Date.now(),
guideFlag: true,
guideFlag: false,
creditsNum: 923,
expireDays: 7,
currentStoreNum: 1000,
......
......@@ -24,7 +24,10 @@ class GuidePanel extends React.Component<IGuidePanelProps> {
clickGuide = () => {
const { step } = this.state;
if (step == 6) return;
if (step == 6) {
this.clickGuide6Btn();
return;
}
this.setState({
step: step + 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment