index.html 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. <link rel="stylesheet" href="/api/static/css/index.css">
  7. <link rel="stylesheet" href="/api/static/css/carousel.css">
  8. <link rel="stylesheet" href="/api/static/css/home.css">
  9. <script src="/api/static/js/handler.js"></script>
  10. </head>
  11. <body>
  12. <div class="nav-top"></div>
  13. <div class="navigation-bar">
  14. <div class="nav-body">
  15. <!-- <router-link to="/" class="nav-logo">-->
  16. <div class="nav-logo">
  17. <img src="/api/static/image/logo.png" alt="logo" onclick="JumpRouter('/','')"/>
  18. </div>
  19. <!-- <button onclick="setToken('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MTg3ODIzOTMsImlzcyI6IjEifQ.b6tID6zWsYtMKnxen0ZuGBpsSE2bpupAHYf80WsH2gQ')">-->
  20. <!-- 首页-->
  21. <!-- </button>-->
  22. <!-- </router-link>-->
  23. <div class="nav-search">
  24. <form action="/search" target="_blank">
  25. <div class="nav-search-div">
  26. <input class="search-input" type="text" name="key" placeholder="搜索商品名称"/>
  27. </div>
  28. <!-- 点击-->
  29. <div class="search-btn">
  30. <div class="search-btn-icon">
  31. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" data-v-6fbb019e="">
  32. <path fill="currentColor"
  33. d="m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"></path>
  34. </svg>
  35. </div>
  36. </div>
  37. </form>
  38. </div>
  39. <div class="nav-user">
  40. <!-- todo 头像处理-->
  41. <div class="nav-user-icon" onclick="clickAvatar()">
  42. <div class="nav-user-icon-bg">
  43. <svg id="not-login" style="width: 24px;height: 24px"
  44. xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
  45. <path fill="currentColor"
  46. d="M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"></path>
  47. </svg>
  48. <img id="logged-in" style="display: none" alt="6"/>
  49. </div>
  50. <span id="login-name">登录</span>
  51. </div>
  52. <div class="login-body" id="login-body" style="display: none">
  53. <div class="login-center" id="login-center" style="display: none">
  54. <div class="login-content">
  55. <div class="login-image"></div>
  56. <form>
  57. <div class="login-from">
  58. <div class="login-select">
  59. <div class="login-select-item select-item" id="phone-tab">
  60. <span>手机号登录</span>
  61. </div>
  62. <div class="login-select-item select-item" id="email-tab">
  63. <span>邮箱登录</span>
  64. </div>
  65. <div class="login-select-item select-item" id="wx-tab">
  66. <span>微信扫码登录</span>
  67. </div>
  68. <div class="select-item2" id="select-bar"></div>
  69. </div>
  70. <div class="login-type-phone" id="phone-section">
  71. <div class="login-phone">
  72. <div class="login-phone-input">
  73. <input name="username" id="phone-input" autocomplete="off"
  74. placeholder="手机号码"/>
  75. </div>
  76. </div>
  77. <div class="login-phone-code">
  78. <div class="login-phone-code-input">
  79. <input name="password" id="phone-code-input" autocomplete="off"
  80. placeholder="验证码"/>
  81. </div>
  82. <div class="login-phone-code-btn" id="send-code-btn">发送验证码</div>
  83. </div>
  84. <div class="login-btn" id="phone-login-btn">
  85. <div class="login-btn-div">登录</div>
  86. </div>
  87. </div>
  88. <div class="login-type-email" id="email-section">
  89. <div class="login-email">
  90. <div class="login-email-input">
  91. <input name="username" id="email-input" autocomplete="off"
  92. placeholder="邮箱"/>
  93. </div>
  94. <div class="login-email-input">
  95. <input name="password" id="email-password-input" autocomplete="off"
  96. type="password" placeholder="密码"/>
  97. </div>
  98. </div>
  99. <div class="login-btn" id="email-login-btn">
  100. <div class="login-btn-div">登录</div>
  101. </div>
  102. </div>
  103. <div class="login-type-wx" id="wx-section">
  104. <div class="login-wx-refresh" id="refresh-wx-code">
  105. <div class="login-wx-refresh-icon">
  106. <span>刷新二维码</span>
  107. </div>
  108. </div>
  109. <div class="login-wx-tip">
  110. <span>微信登录</span>
  111. </div>
  112. <div class="login-wx-image"></div>
  113. <div class="login-wx-tip">
  114. <span>请使用微信扫码登录</span>
  115. </div>
  116. </div>
  117. <span class="login-register-btn" onclick="openLoginBody('register')">注册</span>
  118. </div>
  119. </form>
  120. </div>
  121. </div>
  122. <div id="register-center" class="register-center" style="display: none">
  123. <div class="register-content" >
  124. <form>
  125. <div class="register-content-title">
  126. 注册
  127. </div>
  128. <div class="register-content-input">
  129. <label>
  130. <input name="username" id="username" placeholder="请输入邮箱" type="text"/>
  131. </label>
  132. </div>
  133. <div class="register-content-input">
  134. <label>
  135. <input name="password" id="password" type="password" placeholder="请输入密码"/>
  136. </label>
  137. </div>
  138. <div class="register-content-input">
  139. <label>
  140. <input name="requirePassword" id="requirePassword" type="password"
  141. placeholder="请输入密码"/>
  142. </label>
  143. </div>
  144. <div class="register-content-input">
  145. <label>
  146. <input name="phone" id="phone" placeholder="请输入手机号" type="text"/>
  147. </label>
  148. </div>
  149. <div class="register-content-code">
  150. <div class="register-content-code-input">
  151. <label>
  152. <input name="username" id="code" placeholder="请输入验证码" type="text"/>
  153. </label>
  154. </div>
  155. <div class="register-content-code-btn" id="send-register-code">
  156. 发送验证码
  157. </div>
  158. </div>
  159. <div class="register-content-submit" id="register-btn">
  160. 注册
  161. </div>
  162. </form>
  163. </div>
  164. </div>
  165. <div class="login-body-shield" onclick="closeLoginBody()"></div>
  166. </div>
  167. </div>
  168. </div>
  169. </div>
  170. <div class="home">
  171. <div class="home-suspension">
  172. <div class="right-handler">
  173. <div class="handler-customerService"></div>
  174. <div class="handler-collection handler-item-top">
  175. <div class="handler-item handler-item-top">
  176. <ToolTip class="handler-tooltip"/>
  177. <div class="handler-item-content">
  178. <div class="item-icon">
  179. <svg width="26" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
  180. <g fill="currentClor">
  181. <path fill="currentColor"
  182. d="M6.2 23.85c-.394 0-.787-.113-1.069-.338-.562-.393-.843-1.125-.73-1.8l1.068-6.243c0-.056 0-.113-.056-.169L.856 10.856a1.855 1.855 0 0 1-.45-1.912c.225-.675.788-1.182 1.52-1.238l6.243-.9a.121.121 0 0 0 .112-.112l.62-1.181c.224-.394.73-.563 1.124-.394.394.225.563.731.394 1.125L9.8 7.425c-.281.563-.787.9-1.406 1.013l-6.244.956a.121.121 0 0 0-.112.112c0 .056 0 .113.056.169l4.556 4.444c.45.45.619 1.012.506 1.631l-1.125 6.244c0 .056 0 .112.057.169.056.056.112.056.168 0l5.625-2.982a1.908 1.908 0 0 1 1.744 0l5.625 2.982c.056.056.113.056.169 0 .056-.057.056-.113.056-.17l-1.069-6.243a1.753 1.753 0 0 1 .563-1.631l1.237-1.238a.816.816 0 0 1 1.182 0 .816.816 0 0 1 0 1.181L20.15 15.3c-.056.056-.056.112-.056.169l1.069 6.243c.112.675-.17 1.407-.732 1.8-.562.394-1.35.45-1.968.17l-5.625-2.926h-.17l-5.624 2.982a3.83 3.83 0 0 1-.844.112Z"
  183. class="collect_svg__collect1"></path>
  184. <path fill="currentColor"
  185. d="M22.625 12.544a.904.904 0 0 1-.618-.282.816.816 0 0 1 0-1.18l1.462-1.407s.056-.056.056-.169c0-.056-.056-.112-.225-.168l-6.3-.9c-.562-.057-1.068-.45-1.35-1.013l-2.756-5.681c-.056-.113-.225-.113-.281 0l-1.069 2.194c-.225.393-.731.562-1.125.393-.394-.225-.562-.731-.394-1.125l1.07-2.193A1.898 1.898 0 0 1 12.781 0c.73 0 1.35.394 1.687 1.012l2.813 5.682c0 .056.056.056.056.112l6.244.9c.73.113 1.35.619 1.575 1.294.225.675.056 1.406-.45 1.856l-1.463 1.406a.903.903 0 0 1-.619.282Z"
  186. class="collect_svg__collect2"></path>
  187. </g>
  188. </svg>
  189. </div>
  190. <span>收藏网址</span>
  191. </div>
  192. </div>
  193. </div>
  194. <div class="handler-phone-version">
  195. <div class="handler-item">
  196. <ToolTip class="handler-tooltip" :index="1"/>
  197. <div class="handler-item-content">
  198. <div class="item-icon">
  199. <svg width="20" height="23" fill="none" xmlns="http://www.w3.org/2000/svg">
  200. <path
  201. d="M3.143 0h13.714A3.153 3.153 0 0 1 20 3.163v16.674A3.153 3.153 0 0 1 16.857 23H3.143A3.153 3.153 0 0 1 0 19.837V3.163A3.153 3.153 0 0 1 3.143 0Zm0 1.725a1.42 1.42 0 0 0-1.01.421 1.438 1.438 0 0 0-.419 1.017v16.674a1.445 1.445 0 0 0 .419 1.017 1.43 1.43 0 0 0 1.01.421h13.714a1.422 1.422 0 0 0 1.32-.887c.072-.175.109-.362.109-.55V3.162a1.445 1.445 0 0 0-.419-1.017 1.428 1.428 0 0 0-1.01-.421H3.143ZM7.714 18.4a.855.855 0 0 1-.606-.253.865.865 0 0 1 0-1.22.855.855 0 0 1 .606-.252h4.572c.227 0 .445.09.606.253a.865.865 0 0 1-.606 1.472H7.714Z"
  202. fill="currentColor"></path>
  203. </svg>
  204. </div>
  205. <span>手机版</span>
  206. </div>
  207. </div>
  208. </div>
  209. <div class="handler-order-select ">
  210. <div class="handler-item">
  211. <ToolTip class="handler-tooltip" :index="2"></ToolTip>
  212. <div class="handler-item-content">
  213. <div class="item-icon">
  214. <svg width="24" height="23" fill="none" xmlns="http://www.w3.org/2000/svg">
  215. <g clip-path="url(#queryicon_svg__a)" fill="currentColor">
  216. <path
  217. d="M15.82 8.31H7.199c-.527 0-.958.413-.958.918 0 .505.43.918.958.918h8.623c.527 0 .958-.413.958-.918 0-.505-.431-.919-.958-.919Zm0 3.672H7.199c-.527 0-.958.413-.958.918 0 .505.43.918.958.918h8.623c.527 0 .958-.413.958-.918 0-.505-.431-.918-.958-.918Zm-2.874 3.673H7.198c-.527 0-.958.413-.958.918 0 .505.43.918.958.918h5.748c.527 0 .958-.413.958-.918 0-.505-.43-.918-.958-.918Z"></path>
  218. <path
  219. d="M19.21 1.882h-1.162C17.653.815 16.587.046 15.34.046H8.634c-1.257 0-2.31.769-2.706 1.836h-1.09c-1.317 0-2.395 1.033-2.395 2.296v16.527C2.443 21.967 3.52 23 4.838 23H19.21c1.33 0 2.396-1.033 2.396-2.295V4.178c0-1.274-1.078-2.296-2.396-2.296Zm-10.576-.23h6.707c.659 0 1.198.517 1.198 1.148 0 .632-.54 1.148-1.198 1.148H8.634c-.658 0-1.197-.516-1.197-1.148 0-.63.539-1.147 1.197-1.147Zm11.054 19.053a.47.47 0 0 1-.479.459H4.84a.47.47 0 0 1-.48-.46V4.179a.47.47 0 0 1 .48-.46h1.089c.395 1.068 1.461 1.837 2.706 1.837h6.707c1.246 0 2.312-.77 2.707-1.836h1.161a.47.47 0 0 1 .48.459v16.527Z"></path>
  220. </g>
  221. <defs>
  222. <clipPath id="queryicon_svg__a">
  223. <path fill="#fff" d="M0 0h24v23H0z"></path>
  224. </clipPath>
  225. </defs>
  226. </svg>
  227. </div>
  228. <span>快捷查单</span>
  229. </div>
  230. </div>
  231. </div>
  232. <div class="handler-app-ios-download ">
  233. <div class="handler-item">
  234. <ToolTip class="handler-tooltip" :index="3"></ToolTip>
  235. <div class="handler-item-content">
  236. <div class="item-icon">
  237. <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="26" height="26">
  238. <defs>
  239. <clipPath id="ios-icon_svg__a">
  240. <rect width="26" height="26" rx="0"></rect>
  241. </clipPath>
  242. </defs>
  243. <g clip-path="url(#ios-icon_svg__a)">
  244. <path
  245. d="M20.096 13.815c-.032-3.293 2.686-4.872 2.807-4.95-1.528-2.236-3.907-2.541-4.754-2.577-2.025-.205-3.95 1.192-4.978 1.192-1.025 0-2.61-1.162-4.29-1.131-2.207.032-4.242 1.283-5.378 3.26-2.293 3.978-.588 9.872 1.647 13.1 1.092 1.579 2.395 3.353 4.104 3.29 1.646-.066 2.27-1.066 4.26-1.066 1.99 0 2.55 1.065 4.292 1.033 1.771-.034 2.894-1.61 3.979-3.194 1.253-1.832 1.77-3.607 1.8-3.698-.039-.018-3.455-1.326-3.489-5.26Zm-3.273-9.663C17.73 3.05 18.343 1.523 18.176 0c-1.308.054-2.892.871-3.83 1.969-.841.974-1.578 2.529-1.38 4.022 1.46.114 2.948-.741 3.857-1.84Z"
  246. fill="currentColor"></path>
  247. </g>
  248. </svg>
  249. </div>
  250. <span>IOS下载</span>
  251. </div>
  252. </div>
  253. </div>
  254. <div class="handler-app-android-download handler-item-bottom">
  255. <div class="handler-item">
  256. <ToolTip class="handler-tooltip" :index="4"></ToolTip>
  257. <div class="handler-item-content">
  258. <div class="item-icon">
  259. <svg xmlns="http://www.w3.org/2000/svg" fill="none" width="26" height="26">
  260. <defs>
  261. <clipPath id="android-icon_svg__a">
  262. <rect width="26" height="26" rx="0"></rect>
  263. </clipPath>
  264. </defs>
  265. <g clip-path="url(#android-icon_svg__a)">
  266. <path
  267. d="M23.131 8.131c-.919 0-1.68.728-1.68 1.612v6.267c0 .884.735 1.612 1.68 1.612.919 0 1.68-.728 1.68-1.613V9.743a1.674 1.674 0 0 0-1.68-1.611Zm-20.27 0c-.918 0-1.68.728-1.68 1.611v6.268c0 .884.735 1.612 1.68 1.612.946 0 1.681-.728 1.681-1.613V9.743c0-.884-.735-1.611-1.68-1.611Zm2.705.052V19.65c0 .675.578 1.247 1.313 1.247h1.497v3.484c0 .885.734 1.613 1.68 1.613.919 0 1.68-.728 1.68-1.613v-3.484h2.626v3.484c0 .885.735 1.613 1.68 1.613.918 0 1.68-.728 1.68-1.613v-3.484h1.497c.735 0 1.313-.546 1.313-1.247V8.182H5.566v.001ZM16.54 2.254 17.933.382c.052-.13.052-.286-.08-.338-.105-.078-.262-.026-.34.078l-1.419 1.95a9.22 9.22 0 0 0-3.098-.546c-1.103 0-2.152.182-3.098.546L8.481.122c-.08-.13-.237-.156-.342-.078a.245.245 0 0 0-.053.338l1.392 1.873c-2.179.962-3.728 2.782-3.912 4.914h14.94c-.236-2.133-1.76-3.952-3.965-4.915ZM9.846 5.22c-.473 0-.814-.338-.814-.78 0-.443.367-.78.814-.78.473 0 .813.337.813.78 0 .442-.367.78-.813.78Zm6.406 0c-.473 0-.814-.338-.814-.78 0-.443.368-.78.814-.78.473 0 .814.337.814.78 0 .442-.367.78-.814.78Z"
  268. fill="currentColor"></path>
  269. </g>
  270. </svg>
  271. </div>
  272. <span>安卓下载</span>
  273. </div>
  274. </div>
  275. </div>
  276. <div class="handler-to-top handler-item-bottom" onclick="ToTop()">
  277. <div class="handler-item handler-item-bottom">
  278. <div class="item-icon-top">
  279. <div class="item-icon">
  280. <svg data-v-5620823b="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
  281. <path fill="currentColor"
  282. d="M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"></path>
  283. </svg>
  284. </div>
  285. </div>
  286. </div>
  287. </div>
  288. </div>
  289. </div>
  290. <!-- todo body-->
  291. <div class="carousel">
  292. <div class="content">
  293. <ul id="item">
  294. {{range $carousel := .carousels }}
  295. <li class="item">
  296. <a href="/detail?skuId={{$carousel.toId}}"><img src="{{$carousel.imageUrl}}"></a>
  297. </li>
  298. {{end}}
  299. </ul>
  300. <div id="btn-left"><</div>
  301. <div id="btn-right">></div>
  302. <ul id="circle">
  303. {{range $carousel := .carousels }}
  304. <li class="circle"></li>
  305. {{end}}
  306. </ul>
  307. </div>
  308. </div>
  309. <div class="gift-pack">
  310. <h2 class="gift-pack-title">特惠礼包</h2>
  311. <div class="gift-pack-content">
  312. {{range $package := .packageList}}
  313. <div class="content-item"
  314. onclick="JumpRouter('/detail/'+{{$package.shopAdviceCarousel.toId}},{{$package.shopAdviceCarousel.toType}})">
  315. <div class="content-item-img">
  316. <img src="{{$package.shopAdviceCarousel.imageUrl}}"/>
  317. </div>
  318. <div class="content-item-title">{{ $package.shopAdviceCarousel.name }}</div>
  319. <div class="content-item-remark">{{ $package.goodsSku.skuName }}</div>
  320. <div class="content-item-price">
  321. {{if gt $package.goodsSku.historicalPrices $package.goodsSku.price}}
  322. <del class="price-original">
  323. <span>¥{{ $package.goodsSku.historicalPrices }}</span>
  324. </del>
  325. {{ end }}
  326. {{if gt $package.goodsSku.historicalPrices $package.goodsSku.price}}
  327. <div class="price-target">
  328. <span>省{{addFloat $package.goodsSku.historicalPrices $package.goodsSku.price}}</span>
  329. </div>
  330. {{ end }}
  331. <div class="price-now">¥{{ $package.goodsSku.price }}</div>
  332. </div>
  333. </div>
  334. {{end}}
  335. </div>
  336. </div>
  337. {{range $item := .list}}
  338. {{if ne $item nil}}
  339. <div class="card" v-if="ShopHomeTopic">
  340. <div class="card-header">
  341. <div class="card-title">
  342. <span> {{$item.topic.topicName}}</span>
  343. </div>
  344. <div class="cart-other">
  345. <a @click="JumpRouter('/topic/'+ ShopHomeTopic.topic.id)">发现全部</a>
  346. </div>
  347. </div>
  348. <div class="card-des">
  349. <span>
  350. {{ $item.topic.topicDesc }}
  351. </span>
  352. </div>
  353. <div class="card-list">
  354. {{$itemLen := len $item.skus}}
  355. {{if ne $itemLen 0}}
  356. {{range $index, $sku := $item.skus}}
  357. <div class="goods-info" index="{{$index}}" onclick="JumpRouter('/detail?skuId='+{{$sku.id}})">
  358. <!-- //获取图片-->
  359. <div class="goods-img"><img src="{{ $sku.skuImage }}" alt=""></div>
  360. <div class="goods-name">{{$sku.skuName }}
  361. </div>
  362. <div class="goods-price">{{ $sku.price }}</div>
  363. {{if gt $sku.historicalPrices $sku.price}}
  364. <div class="goods-price-od">
  365. <span class="goods-original-price">¥{{ $sku.historicalPrices }}</span>
  366. <span class="goods-discount-percentage">{{discalc $sku.historicalPrices $sku.price}}</span>
  367. </div>
  368. {{else}}
  369. <br>
  370. <div class="goods-price-od">
  371. <span class="goods-original-price"></span>
  372. <span class=""></span>
  373. </div>
  374. {{end}}
  375. </div>
  376. {{end}}
  377. {{end}}
  378. {{if gt $itemLen 12}}
  379. <!-- <div class="card-show" v-if="props.ShopHomeTopic.skus&&props.ShopHomeTopic.skus.length>12">-->
  380. <div class="card-show">
  381. <a>查看更多</a>
  382. </div>
  383. {{end}}
  384. </div>
  385. </div>
  386. {{end}}
  387. {{end}}
  388. </div>
  389. <div class="bottom-bar">
  390. <!-- 合作伙伴-->
  391. <div class="partners">
  392. <div class="partners-line">
  393. <ul>
  394. <li>
  395. <img style="transform: rotate(180deg);"
  396. src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAeCAYAAADzXER0AAAAAXNSR0IArs4c6QAAAhdJREFUSEulVU1rE1EUPdfEgBAIg27UjT+jS13pTpeKriMxRQxJ3hukBnc2ZUwiLUFGxRbbKqZ/Rve+2bswkSB13jDvygtJSZPJl5nlzJz7zr33nPNISlmL4/it53k/seJDQoh3RMRKqc1Op6NXwZOU8j6ABoATrfXLZrP5a9kCVC6Xr6TT6a8ANpj5Y6/Xe+b7frRMAbI/SSkLANoALG1Pa/16GQYDcLFYvJzNZr8DuAbgFMBxGIaVVqvVm8dgAM7n8xcdx3kDwDIAM4dE1FZKufOGOADbp1Kp3EylUkfD0+0rzczvoyh6MauFM3ChUHByudwxM98ZFWRm28JeEARbSQzOwMPBPQLwaaLP0Bizz8y1SSGdA5dKpUuZTOYHgKsTBf4C+KKUejzO4BzYAlzX3WXmJwAuTBQYrLHb7e74vv/bfpsCCyE2iOgzgBsJazq1QjLGCM/z/iSd7Bhjdono4Ywd2xYa/X7/1RTYAoQQ94hoH0BuVgFjzEkiWEp5F8DBPLA10jzaDxKGZonMpr3EwD4YY9zEgUkp94YaT1qV9f12vV6fXtVaIpFSJsnT6vswjuOtmfJ0XddhZiuO22PrsaJoB0HwfK4xhBC3iOhwZUuuFQbDGPoG4PoohrTWYlGOjQKwaE0/DMBGGIb1Rfk1cNVa0SuEsO7ZAXAURdH2IqrjRhldN7FS6unK1021Wq0x839ddP8AAxJAzJtS4CsAAAAASUVORK5CYII="/>
  397. </li>
  398. <!-- <li v-for="index in 9"><div><img src="/api/static/steam-partners.png" alt=""></div></li>-->
  399. <li>
  400. <div><img src="/api/static/image/footer/footer-slider-steam.png" alt=""></div>
  401. </li>
  402. <li>
  403. <div><img src="/api/static/image/footer/footer-slider-google.png" alt=""></div>
  404. </li>
  405. <li>
  406. <div><img src="/api/static/image/footer/footer-slider-tencent.png" alt=""></div>
  407. </li>
  408. <li>
  409. <div><img src="/api/static/image/footer/footer-slider-microsoft.png" alt=""></div>
  410. </li>
  411. <li>
  412. <div><img src="/api/static/image/footer/footer-slider-garena.png" alt=""></div>
  413. </li>
  414. <li>
  415. <div><img src="/api/static/image/footer/footer-slider-ea.png" alt=""></div>
  416. </li>
  417. <li>
  418. <div><img src="/api/static/image/footer/footer-slider-riot.png" alt=""></div>
  419. </li>
  420. <li>
  421. <div><img src="/api/static/image/footer/footer-slider-pubg.png" alt=""></div>
  422. </li>
  423. <li>
  424. <div><img src="/api/static/image/footer/footer-slider-ubisoft.png" alt=""></div>
  425. </li>
  426. <li>
  427. <img
  428. src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAeCAYAAADzXER0AAAAAXNSR0IArs4c6QAAAhdJREFUSEulVU1rE1EUPdfEgBAIg27UjT+jS13pTpeKriMxRQxJ3hukBnc2ZUwiLUFGxRbbKqZ/Rve+2bswkSB13jDvygtJSZPJl5nlzJz7zr33nPNISlmL4/it53k/seJDQoh3RMRKqc1Op6NXwZOU8j6ABoATrfXLZrP5a9kCVC6Xr6TT6a8ANpj5Y6/Xe+b7frRMAbI/SSkLANoALG1Pa/16GQYDcLFYvJzNZr8DuAbgFMBxGIaVVqvVm8dgAM7n8xcdx3kDwDIAM4dE1FZKufOGOADbp1Kp3EylUkfD0+0rzczvoyh6MauFM3ChUHByudwxM98ZFWRm28JeEARbSQzOwMPBPQLwaaLP0Bizz8y1SSGdA5dKpUuZTOYHgKsTBf4C+KKUejzO4BzYAlzX3WXmJwAuTBQYrLHb7e74vv/bfpsCCyE2iOgzgBsJazq1QjLGCM/z/iSd7Bhjdono4Ywd2xYa/X7/1RTYAoQQ94hoH0BuVgFjzEkiWEp5F8DBPLA10jzaDxKGZonMpr3EwD4YY9zEgUkp94YaT1qV9f12vV6fXtVaIpFSJsnT6vswjuOtmfJ0XddhZiuO22PrsaJoB0HwfK4xhBC3iOhwZUuuFQbDGPoG4PoohrTWYlGOjQKwaE0/DMBGGIb1Rfk1cNVa0SuEsO7ZAXAURdH2IqrjRhldN7FS6unK1021Wq0x839ddP8AAxJAzJtS4CsAAAAASUVORK5CYII="/>
  429. </li>
  430. </ul>
  431. </div>
  432. <!-- 服务支持-->
  433. <div class="partners-service-guarantee">
  434. <div class="service-guarantee">
  435. <div class="sg-icon" style="background: rgb(225, 222, 250);">
  436. <img
  437. class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
  438. src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAA1hJREFUWEftl0FO21AQhv+ZOBWtVDXLgE1wd1BQ+wLquuYE0BM0nKBwg9yg9AZwgnKDuPsWLBVaujOJTdg1Wwj2VM9JIIQ4iVMhNn1ZxFLezHz+Z97MC+GRF/1LfKu46AhRLWz+mtrP1IYa3CquOGCpBecnU/sZa2jbqqCD+b7XGlRrHIBdVLZ/4fmjVB4LUJp7XQXxBuexPggxKgWmuawYRi3G5U4Ynu6lQYwFsAt24frZc5cpJ4MQlrXiSBTdqwEdPEf5mgid5fLiDFOvBzQWQG/UaYjacAkknJcbJSxLOYiuakHz540f01SKITWAxwbXvicCuIUQl8A3EBqsfdmuhM2TXb1HBzfYqEGiMzJGv3kmBXqbO0qQVmKvHh4mQftXyVS7ROyQEY+Uvd9mYgUGg9nmWxVTtAHEYAP7vj+62qcuwjTDeauslVAQaQGyEBPWg8Bzsza2oQqYs8vbnHuyAZGOP+psY1DrLDh8r581gP5uBEdO51lajcDb7KRJvoAY+qMVihM/AjB9bjS8g7EpmJ9b2iR+qrTx7WLto9XLfT9AyVqtxnLlBOGxk3TIuVdV5pl7YjBi1x9Qaeoa6KQArXpwtDkIkCUNUwOUzFUfhL16cFgtWaoqAqcReokCWdZUAPNzy3tExuZVdKkuLk79TrvOfQDR3ZYr5NfD7/ujgFIBdDslkY1+4xiRx8LbxHkHiLYa4UkSUNcM88x2r2J06ekeJ8A7SOzVQ6+c+RiWrPIBBEoIyTQjQInICyD6KpFUg4vjsUfONpWKiY5EZKsRekMHUqoCC1bZFZCrc9w7diTk1cPD7Sw5XrBWXUHs1gMv8TO4sgFAUh2lQS1YayIiO8Nad1fZ4aZDFcgIoJuSXBt/CFj3g29DU/agCuj7AiNf42t5mXYzyghwWxOT1EHS0pk/NcIfqXFSf+gOm7tF2FeUkwBY5vIuYqigeZLaoB4WYHbR1cc4PD+tZO4D9xQwlR6/fj08SnU2GMSaXWoJ4mrY/H3v8tLbm6pAyVo7gMgbIfH1WCaCAqgAiSpxJD7QTs0CMRcEqBAZ6+3oKmnXmRUoFhdtg7n7tt0mK6T/I3xMbpJ6xHfvCYlzPfN7ryPJz2eUk0oQnI7smFMNo0kKcNI9/wEeXYG/2/HLMDfFEZMAAAAASUVORK5CYII="
  439. draggable="false">
  440. </div>
  441. <div class="sg-info">
  442. <div>自动发货</div>
  443. <div>提供最快发货</div>
  444. </div>
  445. </div>
  446. <div class="service-guarantee">
  447. <div class="sg-icon" style="background: rgb(234, 217, 247);">
  448. <img
  449. class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
  450. src="/api/static/image/footer/footer-promise-2.png"
  451. draggable="false">
  452. </div>
  453. <div class="sg-info">
  454. <div>正版保障</div>
  455. <div>官方正版采购,安全保障</div>
  456. </div>
  457. </div>
  458. <div class="service-guarantee">
  459. <div class="sg-icon" style="background: rgb(245, 221, 231);">
  460. <img
  461. class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
  462. src="/api/static/image/footer/footer-promise-3.png"
  463. draggable="false">
  464. </div>
  465. <div class="sg-info">
  466. <div>客户服务</div>
  467. <div>提供专业的客服咨询</div>
  468. </div>
  469. </div>
  470. <div class="service-guarantee">
  471. <div class="sg-icon" style="background: rgb(226, 235, 230);">
  472. <img
  473. class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
  474. src="/api/static/image/footer/footer-promise-4.png"
  475. draggable="false">
  476. </div>
  477. <div class="sg-info">
  478. <div>100%满意度</div>
  479. <div>给予您满意的购物体验</div>
  480. </div>
  481. </div>
  482. </div>
  483. </div>
  484. <div class="bottom-bar-about">
  485. <div class="bottom-bar-about-left">
  486. <div class="about-contact about-row">
  487. <div class="about-row-title">联系我们</div>
  488. <div class="about-row-item">平日 9:30 - 24:00</div>
  489. <div class="about-row-item">周末 9:30 - 24:00</div>
  490. <div class="about-row-imgs">
  491. <img src="/api/static/image/footer/footer-about-1.png"/>
  492. <img src="/api/static/image/footer/footer-about-2.png"/>
  493. <img src="/api/static/image/footer/footer-about-3.png"/>
  494. <img src="/api/static/image/footer/footer-about-4.png"/>
  495. </div>
  496. </div>
  497. <div class="about-me about-row">
  498. <div class="about-row-title">关于我们</div>
  499. <div class="about-row-item">关于我们</div>
  500. <div class="about-row-item">联系我们</div>
  501. <div class="about-row-item">条款与条件</div>
  502. <div class="about-row-item">隐私和Cookie</div>
  503. </div>
  504. <div class="about-issue about-row">
  505. <div class="about-row-title">常见问题</div>
  506. <div class="about-row-item">帮助中心</div>
  507. <div class="about-row-item">售后服务</div>
  508. <div class="about-row-item">关于退款</div>
  509. <div class="about-row-item">关于发货</div>
  510. </div>
  511. </div>
  512. <div class="bottom-bar-about-right">
  513. <div class="about-my-use about-row-title">
  514. 我们使用
  515. </div>
  516. <div class="my-user-images">
  517. <img src="/api/static/image/footer/footer-myuse-0.png"/>
  518. <img src="/api/static/image/footer/footer-myuse-1.png"/>
  519. <img src="/api/static/image/footer/footer-myuse-2.png"/>
  520. <img src="/api/static/image/footer/footer-myuse-3.png"/>
  521. <img src="/api/static/image/footer/footer-myuse-4.png"/>
  522. <img src="/api/static/image/footer/footer-myuse-5.png"/>
  523. <img src="/api/static/image/footer/footer-myuse-6.png"/>
  524. <img src="/api/static/image/footer/footer-myuse-7.png"/>
  525. <img src="/api/static/image/footer/footer-myuse-8.png"/>
  526. <img src="/api/static/image/footer/footer-myuse-9.png"/>
  527. <img src="/api/static/image/footer/footer-myuse-10.png"/>
  528. <img src="/api/static/image/footer/footer-myuse-11.png"/>
  529. <img src="/api/static/image/footer/footer-myuse-12.png"/>
  530. <img src="/api/static/image/footer/footer-myuse-13.png"/>
  531. <img src="/api/static/image/footer/footer-myuse-14.png"/>
  532. <img src="/api/static/image/footer/footer-myuse-15.png"/>
  533. </div>
  534. </div>
  535. </div>
  536. <div class="bottom-bar-active">
  537. <img src="/api/static/image/footer/footer-active-0.png"/>
  538. <img src="/api/static/image/footer/footer-active-1.png"/>
  539. <img src="/api/static/image/footer/footer-active-2.png"/>
  540. <img src="/api/static/image/footer/footer-active-3.png"/>
  541. <img src="/api/static/image/footer/footer-active-4.png"/>
  542. </div>
  543. <div class="footer-about-box">
  544. <img src="/api/static/image/logo.png" width="130" height="35">
  545. </div>
  546. <div class="footer-about-app">
  547. <img src="/api/static/image/footer/footer-app-0.png"/>
  548. <img src="/api/static/image/footer/footer-app-1.png"/>
  549. </div>
  550. <!-- 备案-->
  551. <div class="filing">
  552. <div class="filing-body">xxx省xxx市xxx区666号xxx公司</div>
  553. </div>
  554. </div>
  555. </body>
  556. <script src="/api/static/js/index.js"></script>
  557. <script>
  558. window.onload = function () {
  559. handler.GetUserInfo()
  560. }
  561. </script>
  562. </html>