<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"> <meta content="yes" name="apple-mobile-web-app-capable"> <meta content="black" name="apple-mobile-web-app-status-bar-style"> <meta content="telephone=no" name="format-detection"> <meta content="email=no" name="format-detection"> <title>商品不存在</title> <link rel="stylesheet" type="text/css" href="https://review-formal.iplusmed.com/Common/css/reset.css"/> <style type="text/css"> body{ background:#F0F1F4; } .content{ background:#F0F1F4; width:100%; padding:3.2rem 2.4rem } .showIcon{ width:2.56rem; } .goHome{ width:6.1rem; height:0.88rem; border-radius:0.08rem; line-height:0.88rem; color:#fff; background:#fca508; text-align:center; margin-left:0.7rem; font-size:0.36rem } </style> <script src="https://review-formal.iplusmed.com/Common/javaScript/calRem.js" type="text/javascript" charset="utf-8"></script> <script src="https://review-formal.iplusmed.com/Common/javaScript/require.min.js"></script> <script type="text/javascript"> require.config({ baseUrl: "./", paths: { "zepto": "https://review-formal.iplusmed.com/Common/javaScript/zepto.min", "medtap": "https://review-formal.iplusmed.com/Common/javaScript/medtap-core-1.1.4Dev", "md5": "https://review-formal.iplusmed.com/Common/javaScript/md5.min" }, shim: { "zepto": { exports: "$" } } }); </script> </head> <body> <div class="content"> <img src="img/default_shelves_png@2x.png" class="showIcon"> </div> <div class="goHome"> 返回首页 </div> </body> <script type="text/javascript"> require(['javaScript/noGoods.js']) </script> </html>