|
@ -199,7 +199,7 @@ new Vue({
|
|
getBottomAreaData: function(arg){
|
|
getBottomAreaData: function(arg){
|
|
//如果level改变,则需要重新加载整个页面的数据,否则只需加载底部区域数据
|
|
//如果level改变,则需要重新加载整个页面的数据,否则只需加载底部区域数据
|
|
if(arg.level == this.level){
|
|
if(arg.level == this.level){
|
|
this.lowLevel = arg.lowLevel;
|
|
|
|
|
|
this.lowLevel = arg.lowLevel || 3;
|
|
loadData([2], this);
|
|
loadData([2], this);
|
|
}else{
|
|
}else{
|
|
this.level = arg.level;
|
|
this.level = arg.level;
|