当前位置 : 主页 > 网络编程 > JavaScript >

用vue做一个简单的地区选择器

来源:互联网 收集:自由互联 发布时间:2021-06-30
小白刚接触vue,用vue做一个简单的地区选择器 省市区显示 {{ item.title }} {{item.title}} {{item}} 您选中的省份是:{{ provinces[currentP].title }} 您选中的城市是:{{ provinces[currentP].citys[currentC].tit
小白刚接触vue,用vue做一个简单的地区选择器


    
 
    
 
    
 
    省市区显示
    



 
    
  
    
  
    
  
    
    您选中的省份是:{{ provinces[currentP].title }} 
    您选中的城市是:{{ provinces[currentP].citys[currentC].title }} 
    您选中的市区是: {{ provinces[currentP].citys[currentC].countrys[currentX] }}

 


网友评论