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

80 lines
4.3 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" /}
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/subject/Anti-Fake.css">
</head>
<body class="bg-gray">
<!--top-->
<header class="header-PC header-Product">
<div id="header" class="theme-black">
{include file="include/top-head2023" /}
</div>
</header>
{include file="include/top-header-mobile" /}
<div class="indexbox-product">
<div class="swt-Container overflow-f">
<div class="product_address "><a href="__ORICOROOT__" class="f-black">首页</a><span class="icon-arrow arrow_address"></span><a href="__ORICOROOT__/index/antifake">SSD防伪查询</a><span class="icon-arrow arrow_address"></span>真伪信息查询</div>
<div class="bg-white overflow-f text-c font-11 f_blue f_weight_600 fw_result_title ">防伪码{$data.fake}查询结果</div>
<?php if($data['result']==1){?>
<?php if($data['chicktime']!=date("Y-m-d H:i:s")){?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title"><div class="fw_l">尊敬的用户您好:<br>
您所查询的防伪码已:{$data.chicktime}被查询过。如有疑问可联系客服,谢谢。
</div>
</div>
<?php }else{?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title"><div class="fw_l">尊敬的用户您好:您查询的产品为ORICO正品感谢您的使用谢谢 </div></div>
<?php }?>
<div class="bg-white overflow-f" style="margin-bottom: 4vw;">
<!--<div class="fw_result">
<div class="f-black font-11 f-black">产品信息</div>
<ul>
<li>
<div class="left img-responsive"></div>
<div class="right">
<p class="padding-t-5vw">产品名称:<?php echo $data['made_up_articles_name']; ?></p>
<p class="padding-t-5vw">产品型号:<?php echo $data['specifications_and_models']; ?></p>
<!--<p class="padding-t-5vw">出厂日期:<?php echo $data['production_date']; ?></p>
<p class="padding-t-5vw">保修日期至:<?php echo $data['mendtime']; ?></p>-->
<!--<p class="padding-t-5vw">ORICO为本产品提供五年质保和免费技术支持服务如产品出现故障您可联系购买平台或ORICO客服服务中心享受质保服务。</p>
<div class="padding-t-5vw"><a href="__PUBLIC__/web/images/Anti-Fake/SSD-Warranty.pdf" target="_blank"><span class="fw_button font-16 bg_blue pop_check cursor_p">质保详情</span></a></div>
</div>
</li>
<li class="img-responsive margin-t-50 padding-t-8vw">
<img src="__PUBLIC__/web/images/Anti-Fake/fake_02.jpg">
<p class="padding-t-8vw">*注:铭牌贴贴纸不要撕毁或者损坏,否则将无法进行保修。</p>
</li>
</ul>
</div>-->
</div>
<?PHP }elseif($data['result']==9){?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title" style="margin-bottom: 2vw;"><div class="fw_l">尊敬的用户您好:您查询的产品为官方正品! </div></div>
<?PHP }else{?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title" style="margin-bottom: 2vw;"><div class="fw_l">非常抱歉我没认出您所输入的信息,请重试或联系在线客服,谢谢。 </div></div>
<?php }?>
</div>
<div></div>
<script src="__PUBLIC__/adminlte/plugins/iCheck/icheck.min.js"></script>
<script type="text/javascript">
$(function() {
$("#verifyimg, #averifyimg").click(function(event) {
event.preventDefault();
$img = $("#verifyimg");
$img.attr("src", "<?php echo url('/captcha/authcode');?>?t=" + Math.random());
//$img.attr("src", $img.attr("src").substring(0, 21) + "?" + Math.random());
//jQuery(this).attr("src", "<?php echo url('/admin/authcode/verify');?>?" + Math.random());
});
});
</script>
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>