Files
orico-official-website-old/app/mobile/view/antifake/anti_fake_scan_result.phtml
2024-10-29 14:04:59 +08:00

54 lines
1.9 KiB
PHTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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/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">
<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">
<p class="text_22 text_gray line_height_38 margin-top-20">非常抱歉我没认出您所输入的信息,请重试或联系在线客服,谢谢。 </p>
</div>
</div>
<?php }?>
</div>
</body>
</html>