WARNING: This Product Contains Nicotine.Nicotine is an addictive chemical.

INSTRUCT

You can find the authenticity verification code sticker on the product packaging, scan the QR code with your phone or uncover the coating layer to get the authenticity verification code to see the results.

@media (min-width: 600px) { .input_text { height: 58px; } .Submit_btn { margin-left: 0.8%; } } @media screen and (max-width: 600px) { .input_text { height: 54px; } .Submit_btn { // width: 25%; margin-left: 2%; } }

PRODUCT VERIFICATION

var code = GetQueryString("fwcode"); document.querySelector(".TextBox1").value = code; proVerify(); function proVerify() { var keywords = $.trim($("#code").val()); keywords = keywords.replace(/\s+/g, ""); var QResult = document.getElementById('resultcon'); if (keywords != '') { disbtn(true) //disable var waitHtml = setInterval(start, 1000) var xhr = new XMLHttpRequest(); xhr.open('post', 'https://fw.qima315.com/api/CodeQuery'); xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); xhr.send('custno=XSHC389001&fwcode=' + keywords + '&lang=en-gb'); xhr.onreadystatechange = function() { if (xhr.readyState == 4 && xhr.status == 200) { var jsonData = JSON.parse(xhr.responseText); console.log(JSON.parse(xhr.responseText)); clearInterval(waitHtml) disbtn(false) //enable shwResult(jsonData) } }; } else { QResult.innerText = 'Please enter the security code'; } } function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; } // whether to disable 是否要禁用 function disbtn(b) { var obj = document.getElementById('btnVerify') } function shwResult(jsondt) { var data = jsondt.data var QResult = document.getElementById('resultcon') var result = data.QueryContent if (data.State == 2) { var str = `

Success ${data.Times-1} times

` + `

First query ${data.RecordList[0].Address} time:${data.RecordList[0].QueryTime}

` + `

${data.RecordList[0].From}

` result = str } else if (data.State == 1 || data.State == 3) { result = '

Success, you query the security code is genuine, please rest assured to use!

'; } else { result = '

The query failed. Please check whether the input is incorrect or what you are inquiring is not genuine

'; } QResult.innerHTML = result } //数据查询中 Data query var k = '' var start = function() { var QResult = document.getElementById('resultcon') k += '.' QResult.innerText = 'Data query' QResult.appendChild(document.createTextNode(k)) if (k.length > 2) { k = '' } } ! function() { $('#code').on('keyup mouseout input', function(e) { if ((e.which >= 48 && e.which = 96 && e.which <= 105)) { var $this = $(this), v = $this.val(); /\S{5}/.test(v) && $this.val(v.replace(/\s/g, '').replace(/(.{4})/g, "$1 ")); } }); }();