watch:{
city(cur,old){
this.loadTop();
},
country(cur,old){
// this.loadTop();
}
如上,我想在城市和国家都变化的时候执行刷新的方法,而不是单一执行刷新
相关分类