|
|
@@ -2,175 +2,13 @@
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
- <title>Topic</title>
|
|
|
+ <title>{{.topic.topicName}}</title>
|
|
|
<link rel="stylesheet" href="/api/static/css/index.css">
|
|
|
<link rel="stylesheet" href="/api/static/css/topic.css">
|
|
|
- <script src="/api/static/js/handler.js"></script>
|
|
|
+ <meta name="description" content="{{.topic.topicDesc}}">
|
|
|
</head>
|
|
|
<body>
|
|
|
-
|
|
|
-<div class="navigation-bar">
|
|
|
- <div class="nav-body">
|
|
|
- <!-- <router-link to="/" class="nav-logo">-->
|
|
|
- <div class="nav-logo">
|
|
|
- <img src="/api/static/image/logo.png" alt="logo" onclick="JumpRouter('/','')"/>
|
|
|
- </div>
|
|
|
- <!-- <button onclick="setToken('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MTg3ODIzOTMsImlzcyI6IjEifQ.b6tID6zWsYtMKnxen0ZuGBpsSE2bpupAHYf80WsH2gQ')">-->
|
|
|
- <!-- 首页-->
|
|
|
- <!-- </button>-->
|
|
|
- <!-- </router-link>-->
|
|
|
- <div class="nav-search">
|
|
|
- <form action="/search" target="_blank">
|
|
|
- <div class="nav-search-div">
|
|
|
- <input class="search-input" type="text" name="key" placeholder="搜索商品名称"/>
|
|
|
- </div>
|
|
|
- <!-- 点击-->
|
|
|
- <div class="search-btn">
|
|
|
- <div class="search-btn-icon">
|
|
|
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" data-v-6fbb019e="">
|
|
|
- <path fill="currentColor"
|
|
|
- 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>
|
|
|
- </svg>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- <div class="nav-user">
|
|
|
- <!-- todo 头像处理-->
|
|
|
- <div class="nav-user-icon" onclick="clickAvatar()">
|
|
|
- <div class="nav-user-icon-bg">
|
|
|
- <svg id="not-login" style="width: 24px;height: 24px"
|
|
|
- xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
|
|
|
- <path fill="currentColor"
|
|
|
- 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>
|
|
|
- </svg>
|
|
|
- <img id="logged-in" style="display: none" alt="6"/>
|
|
|
- </div>
|
|
|
- <span id="login-name">登录</span>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="login-body" id="login-body" style="display: none">
|
|
|
- <div class="login-center" id="login-center" style="display: none">
|
|
|
- <div class="login-content">
|
|
|
- <div class="login-image"></div>
|
|
|
- <form>
|
|
|
- <div class="login-from">
|
|
|
- <div class="login-select">
|
|
|
- <div class="login-select-item select-item" id="phone-tab">
|
|
|
- <span>手机号登录</span>
|
|
|
- </div>
|
|
|
- <div class="login-select-item select-item" id="email-tab">
|
|
|
- <span>邮箱登录</span>
|
|
|
- </div>
|
|
|
- <div class="login-select-item select-item" id="wx-tab">
|
|
|
- <span>微信扫码登录</span>
|
|
|
- </div>
|
|
|
- <div class="select-item2" id="select-bar"></div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="login-type-phone" id="phone-section">
|
|
|
- <div class="login-phone">
|
|
|
- <div class="login-phone-input">
|
|
|
- <input name="username" id="phone-input" autocomplete="off"
|
|
|
- placeholder="手机号码"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="login-phone-code">
|
|
|
- <div class="login-phone-code-input">
|
|
|
- <input name="password" id="phone-code-input" autocomplete="off"
|
|
|
- placeholder="验证码"/>
|
|
|
- </div>
|
|
|
- <div class="login-phone-code-btn" id="send-code-btn">发送验证码</div>
|
|
|
- </div>
|
|
|
- <div class="login-btn" id="phone-login-btn">
|
|
|
- <div class="login-btn-div">登录</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="login-type-email" id="email-section">
|
|
|
- <div class="login-email">
|
|
|
- <div class="login-email-input">
|
|
|
- <input name="username" id="email-input" autocomplete="off"
|
|
|
- placeholder="邮箱"/>
|
|
|
- </div>
|
|
|
- <div class="login-email-input">
|
|
|
- <input name="password" id="email-password-input" autocomplete="off"
|
|
|
- type="password" placeholder="密码"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="login-btn" id="email-login-btn">
|
|
|
- <div class="login-btn-div">登录</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="login-type-wx" id="wx-section">
|
|
|
- <div class="login-wx-refresh" id="refresh-wx-code">
|
|
|
- <div class="login-wx-refresh-icon">
|
|
|
- <span>刷新二维码</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="login-wx-tip">
|
|
|
- <span>微信登录</span>
|
|
|
- </div>
|
|
|
- <div class="login-wx-image"></div>
|
|
|
- <div class="login-wx-tip">
|
|
|
- <span>请使用微信扫码登录</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <span class="login-register-btn" onclick="openLoginBody('register')">注册</span>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div id="register-center" class="register-center" style="display: none">
|
|
|
- <div class="register-content" >
|
|
|
- <form>
|
|
|
- <div class="register-content-title">
|
|
|
- 注册
|
|
|
- </div>
|
|
|
- <div class="register-content-input">
|
|
|
- <label>
|
|
|
- <input name="username" id="username" placeholder="请输入邮箱" type="text"/>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="register-content-input">
|
|
|
- <label>
|
|
|
- <input name="password" id="password" type="password" placeholder="请输入密码"/>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="register-content-input">
|
|
|
- <label>
|
|
|
- <input name="requirePassword" id="requirePassword" type="password"
|
|
|
- placeholder="请输入密码"/>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="register-content-input">
|
|
|
- <label>
|
|
|
- <input name="phone" id="phone" placeholder="请输入手机号" type="text"/>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="register-content-code">
|
|
|
- <div class="register-content-code-input">
|
|
|
- <label>
|
|
|
- <input name="username" id="code" placeholder="请输入验证码" type="text"/>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- <div class="register-content-code-btn" id="send-register-code">
|
|
|
- 发送验证码
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="register-content-submit" id="register-btn">
|
|
|
- 注册
|
|
|
- </div>
|
|
|
- </form>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="login-body-shield" onclick="closeLoginBody()"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
+{{template "NavigationBar.tmpl" .}}
|
|
|
|
|
|
<div class="topic">
|
|
|
|
|
|
@@ -184,24 +22,22 @@
|
|
|
<div class="image-bottom"></div>
|
|
|
</div>
|
|
|
{{end}}
|
|
|
-
|
|
|
<!-- 锚点-->
|
|
|
<div class="topic-anchor">
|
|
|
<div class="topic-anchor-to-left anchor-arrow">
|
|
|
- <div class="anchor-arrow-body anchor-div" v-show="getShowStatus('left')"
|
|
|
- @click="setFirstItemIndex(firstItemIndex-1)"></div>
|
|
|
+ <div class="anchor-arrow-body anchor-div" @click="setFirstItemIndex(firstItemIndex-1)"></div>
|
|
|
</div>
|
|
|
<div class="topic-anchor-body anchor-div">
|
|
|
- <template v-for="(item,index) in selectList" :key="index">
|
|
|
- <div class="topic-anchor-item" @click="jumpClass(index.toString())">
|
|
|
- <div class="anchor-item-body">
|
|
|
- <div class="topic-anchor-item-img">
|
|
|
- <img :src="item.type.typeImage"/>
|
|
|
- </div>
|
|
|
- <div class="topic-anchor-item-text"><span>{1{ item.type.typeName }}</span></div>
|
|
|
+ {{range $index, $type :=.types}}
|
|
|
+ <div class="topic-anchor-item" onclick="jumpClass('{{$index}}')">
|
|
|
+ <div class="anchor-item-body">
|
|
|
+ <div class="topic-anchor-item-img">
|
|
|
+ <img src="{{.type.typeImage}}"/>
|
|
|
</div>
|
|
|
+ <div class="topic-anchor-item-text"><span>{{ .type.typeName }}</span></div>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ </div>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
|
|
|
<div class="topic-anchor-to-right anchor-arrow">
|
|
|
@@ -213,34 +49,35 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+
|
|
|
<div class="topic-body">
|
|
|
- <div class="topic-body-list" v-for="(item,index) in topic.types" :key="index">
|
|
|
- <div class="topic-body-title" :class="'to-class'+index">
|
|
|
- {1{ item.type.typeName }}
|
|
|
+
|
|
|
+ {{range $index, $type :=.types}}
|
|
|
+ <div class="topic-body-list" >
|
|
|
+ <div class="topic-body-title to-class{{$index}}">
|
|
|
+ {{ .type.typeName }}
|
|
|
</div>
|
|
|
<div class="topic-body-items">
|
|
|
-
|
|
|
- <div class="topic-body-item" v-for="(subItem,index) in item.skuList"
|
|
|
- @click="JumpRouter('/detail/'+subItem.id,routerPaths)">
|
|
|
- <!-- @click="router.push({path:'/detail/'+subItem.id,query:routerPaths})">-->
|
|
|
+ {{range .skuList}}
|
|
|
+ <div class="topic-body-item" onclick="JumpRouter('/detail?skuId='+{{.id}})">
|
|
|
<div class="topic-body-left">
|
|
|
<div class="topic-item-img">
|
|
|
- <img :src="subItem.skuImage" alt="image">
|
|
|
+ <img src="{{.skuImage}}" alt="image">
|
|
|
</div>
|
|
|
<div class="topic-item-text">
|
|
|
<div class="topic-item-name">
|
|
|
- {1{ subItem.skuName }}
|
|
|
+ {{ .skuName }}
|
|
|
</div>
|
|
|
<div class="topic-item-description">
|
|
|
- {1{ subItem.price }}
|
|
|
+ {{ .price }}
|
|
|
</div>
|
|
|
<div class="topic-item-num">
|
|
|
- <div class="topic-item-price">{1{ subItem.price }}</div>
|
|
|
- <div class="topic-item-originalPrice">{1{ subItem.historicalPrices }}</div>
|
|
|
- <div class="topic-item-discountPercentage">{1{
|
|
|
- (100 - subItem.price * 100 / subItem.historicalPrices).toFixed(0)
|
|
|
- }}
|
|
|
- </div>
|
|
|
+ <div class="topic-item-price">{{ .price }}</div>
|
|
|
+ {{$dis := discalc .price .historicalPrices}}
|
|
|
+ {{if and (ne $dis "0") (ne $dis "NaN")}}
|
|
|
+ <div class="topic-item-originalPrice">{{ .historicalPrices }}</div>
|
|
|
+ <div class="topic-item-discountPercentage">{{ $dis }}</div>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -248,188 +85,13 @@
|
|
|
<div class="topic-item-btn">立即购买</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
</div>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
</div>
|
|
|
-<div class="bottom-bar">
|
|
|
- <!-- 合作伙伴-->
|
|
|
- <div class="partners">
|
|
|
- <div class="partners-line">
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <img style="transform: rotate(180deg);"
|
|
|
- src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAeCAYAAADzXER0AAAAAXNSR0IArs4c6QAAAhdJREFUSEulVU1rE1EUPdfEgBAIg27UjT+jS13pTpeKriMxRQxJ3hukBnc2ZUwiLUFGxRbbKqZ/Rve+2bswkSB13jDvygtJSZPJl5nlzJz7zr33nPNISlmL4/it53k/seJDQoh3RMRKqc1Op6NXwZOU8j6ABoATrfXLZrP5a9kCVC6Xr6TT6a8ANpj5Y6/Xe+b7frRMAbI/SSkLANoALG1Pa/16GQYDcLFYvJzNZr8DuAbgFMBxGIaVVqvVm8dgAM7n8xcdx3kDwDIAM4dE1FZKufOGOADbp1Kp3EylUkfD0+0rzczvoyh6MauFM3ChUHByudwxM98ZFWRm28JeEARbSQzOwMPBPQLwaaLP0Bizz8y1SSGdA5dKpUuZTOYHgKsTBf4C+KKUejzO4BzYAlzX3WXmJwAuTBQYrLHb7e74vv/bfpsCCyE2iOgzgBsJazq1QjLGCM/z/iSd7Bhjdono4Ywd2xYa/X7/1RTYAoQQ94hoH0BuVgFjzEkiWEp5F8DBPLA10jzaDxKGZonMpr3EwD4YY9zEgUkp94YaT1qV9f12vV6fXtVaIpFSJsnT6vswjuOtmfJ0XddhZiuO22PrsaJoB0HwfK4xhBC3iOhwZUuuFQbDGPoG4PoohrTWYlGOjQKwaE0/DMBGGIb1Rfk1cNVa0SuEsO7ZAXAURdH2IqrjRhldN7FS6unK1021Wq0x839ddP8AAxJAzJtS4CsAAAAASUVORK5CYII="/>
|
|
|
- </li>
|
|
|
- <!-- <li v-for="index in 9"><div><img src="/api/static/steam-partners.png" alt=""></div></li>-->
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-steam.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-google.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-tencent.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-microsoft.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-garena.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-ea.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-riot.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-pubg.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div><img src="/api/static/image/footer/footer-slider-ubisoft.png" alt=""></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <img
|
|
|
- src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAeCAYAAADzXER0AAAAAXNSR0IArs4c6QAAAhdJREFUSEulVU1rE1EUPdfEgBAIg27UjT+jS13pTpeKriMxRQxJ3hukBnc2ZUwiLUFGxRbbKqZ/Rve+2bswkSB13jDvygtJSZPJl5nlzJz7zr33nPNISlmL4/it53k/seJDQoh3RMRKqc1Op6NXwZOU8j6ABoATrfXLZrP5a9kCVC6Xr6TT6a8ANpj5Y6/Xe+b7frRMAbI/SSkLANoALG1Pa/16GQYDcLFYvJzNZr8DuAbgFMBxGIaVVqvVm8dgAM7n8xcdx3kDwDIAM4dE1FZKufOGOADbp1Kp3EylUkfD0+0rzczvoyh6MauFM3ChUHByudwxM98ZFWRm28JeEARbSQzOwMPBPQLwaaLP0Bizz8y1SSGdA5dKpUuZTOYHgKsTBf4C+KKUejzO4BzYAlzX3WXmJwAuTBQYrLHb7e74vv/bfpsCCyE2iOgzgBsJazq1QjLGCM/z/iSd7Bhjdono4Ywd2xYa/X7/1RTYAoQQ94hoH0BuVgFjzEkiWEp5F8DBPLA10jzaDxKGZonMpr3EwD4YY9zEgUkp94YaT1qV9f12vV6fXtVaIpFSJsnT6vswjuOtmfJ0XddhZiuO22PrsaJoB0HwfK4xhBC3iOhwZUuuFQbDGPoG4PoohrTWYlGOjQKwaE0/DMBGGIb1Rfk1cNVa0SuEsO7ZAXAURdH2IqrjRhldN7FS6unK1021Wq0x839ddP8AAxJAzJtS4CsAAAAASUVORK5CYII="/>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- 服务支持-->
|
|
|
- <div class="partners-service-guarantee">
|
|
|
- <div class="service-guarantee">
|
|
|
- <div class="sg-icon" style="background: rgb(225, 222, 250);">
|
|
|
- <img
|
|
|
- class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
|
|
|
- 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="
|
|
|
- draggable="false">
|
|
|
- </div>
|
|
|
- <div class="sg-info">
|
|
|
- <div>自动发货</div>
|
|
|
- <div>提供最快发货</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="service-guarantee">
|
|
|
- <div class="sg-icon" style="background: rgb(234, 217, 247);">
|
|
|
- <img
|
|
|
- class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
|
|
|
- src="/api/static/image/footer/footer-promise-2.png"
|
|
|
- draggable="false">
|
|
|
- </div>
|
|
|
- <div class="sg-info">
|
|
|
- <div>正版保障</div>
|
|
|
- <div>官方正版采购,安全保障</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="service-guarantee">
|
|
|
- <div class="sg-icon" style="background: rgb(245, 221, 231);">
|
|
|
- <img
|
|
|
- class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
|
|
|
- src="/api/static/image/footer/footer-promise-3.png"
|
|
|
- draggable="false">
|
|
|
- </div>
|
|
|
- <div class="sg-info">
|
|
|
- <div>客户服务</div>
|
|
|
- <div>提供专业的客服咨询</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="service-guarantee">
|
|
|
- <div class="sg-icon" style="background: rgb(226, 235, 230);">
|
|
|
- <img
|
|
|
- class="webuff-image__StyledImagesContainer-sc-1seo15q-1 iptopt"
|
|
|
- src="/api/static/image/footer/footer-promise-4.png"
|
|
|
- draggable="false">
|
|
|
- </div>
|
|
|
- <div class="sg-info">
|
|
|
- <div>100%满意度</div>
|
|
|
- <div>给予您满意的购物体验</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="bottom-bar-about">
|
|
|
- <div class="bottom-bar-about-left">
|
|
|
- <div class="about-contact about-row">
|
|
|
- <div class="about-row-title">联系我们</div>
|
|
|
- <div class="about-row-item">平日 9:30 - 24:00</div>
|
|
|
- <div class="about-row-item">周末 9:30 - 24:00</div>
|
|
|
- <div class="about-row-imgs">
|
|
|
- <img src="/api/static/image/footer/footer-about-1.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-about-2.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-about-3.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-about-4.png"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="about-me about-row">
|
|
|
- <div class="about-row-title">关于我们</div>
|
|
|
- <div class="about-row-item">关于我们</div>
|
|
|
- <div class="about-row-item">联系我们</div>
|
|
|
- <div class="about-row-item">条款与条件</div>
|
|
|
- <div class="about-row-item">隐私和Cookie</div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="about-issue about-row">
|
|
|
- <div class="about-row-title">常见问题</div>
|
|
|
- <div class="about-row-item">帮助中心</div>
|
|
|
- <div class="about-row-item">售后服务</div>
|
|
|
- <div class="about-row-item">关于退款</div>
|
|
|
- <div class="about-row-item">关于发货</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
|
|
|
- <div class="bottom-bar-about-right">
|
|
|
- <div class="about-my-use about-row-title">
|
|
|
- 我们使用
|
|
|
- </div>
|
|
|
- <div class="my-user-images">
|
|
|
- <img src="/api/static/image/footer/footer-myuse-0.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-1.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-2.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-3.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-4.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-5.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-6.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-7.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-8.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-9.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-10.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-11.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-12.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-13.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-14.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-myuse-15.png"/>
|
|
|
-
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="bottom-bar-active">
|
|
|
- <img src="/api/static/image/footer/footer-active-0.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-active-1.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-active-2.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-active-3.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-active-4.png"/>
|
|
|
- </div>
|
|
|
- <div class="footer-about-box">
|
|
|
- <img src="/api/static/image/logo.png" width="130" height="35">
|
|
|
- </div>
|
|
|
- <div class="footer-about-app">
|
|
|
- <img src="/api/static/image/footer/footer-app-0.png"/>
|
|
|
- <img src="/api/static/image/footer/footer-app-1.png"/>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- 备案-->
|
|
|
- <div class="filing">
|
|
|
- <div class="filing-body">xxx省xxx市xxx区666号xxx公司</div>
|
|
|
- </div>
|
|
|
-
|
|
|
-</div>
|
|
|
+{{template "BottomBar.tmpl" .}}
|
|
|
</body>
|
|
|
</html>
|