Merge branch 'master' of github.com:hainatravel/information-system into master

master
candice 12 months ago
commit 4f4182ae4f

@ -2272,13 +2272,6 @@ class Information extends CI_Controller
true true
); );
$information->ic_content = str_replace('<!--@LANTERN-FORM@-->', $lantern_form_content, $information->ic_content); $information->ic_content = str_replace('<!--@LANTERN-FORM@-->', $lantern_form_content, $information->ic_content);
// 水灯节在信息页面表单
$lantern_form_info_page_content = $this->load->view(
'mobile_first/ah-lantern-form-info-page',
array('information' => $information),
true
);
$information->ic_content = str_replace('<!--@LANTERN-FORM-INFO-PAGE@-->', $lantern_form_info_page_content, $information->ic_content);
// CAD 跨年表单 // CAD 跨年表单
$new_year_countdown_form_content = $this->load->view( $new_year_countdown_form_content = $this->load->view(
@ -2775,7 +2768,7 @@ class Information extends CI_Controller
} }
} }
if ($meta_ct_page_type == "tourdetail") { if ($meta_ct_page_type == "tourdetail") {
$dataform['device'] = $device; $dataform['device'] = $device;
$template_form_tourqi = $this->load->view($template_path . '-form-tourqi', $dataform, true); $template_form_tourqi = $this->load->view($template_path . '-form-tourqi', $dataform, true);
@ -3028,7 +3021,7 @@ class Information extends CI_Controller
//获取cli_sn //获取cli_sn
$tourdata = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getCliSn/?param=" . $productCode)); $tourdata = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getCliSn/?param=" . $productCode));
$data["clisn"] = $tourdata->clisn; $data["clisn"] = $tourdata->clisn;
//获取price //获取price
$tourprice = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getTourPrice/?param=" . $productCode)); $tourprice = json_decode(GET_HTTP($apiurl . "/thirdparty/ctmobilefirst/apish/getTourPrice/?param=" . $productCode));
$dataform["tourprice"] = $tourprice->price; $dataform["tourprice"] = $tourprice->price;

@ -41,11 +41,11 @@
</label> </label>
</div> </div>
<div class="optionLable" id="ticket_type_standard_khomloy"> <div class="optionLable" id="ticket_type_standard_khomloy">
<input type="radio" value="Standard+Transfer+Dinner" id="standard_khomloy" data-price="129" name="ticket_type"> <input type="radio" disabled value="Standard+Transfer+Dinner" id="standard_khomloy" data-price="129" name="ticket_type">
<label for="standard_khomloy" style="font-size:18px;"> <label for="standard_khomloy" style="font-size:18px;">
Standard+Transfer+Dinner Standard+Transfer+Dinner
<div class="selectionMemo"> <div class="selectionMemo">
US$129 (4600THB) Sold out
</div> </div>
</label> </label>
</div> </div>

Loading…
Cancel
Save