Uncaught ReferenceError: turn is not defined 这是怎么回事,需要怎么办呢
你是不是忘记在<div class="photo photo_center photo_front" onclick="turn(this)" id="photo_{{index}}">中忘记加 onclick="turn(this)"了,或者js中你没用turn()这个函数名