Commit 599c1498 authored by liujiangnan's avatar liujiangnan

debug

parent 92a8e6e9
......@@ -646,6 +646,9 @@ export default class NewClass extends middleLayerBase {
setData(key: string, data: any) {
const obj = this.data[key];
if (typeof data == "object") {
if(key === "NJ_game_select") {
this.showTips(`${this.data[key].folderId} ** ${data.folderId}`);
}
if (key === "NJ_game_select" && this.data[key] && this.data[key].folderId != data.folderId) {
this.data[key] = data;
} else {
......
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