|
|
|
@ -113,11 +113,11 @@ if (EXPO.placePhoto){ |
|
|
|
} |
|
|
|
} |
|
|
|
if(handler){ |
|
|
|
if(handler){ |
|
|
|
dna.empty(self.opt.mcId); |
|
|
|
dna.empty(self.opt.mcId); |
|
|
|
dna.load(self.opt.mcId, (self.ajaxUrl + self.currentId),{ callback:handler()}); |
|
|
|
dna.load(self.opt.mcId, (self.ajaxUrl + self.currentId + '/'),{ callback:handler()}); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
|
|
|
|
|
|
|
|
dna.empty(self.opt.mcId); |
|
|
|
dna.empty(self.opt.mcId); |
|
|
|
dna.load(self.opt.mcId, (self.ajaxUrl + self.currentId),{empty:true}); |
|
|
|
dna.load(self.opt.mcId, (self.ajaxUrl + self.currentId + '/'),{empty:true}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|