Commit 8bccde24 authored by limingzhe's avatar limingzhe

fix: debug

parent b7e7522d
No preview for this file type
{"ver":"1.1.2","uuid":"6942433e-4084-45fe-8f8b-6e874d95c3ba","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file
{
"ver": "1.1.2",
"uuid": "6942433e-4084-45fe-8f8b-6e874d95c3ba",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
......@@ -111,6 +111,7 @@ var game = cc.Class({
addItem: function () {
let itemArr = LWD_3.data_mgr.getQuestionOneList(LWD_3.data_mgr.quesId);
console.log(' in addItem id: LWD_3');
itemArr.sort(function () { return Math.random() > 0.5 ? -1 : 1; })
LWD_3.data_mgr.nowNum = 0;
......
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