<?php include "../inc/odbc.php"; ?>
|
<?php include "../inc/function.php"; ?>
|
<?php
|
$WEB_Name="现金券使用方法";
|
$D_No=empty($_REQUEST['D_No'])!=false ? "" : $_REQUEST['D_No'];
|
$CouponName=empty($_REQUEST['CouponName'])!=false ? "" : $_REQUEST['CouponName'];
|
?>
|
<!DOCTYPE html>
|
<html>
|
|
<head>
|
<?php require 'ccs.php';?>
|
<title><?php echo $WEB_Name;?></title>
|
|
<!--Begin Page Level CSS -->
|
<link href="assets/plugins/morris-chart/morris.css" rel="stylesheet">
|
<link href="assets/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet"/>
|
<!--End Page Level CSS -->
|
|
<!-- BEGIN PAGE LEVEL STYLES -->
|
<link href="assets/plugins/bootstrap-daterangepicker/daterangepicker.css" rel="stylesheet">
|
<!-- END PAGE LEVEL STYLES -->
|
</head>
|
<?php $memu="UserOrderList";?>
|
<body class="sticky-header">
|
<!--Start left side Menu-->
|
<!--End left side menu-->
|
|
<!-- main content start-->
|
<div class="main-content" >
|
|
<!-- header section start-->
|
<!-- header section end-->
|
|
|
<!--body wrapper start-->
|
<div class="wrapper">
|
|
<!--Start Page Title-->
|
<!--End Page Title-->
|
|
<!--Start row-->
|
<div class="row">
|
<div class="container">
|
<div class="analytics-box">
|
|
</div>
|
</div>
|
</div>
|
<!--End row-->
|
|
|
<!--Start row-->
|
<div class="row">
|
<!--Start info box-->
|
<div class="col-md-4">
|
<div class="panel panel-border panel-purple" style="text-align: center;">
|
<div class="panel-heading">
|
<h3 class="panel-title"><?php echo $CouponName;?></h3>
|
</div>
|
<div class="panel-body">
|
<p><h2 class="header-title" style="color:#660099;font-size:22px;font-weight:bold;"><?php echo substr($D_No,0,4)." ".substr($D_No,4,4)." ".substr($D_No,8,4)." ".substr($D_No,12,4);?></h2></p>
|
</div>
|
</div>
|
</div>
|
<div class="col-md-4">
|
<div class="panel panel-default">
|
<div class="panel-heading">
|
<h3 class="panel-title">使用方法:</h3>
|
</div>
|
<div class="panel-body">
|
<p>
|
您可在客服确认价格后,告知现金抵用券号。客服将会为您在最终报价基础上,再减去相应的金额。<br><br>
|
每张任务单只能使用一个现金抵用券。<br><br>
|
现金抵用券可分享给您身边有需要的好友使用。<br><br>
|
现金抵用券目前只支持从广州市区出发的转运任务。<br><br>
|
现金券和其他优惠不能叠加。
|
</p>
|
</div>
|
</div>
|
</div>
|
<!--End info box-->
|
|
</div>
|
<!--End row-->
|
|
</div>
|
<!-- End Wrapper-->
|
|
|
|
|
</div>
|
<!--End main content -->
|
|
<?php require 'vicgame.php';?>
|
|
|
|
|
</body>
|
|
</html>
|