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

64 lines
2.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>SN码查询</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" /}
{include file="include/top-header" /}
</div>
</header>
{include file="include/top-header-mobile" /}
<div class="indexbox-product">
<div class="swt-Container overflow-f padding-b-80">
<div class="product_address "><a href="__ORICOROOT__" class="f-black">首页</a><span class="icon-arrow arrow_address"></span><a href="__ORICOROOT__/download.html">技本支持</a><span class="icon-arrow arrow_address"></span>防伪查询</div>
<div class="bg-white overflow-f text-c font-11 f-black fw_result_title">S/N码XXXXXXXXXXXXXX查询结果</div>
<div class="bg-white overflow-f">
<div class="fw_result">
<div class="f-black font-11 f-black">产品信息</div>
<ul>
<li>
<div class="left img-responsive"><img src="https://www.orico.com.cn/uploads/product/3169U3/3169U3-L2.jpg"></div>
<div class="right">
<p class="padding-t-5vw">产品名称迅龙M200 系列</p>
<p class="padding-t-5vw">产品型号ORICO M200-512GB-BP</p>
<p class="padding-t-5vw">出厂日期XX年XX月XX日</p>
<p class="padding-t-5vw">保修日期至XX年XX月XX日</p>
<p class="padding-t-5vw">根据国家三包服务如产品出现性能故障等问题顾客可凭《发票》或者《电子质保卡》至出售日期起享受7天包退、三年包换、十年包修等三包服务。</p>
</div>
</li>
<li class="img-responsive margin-t-50 padding-t-8vw">
<img src="__PUBLIC__/web/images/Anti-Fake/fw2_02.jpg">
<p class="padding-t-8vw">*注S/N码只能查询到产品信息并不能查询到产品真伪如需查询产品真伪可用手机扫描产品铭牌贴上二维码查询。</p>
</li>
</ul>
</div>
</div>
</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/bottom" /}
<!-- bottom e -->
</body>
</html>