yuandan.js 259 B

12345678910
  1. $('.special_dh').on('click',function(){
  2. var msg = ["0898-88688595","0898-88956510","0898-88669539","0898-88985980","0898-88989553","0898-88989656"];
  3. var _tel = msg[Math.floor(Math.random() * msg.length)]
  4. $(this).attr('href','tel:'+_tel+'');
  5. })