64 lines
2.7 KiB
PHTML
Executable File
64 lines
2.7 KiB
PHTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>防伪码查询结果页</title>
|
||
{include file="include/head" /}
|
||
<script type="text/javascript">
|
||
var navID = "1";
|
||
</script>
|
||
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_web/css/subject/anti-fake.css">
|
||
</head>
|
||
<body>
|
||
<div id="content">
|
||
<!--头部-->
|
||
{include file="include/top_back1" /}
|
||
|
||
<div class="m_Container margin-top-90 overflow-h">
|
||
<div class="fake">
|
||
<div class="text_38 text_center text_black title">查询结果</div>
|
||
</div>
|
||
<div class="fake01">
|
||
<div class="fake_content text_22 text_black">
|
||
<div class="fake_border">
|
||
<div class="margin-top-50 fake_l_height_38 margin-bottom-48">
|
||
<?php if($data['result']==1){
|
||
if($data['chicktime']!=date("Y-m-d H:i:s")){?>
|
||
<p>尊敬的用户您好:</p>
|
||
<p>
|
||
您所查询的防伪码已{$data.chicktime}被查询过。如有疑问可联系客服,谢谢。
|
||
</p>
|
||
<?php }else{?>
|
||
<p>尊敬的用户您好:</p>
|
||
<p>您所查询的产品是正品,请您放心使用。</p>
|
||
<?php }?>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="fake">
|
||
<!--<div class="fake_content margin-top-50">
|
||
<div class="f_left img-responsive"><img src="/uploads/product/3169U3/3169U3-L2.jpg"></div>
|
||
<div class="f_right">
|
||
<p class="text_32 text_black">产品信息</p>
|
||
<p class="text_24 text_gray line-height-40 margin-top-10">产品名称:<?php echo $data['made_up_articles_name']; ?></p>
|
||
<p class="text_24 text_gray line-height-40">产品型号:<?php echo $data['specifications_and_models']; ?></p>
|
||
<!--<p class="text_24 text_gray line-height-40">出厂日期:<?php echo $data['production_date']; ?></p>
|
||
<p class="text_24 text_gray line-height-40">保修日期至:<?php echo $data['mendtime']; ?></p>-->
|
||
<!--</div>
|
||
</div>-->
|
||
<div class="fake_content">
|
||
<p class="text_18 text_gray margin-top-40 margin-bottom-48">ORICO为本产品提供五年质保和免费技术支持服务,如产品出现故障,您可联系购买平台或ORICO客服服务中心,享受质保服务。</p>
|
||
</div>
|
||
</div>
|
||
<?PHP }else{?>
|
||
<div class="fake">
|
||
<div class="fake_content">
|
||
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title">非常抱歉我没认出您所输入的信息,请重试或联系在线客服,谢谢。</div>
|
||
</div>
|
||
</div>
|
||
<?php }?>
|
||
|
||
</div>
|
||
</body>
|
||
</html>
|