麗江
在麗江可以吃到滇菜,還能品嘗特色的納西菜肴??爵~、臘排骨、吹肝、麗江粑粑等,小吃硬菜重口味一樣接一樣。還有各種云南特色的米線、菌菇火鍋、餌塊等,隨處可見。五一街、七一街、四方街都是美食的集中地。
全部美食
景點推薦
-

瀘沽湖
-

麗江古城
-

玉龍雪山
-

麗江木府
-

里格島
-
$('.category-list ul').each(function(){
var boxH = ($(this).height());
if (boxH > 34) {
$(this).height(34);
}else{
$(this).parent().find('.show').hide();
}
$(this).parent().find('.show').click(function(){
$(this).parent().find('ul').height('auto');
$(this).parent().find('.hide').show();
$(this).hide();
})
$(this).parent().find('.hide').click(function(){
$(this).parent().find('ul').height('34');
$(this).parent().find('.show').show();
$(this).hide();
})
})