|
@@ -968,22 +968,10 @@
|
|
|
that.map.removeOverlay(allOverlay[i]);
|
|
|
}
|
|
|
}
|
|
|
- if (that.currentItem == 5) {
|
|
|
+ if (that.currentid == 26) {
|
|
|
that.openListData1(item.id);
|
|
|
- } else if (that.currentItem == 4) {
|
|
|
- if (that.currentid == 26) {
|
|
|
- that.openListData1(item.id);
|
|
|
- } else {
|
|
|
- that.openListData2(item.id);
|
|
|
- }
|
|
|
- } else if (that.currentItem == 3) {
|
|
|
+ } else if (that.currentid == 27) {
|
|
|
that.openListData2(item.id);
|
|
|
- } else if (that.currentItem == 2) {
|
|
|
- if (that.currentid == 26) {
|
|
|
- that.openListData1(item.id)
|
|
|
- } else {
|
|
|
- that.openListData2(item.id);
|
|
|
- }
|
|
|
} else {
|
|
|
that.openListData(item.id, item);
|
|
|
}
|