|
|
@ -1,4 +1,5 @@
|
|
|
|
var flg=true;
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
var flg=true;
|
|
|
|
$(".Father_tr .wishlist img").click(function(){
|
|
|
|
$(".Father_tr .wishlist img").click(function(){
|
|
|
|
if(flg){
|
|
|
|
if(flg){
|
|
|
|
$(this).parents(".Father_tr").next().show();
|
|
|
|
$(this).parents(".Father_tr").next().show();
|
|
|
@ -107,6 +108,8 @@ var flg=true;
|
|
|
|
total();
|
|
|
|
total();
|
|
|
|
$("#total_tr").show();
|
|
|
|
$("#total_tr").show();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
//总价格计算
|
|
|
|
//总价格计算
|
|
|
|
function total(){
|
|
|
|
function total(){
|
|
|
|
var adult_num=$("select[name='adultsNumber']").val();
|
|
|
|
var adult_num=$("select[name='adultsNumber']").val();
|
|
|
|