Commit 2cca3d01 authored by zhangjianguo's avatar zhangjianguo

旅行的改动

parent b00dca13
......@@ -73,7 +73,7 @@
<img src="http://t8.baidu.com/it/u=4269609316,2027584941&fm=79&app=86&f=JPEG?w=1500&h=1000" alt="" class="cp_img">
<p class="cp_tilte">欧洲XXX</p>
<p class="cp_cen">迪士尼/落地签/xxxx</p>
<a class="cp_btn_r" href="vtassistant://view/jumpUrl=vt://productDetail/view?productID=102">
<a class="cp_btn_r" href="sametrade://view/jumpUrl=vtb://hotel/view?productID=102">
查看详情
</a>
</div>
......@@ -145,7 +145,7 @@
$(".cp_l .cp_tilte").text(listNextPlan[0].Title.slice(0,5));
$(".cp_l .cp_cen").text(listNextPlan[0].Title);
$('.cp_btn_l').click(function () {
console.log(listNextPlan[0].TCID)
// $('.cp_btn_l').attr('href','http://tianlongbabu.com');
})
......@@ -154,7 +154,7 @@
$(".cp_r .cp_tilte").text(listNextPlan[1].Title.slice(0,5));
$(".cp_r .cp_cen").text(listNextPlan[1].Title);
$('.cp_btn_r').click(function () {
console.log(listNextPlan[1].TCID)
// $('.cp_btn_r').attr('href','http://tianlongbabu.com');
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment