Commit 926081df authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent 3e5b7e15
......@@ -5,7 +5,7 @@ export const homeInfo = {
"figures": [
{ "figureId": "1" }, { "figureId": "2" }, { "figureId": "3" }
],
"newUser": 0,
"newUser": 1,
"userInfo": null
},
"message": null,
......
......@@ -167,7 +167,7 @@ var GameStage = /** @class */ (function (_super) {
this.canclick = false;
setTimeout(function () {
_this.canclick = true;
}, 1000);
}, 200);
var stepdata = this.guideconfig[this.step];
var skipbtn = stepdata.skipbtn;
var lastlevel;
......
......@@ -6,7 +6,7 @@ import API from '../../api';
import { Aup, AUPOP, AUP_MBX_STATE } from '../../pop';
import './main3.less';
import { CanvasWidget } from 'spark-utils';
import { Guideact } from './bundle';//'@spark/guideact';//
import { Guideact } from '@spark/guideact';//'./bundle';//
import { getStepData, widgetConfig } from './widgetConfig';
import { GDispatcher } from "spark-wrapper-fyge"
import dataCenter, { Store } from '../../dataCenter';
......
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