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

63 lines
2.8 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>S/N码查询结果页</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>
<?php if($data['result']==1){?>
<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">
<?php
if (strpos($data['made_up_articles_name'], 'NGFF') !== false) {
$data['aditmend'] = 5;
}
elseif(strpos($data['made_up_articles_name'], 'NVME') !== false){
$data['aditmend'] = 3;
}
else{
$data['aditmend'] = '5';
}
?>
ORICO为本产品提供<?php echo $data['aditmend'];?>年质保和免费技术支持服务如产品出现故障您可联系购买平台或ORICO客服服务中心享受质保服务。</p>
</div>
</div>
<?PHP }else{?>
<div class="bg-white overflow-f text-l font-11 f-black fw_result_title"><div class="fw_l">非常抱歉我没认出您所输入的信息,请重试或联系在线客服,谢谢。 </div></div>
<?php }?>
<p class="text_22 text_gray line_height_38 margin-top-20">S/N码只能查询到产品信息如需查询产品真伪可点击<a href="http://sao315.com/w/api/saoyisao?redirect_uri=http://www.orico.com.cn/mobile/antifake/anti_fake_scan_result" class="text_blue">“扫描二维码”</a>进入真伪查询页面扫描二维码进行查询。</p>
</div>
</body></html>