浏览器上拨打电话

 

 

 

代码参考:

 1 <div className="contactCode-container">
 2        <Header titleText="联系方式"/>
 3        <div className="contact-box">
 4          <img className="img" src={qrcode} alt=""/>
 5          <span className="phone">联系电话:
 6           <i style={{color:'blue'}} 
 7              onClick={()=>phone('185xxxxxxxx')}>
 8             185xxxxxxxx
 9           </i>
10         </span>
11         </div>
12  </div>

显示效果:

 

 最后再浏览器中打开,点击电话即可拨打

 

posted @ 2021-03-29 16:10  小玲慕斯  阅读(332)  评论(2编辑  收藏  举报