var datamining_js_data = {'visit':{'0':{'contentid':'57252','url':'https://www.tongyue.com/2011/1217/57252.html','title':'TurboJet 喷射飞航船票(香港九龙⇀澳门外港)','thumb':'https://img.tongyue.com/2020/1209/20201209055313654.jpg','catid':'236','price':'167','marketprice':'200','percent':'7.2'},'1':{'contentid':'2325','url':'https://www.tongyue.com/2009/0815/2325.html','title':'TurboJet 喷射飞航船票(澳门外港⇀香港上环)','thumb':'https://img.tongyue.com/2020/1209/20201209055122692.jpg','catid':'237','price':'350','marketprice':'380','percent':'7.2'},'2':{'contentid':'55808','url':'https://www.tongyue.com/2011/0916/55808.html','title':'深圳蛇口码头到澳门外港客运码头(港澳码头)船票-喷射飞航','thumb':'https://img.tongyue.com/2020/1113/20201113014006138.jpg','catid':'74','price':'203','marketprice':'238','percent':'6.1'}},'buy':{'0':{'contentid':'51759','url':'https://www.tongyue.com/2011/0307/51759.html','title':'澳门氹仔客运码头至香港港澳码头单程船票-金光飞航','thumb':'https://img.tongyue.com/2023/0106/20230106055843963.jpg','catid':'237','price':'160.00','marketprice':'160','percent':'50'},'1':{'contentid':'3725','url':'https://www.tongyue.com/2009/0902/3725.html','title':'TurboJet 喷射飞航船票(香港上环⇀澳门外港)','thumb':'https://img.tongyue.com/2020/1209/20201209055028462.jpg','catid':'236','price':'160','marketprice':'175','percent':'50'}},'buy_other':{'0':{'contentid':'24354','url':'https://www.tongyue.com/2010/0916/24354.html','title':'香港佐敦到深圳机场中港通巴士','thumb':'https://img.tongyue.com/2010/0920/20100920115034196.jpg','catid':'158','price':'69.00','marketprice':'120','percent':'100'}}}; var datamining_js_temp = '
  • {title}
    {title}
    预订¥{price}起
  • '; if(document.getElementById('tongshile')) { for(key in datamining_js_data) { var r = datamining_js_data[key]; var string = ''; for(tkey in r) { var t = r[tkey]; var str = datamining_js_temp.replace(/{title}/g, t.title); str = str.replace(/{url}/g, t.url); str = str.replace(/{thumb}/g, t.thumb); str = str.replace(/{price}/g, t.price); if(tkey == '0') str = str.replace('
  • ', '
  • '); string += str; } if(string != '') { $('.div__'+key).show(); $('.tsl__'+key).html(string); } } }