Commit be982f56 authored by limingzhe's avatar limingzhe

feat: debug

parent 3a351f92
No preview for this file type
{"ver":"1.1.2","uuid":"b0424d37-546e-4a90-b58d-0095c4a526aa","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": "b0424d37-546e-4a90-b58d-0095c4a526aa",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
......@@ -107,6 +107,7 @@ var game = cc.Class({
addItem: function () {
let itemArr = OP26.data_mgr.getQuestionOneList(OP26.data_mgr.quesId);
console.log(' in addItem id: OP26');
itemArr.sort(function () { return Math.random() > 0.5 ? -1 : 1; })
OP26.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