Commit c3eac899 by 肖康

x

parent d57615b8
Showing with 117 additions and 23 deletions
...@@ -9,6 +9,7 @@ const News = resolve => require(['@/views/news/Index'], resolve); ...@@ -9,6 +9,7 @@ const News = resolve => require(['@/views/news/Index'], resolve);
const NewsDetail = resolve => require(['@/views/news/Detail'], resolve); const NewsDetail = resolve => require(['@/views/news/Detail'], resolve);
const Seo = resolve => require(['@/views/seo/Index'], resolve); const Seo = resolve => require(['@/views/seo/Index'], resolve);
const Findthing = resolve => require(['@/views/findthing/index'], resolve); const Findthing = resolve => require(['@/views/findthing/index'], resolve);
const Pointmall = resolve => require(['@/views/pointmall/Index'], resolve);
Vue.use(Router) Vue.use(Router)
const routes=[ const routes=[
...@@ -66,6 +67,14 @@ const routes=[ ...@@ -66,6 +67,14 @@ const routes=[
} }
}, },
{ {
path: '/pointmall',
name:'Pointmall',
component: Pointmall,
meta: {
title: '积分商城'
}
},
{
path: '/news/detail/:art_id/:cat_id', path: '/news/detail/:art_id/:cat_id',
name:'NewsDetail', name:'NewsDetail',
component: NewsDetail, component: NewsDetail,
......
import Vue from 'vue'
import {Toast} from 'vant';
import {services as Services} from '../../../api/index'
var qs = require('qs');
Vue.use(Toast);
const state = {
}
const mutations = {
}
const actions = {
}
const getters = {}
export default {
state,
mutations,
actions,
getters
}
...@@ -8,6 +8,7 @@ import news from './modules/news/index' ...@@ -8,6 +8,7 @@ import news from './modules/news/index'
import newsdetail from './modules/news/detail' import newsdetail from './modules/news/detail'
import seo from './modules/seo/index' import seo from './modules/seo/index'
import findthing from './modules/findthing/index' import findthing from './modules/findthing/index'
import pointmall from './modules/pointmall/index'
Vue.use(Vuex) Vue.use(Vuex)
export default new Vuex.Store({ export default new Vuex.Store({
...@@ -19,6 +20,7 @@ export default new Vuex.Store({ ...@@ -19,6 +20,7 @@ export default new Vuex.Store({
news, news,
newsdetail, newsdetail,
seo, seo,
findthing findthing,
pointmall
} }
}) })
<template>
<div class="pointmall">
asddddd
</div>
</template>
<script>
export default {
name: "Pointmall"
}
</script>
<style scoped>
@import "../../assets/css/pointmall/index.min.css";
</style>
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
{"h":"f2ef708f9b3d8e67ec7b","c":{"1":false}}
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
{"h":"a3341120d7002f3545f0","c":{"app":true}}
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
{"h":"ab57eb4290b65530933a","c":{"app":true}}
\ No newline at end of file
{"h":"272f29da7aa7676957e4","c":{"0":false}}
\ No newline at end of file
{"h":"93a23b3d45e322846ede","c":{"app":true}}
\ No newline at end of file
This diff could not be displayed because it is too large.
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.news-detail .bar,.news-detail .content-newsdetail,.news-detail .title{padding:0 10px}.news-detail .content-newsdetail img{max-width:100%!important}.news-detail h1.title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:22px;font-weight:700;line-height:30px;margin-top:10px}.news-detail .bar{height:16px;clear:both;font-size:12px;color:#999;margin-top:10px;margin-bottom:10px}.news-detail .bar span{line-height:16px;height:16px;float:left}.news-detail .bar .f24{color:#333}.news-detail .bar .f20{font-size:12px;padding-left:5px;padding-right:5px;border-radius:2px;border:1px solid #ccc;margin-right:10px}.news-detail .detail-pop{width:8.66rem;height:7.44rem;position:fixed;top:50%;left:50%;margin-left:-4.33rem;margin-top:-3.72rem}.news-detail .detail-pop img{width:100%;height:100%}.news-detail .closexdetailad{font-size:26px;float:right;color:#ccc}.news-detail .adbox{padding:0 10px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.wxlist{height:100%;background:#f8f8f8}.wxlist .wxlist-content .menu-title{color:#333;font-size:18px;height:47px;line-height:47px;padding-left:.2rem}.wxlist .wxlist-content .wxlist-banner{padding:0 .2rem}.wxlist .wxlist-content .wxlist-banner .banner-header{padding:10px}.banner-box{background:#fff;border-radius:4px;min-height:275px}.banner-header .banner-title{font-size:19px;color:#333}.banner-header .banner-img{width:.8rem;height:.8rem;margin-right:10px}.banner-header .banner-img img{width:100%;height:100%;width:.8rem;height:.8rem;border-radius:50%;display:block}.banner-body img{width:100%;height:4.8rem}.banner-footer{font-size:16px;line-height:20px;color:#666;padding:.4rem .28rem}.banner-footer a{color:#666}.banner-footer span{color:#999}.wxlist-data{padding:10px}.wxlist-data-box{background:#fff;border-radius:4px}.group-right{width:2rem;height:60px}.group-left-box{height:50px;width:6.347rem;font-size:16px;color:#333;line-height:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.group-left{width:6.347rem;border-bottom:1px solid #e5e5e5;padding-top:.1rem;padding-bottom:.5rem}.data-group{padding:.25rem;display:block}
\ No newline at end of file
body{padding-top:0;background:#10141d}.seo-content{width:100%;height:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url(../img/head.a2c80d72.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;text-align-last:justify;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#fff;border-radius:.027rem;border:.04rem solid #f2c58b;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAAA3CAYAAABkUcJ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgyREY5NDc1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgyREY5NDY1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NGICbgAAAvdJREFUeNrs2z9slGUcwPHfXY/3rte/kX9GMAwGJ8PoopNhcYCJARPUQdiIiZNOsJIwqCyEGBLRaoxhMLowGGGAhJjQxcHEyeggCXI0Xq93vdYez11CbMtbeJvI0N7nkz59c897XZ7l/ebp85YaszNHI+LLNCYDACDfzTTeLKdf50UDAPAUr6fxbj8c9loLAKCA/WVrAAAUVcmbbLY60es9Pl8qRdRHqzFSLlk5ANiiVtJDvv+cX1paju7Sv7nfybJK1LJKsXA4/N6FaC4sPjb//K7JuHT2rTh4YI9VB4AtqtzfCUg/l3/4OT754qfc75w69lp88M4bxcLhkYmx2mCX4ZGpidGoVEasOABsA/Xqjpgcr62Z63aXo5PGRp4YDj9efj8m6lUrCwDb0Ikjrw7Gap9dvRUfb7AL0edwJABQmHAAAIQDAPD/yz3j8MrBF2K+vei1SwAYMrufG49DL+8bvEmZp9SYnZlL16nVk/fnWoN3PHdNj695qwIA2N4WOt1otbtRr2UxNpqtv30ud8dh5/SYlQOAIdQPhv7YiDMOAEBhwgEAEA4AgHAAAIQDACAcAADhAAAIBwAA4QAACAcAQDgAAMIBABAOAIBwAAAQDgCAcAAAhAMAIBwAAOEAAAgHAADhAAAIBwBAOAAAwgEAEA4AgHAAAIQDAIBwAACedTjc/fuf+OOvRqz0elYIAIZIs9WJP+8+iLlmu3g4nDzzVbz90ZVod5asIAAMke9v/BInPvw8vr12J/d+JW/yXqMZzYVFOw4AMGQW2t2492A+WumaxxkHAKAw4QAAFFZ50s3mfCd6K//9u6JULkW9lsVIugIAW1unuxzdNFZbXPd5U+Fw+OSFNZ/3752Oi2eOx0sv7rbaALDFXfnudnw6c31Tf5MbDhPjtcHuwnrVbEc4LwkA28PYaBaT6Zmfp5rl7y2UGrMzc+k6ZfkAgKc453AkAFCYcAAANhUOv1sGAKCA3/rhcDqNX9Nw7BEAyNNK4+s0vnkowAAx5JXBwoLoMgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:.053rem;border:.04rem solid #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:red;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
body{padding-top:0;background:#072565}.findthing-content{width:100%;height:100%}.findthing-content .seo-head{width:100%;height:7.6rem;background:url(../img/banner22.faf63e71.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.3rem}.findthing-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.findthing-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.findthing-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.findthing-content .seo-head .head-nav li a.last-nav{border-right:0}.findthing-content .seo-section .form-box1 .form-group{width:9.2rem;height:50px;line-height:50px;text-align:center;margin:0 auto;margin-top:15px;background:#fff;border-radius:4px;overflow:hidden}.findthing-content .seo-section .form-box1 .form-group .pr{position:relative}.findthing-content .seo-section .form-box1 .form-group span{width:3.2rem;height:50px;line-height:50px;font-size:16px;text-align:right;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.findthing-content .seo-section .form-box1 .form-group span font{color:red}.findthing-content .seo-section .form-box1 .form-group span .hiddenvi{visibility:hidden}.findthing-content .seo-section .form-box1 .form-group .input-box{width:6rem;height:50px;line-height:50px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .2rem}.findthing-content .seo-section .form-box1 .form-group .input-box input{font-size:16px;text-align:left;width:100%;float:left;height:100%}.findthing-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:50px;font-size:15px}.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.findthing-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer}.findthing-content .seo-section .form-box1 .submit-button{border-radius:50px;width:9.2rem;height:50px;margin:0 auto;background:url(../img/submitbtn.259a087d.png) no-repeat;background-size:100% 100%;cursor:pointer}.findthing-content .seo-section .form-box1 .form1-tips{text-align:center;color:red;font-size:14px;margin-top:15px;margin-bottom:5px}.findthing-content .seo-section .form-box1 .form1-warn{font-size:12px;color:#8c98b2;width:9.2rem;margin:0 auto;margin-top:5px}.findthing-content .seo-section .form-box1 .form1-warn font{color:red}.findthing-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.findthing-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.findthing-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.findthing-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.findthing-content .seo-section .foot-box .foot-box-ct{margin-top:50px;height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.findthing-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.findthing-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:10px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}body{padding-top:40px}.header-page{height:40px;width:100%;padding:0 .2rem;position:fixed;z-index:998;top:0;background:#fafafa}.header-page i{font-size:18px;margin-top:10px;color:#666}.header-page h3{font-size:16px;color:#333;width:68%;line-height:40px;text-align:center;height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.news li,.news ul{font-family:"\5FAE\8F6F\96C5\9ED1"!important}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}
\ No newline at end of file
{"h":"4ecbfb950b661f48a728","c":{"0":false}}
\ No newline at end of file
<!DOCTYPE HTML><html lang=zh-CN><head><title></title><meta name=author content=www.ichunt.com><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,user-scalable=no,minimal-ui"><meta http-equiv=Content-Type content="text/html;charset=utf-8"><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=format-detection content="telephone=no"><meta http-equiv=Expires content=-1><meta http-equiv=Cache-Control content=no-cache><meta http-equiv=Pragma content=no-cache><meta name=full-screen content=yes><meta name=browsermode content=application><meta name=x5-fullscreen content=true><meta name=x5-page-mode content=app><meta name=description content=猎芯网,快速成长的专业电子元器件商城,贸泽(MOUSER)全系产品、e络盟(element14)树莓派系列产品授权经销商,已获得多轮风险投资。为客户提供电子元器件现货,IC采购,进口报关,电子元器件寄售,供应链金融等一站式电子元器件采购服务。><meta name=keywords content=猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,><link rel=icon href=//h5static.ichunt.com/favicon.ico><link rel=stylesheet href=/v3/dist/res/m/css/font/iconfont.css><script src=/h5/view/get_time.php></script><script>var fwtimes = window.fwtime - (Math.floor((new Date().getTime()) / 1000)); //获取服务器时间差</script><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js charset=utf-8></script><script src=//h5static.ichunt.com/static/js/flexible.min.js charset=utf-8></script><script src=//h5static.ichunt.com/static/js/shence.min.js charset=utf-8></script><link href=//h5static.ichunt.com/css/chunk-1bc51d6f.045485d7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1d3c5852.c0f345b7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-33510d46.43c91bcb.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4da9392a.29799028.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6cd0cdfb.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-bf12cf58.16c2a686.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-ce72359e.bcecf0d4.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-e78c7db2.927a837d.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1bc51d6f.e6e138df.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1d3c5852.a9f51aba.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-33510d46.d1eb2a68.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4da9392a.90740a7a.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6cd0cdfb.9e1b9a9d.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-bf12cf58.c06104e7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-ce72359e.4748f4a6.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-e78c7db2.2498bf97.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.59ded326.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.f4057a0a.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.2a431709.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.59ded326.css rel=stylesheet><link href=//h5static.ichunt.com/css/app.b0927897.css rel=stylesheet></head><body class=boxsiz><noscript><strong>网站出现了一点小问题,正在紧急修复中.......</strong></noscript><div id=app></div><script>function SetCookie(name, value, time, domain) { <!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<title></title>
<meta name="author" content="www.ichunt.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,user-scalable=no,minimal-ui">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta name="full-screen" content="yes">
<meta name="browsermode" content="application">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<meta name="description" content="猎芯网,快速成长的专业电子元器件商城,贸泽(MOUSER)全系产品、e络盟(element14)树莓派系列产品授权经销商,已获得多轮风险投资。为客户提供电子元器件现货,IC采购,进口报关,电子元器件寄售,供应链金融等一站式电子元器件采购服务。">
<meta name="keywords" content="猎芯网,电子元器件采购,电子元器件商城,电子元器件现货,IC采购网,电子元器件寄售,电子元件,元器件商城,元器件采购,电子商城,">
<link rel="icon" href="//static.leixin.com/favicon.ico">
<link rel="stylesheet" href="/v3/dist/res/m/css/font/iconfont.css">
<script type="text/javascript" src="/h5/view/get_time.php"></script>
<script type="text/javascript">
var fwtimes = window.fwtime - (Math.floor((new Date().getTime()) / 1000)); //获取服务器时间差
</script>
<script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js" type="text/javascript" charset="utf-8"></script>
<script src="//static.leixin.com/static/js/flexible.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//static.leixin.com/static/js/shence.min.js" type="text/javascript" charset="utf-8"></script>
<link href="//static.leixin.com/0.js" rel="prefetch"><link href="//static.leixin.com/1.js" rel="prefetch"><link href="//static.leixin.com/2.js" rel="prefetch"><link href="//static.leixin.com/3.js" rel="prefetch"><link href="//static.leixin.com/4.js" rel="prefetch"><link href="//static.leixin.com/5.js" rel="prefetch"><link href="//static.leixin.com/6.js" rel="prefetch"><link href="//static.leixin.com/7.js" rel="prefetch"><link href="//static.leixin.com/8.js" rel="prefetch"><link href="//static.leixin.com/9.js" rel="prefetch"><link href="//static.leixin.com/app.js" rel="preload" as="script"></head>
<body class="boxsiz">
<noscript>
<strong>网站出现了一点小问题,正在紧急修复中.......</strong>
</noscript>
<div id="app"></div>
<script type="text/javascript">
function SetCookie(name, value, time, domain) {
domain = domain ? ";domain=" + domain : ""; domain = domain ? ";domain=" + domain : "";
var Days = time; var Days = time;
var exp = new Date(); var exp = new Date();
...@@ -114,7 +150,12 @@ ...@@ -114,7 +150,12 @@
document.getElementsByTagName('head')[0].appendChild(mta); document.getElementsByTagName('head')[0].appendChild(mta);
})(); })();
} }
}</script><script>//神策统计 }
</script>
<script type="text/javascript">
//神策统计
var host_v = window.location.host; var host_v = window.location.host;
var __PUBLIC__; var __PUBLIC__;
...@@ -224,4 +265,7 @@ ...@@ -224,4 +265,7 @@
user_rank: '0' user_rank: '0'
}); });
sensors.quick('autoTrack'); sensors.quick('autoTrack');
}</script><script src=//h5static.ichunt.com/js/chunk-vendors.2a431709.js></script><script src=//h5static.ichunt.com/js/app.f4057a0a.js></script></body></html> }
\ No newline at end of file </script>
<script type="text/javascript" src="//static.leixin.com/app.js"></script></body>
</html>
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1bc51d6f"],{2259:function(t,e,a){},"3b79":function(t,e,a){"use strict";var s=a("2259"),n=a.n(s);n.a},"524c":function(t,e,a){},5710:function(t,e,a){},"57af":function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],i=a("7272"),o={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:i["a"]}},l=o,c=(a("9f93"),a("8c9c")),r=Object(c["a"])(l,s,n,!1,null,null,null);e["a"]=r.exports},"5ab7":function(t,e,a){var s=a("836e"),n=s.JSON||(s.JSON={stringify:JSON.stringify});t.exports=function(t){return n.stringify.apply(n,arguments)}},"6a0f":function(t,e,a){"use strict";var s=a("524c"),n=a.n(s);n.a},7272:function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(e){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(e){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],i={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=i,l=(a("3b79"),a("8c9c")),c=Object(l["a"])(o,s,n,!1,null,null,null);e["a"]=c.exports},"832f":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"news-detail"},[t.newsDetailObj.current_info?a("div",[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("h1",{staticClass:"title"},[t._v(t._s(t.newsDetailObj.current_info.title))]),a("div",{staticClass:"bar"},[a("span",{staticClass:"f20"},[t._v(t._s(t.newsDetailObj.current_info.art_type_text))]),a("span",{staticClass:"f24"},[t._v("来源:")]),a("span",{staticClass:"f24"},[t._v(t._s(t.newsDetailObj.current_info.writer)+"   "+t._s(t._f("dateTimeFormate")(t.newsDetailObj.current_info.publish_time)))])]),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.header?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.header.url,target:t.newsDetailAd.news_details_ad.header.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.header.images,alt:t.newsDetailAd.news_details_ad.header.title,width:"100%",height:"120"}})])])]:t._e()]:t._e(),a("div",{staticClass:"content-newsdetail",domProps:{innerHTML:t._s(t.newsDetailObj.current_info.body)}}),t.newsDetailAd.news_details_ad?[t.newsDetailAd.news_details_ad.footer?[a("div",{staticClass:"adbox"},[a("a",{attrs:{href:t.newsDetailAd.news_details_ad.footer.url,target:t.newsDetailAd.news_details_ad.footer.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.news_details_ad.footer.images,alt:t.newsDetailAd.news_details_ad.footer.title,width:"100%",height:"120"}})])])]:t._e()]:t._e()],2):t._e(),t.newsDetailAd.h5_news_ad_pop?[a("div",{directives:[{name:"show",rawName:"v-show",value:t.popdetailbool,expression:"popdetailbool"}],staticClass:"detail-pop"},[a("van-icon",{staticClass:"closexdetailad",attrs:{name:"close"},on:{click:function(e){return t.popdetailact()}}}),a("a",{attrs:{href:t.newsDetailAd.h5_news_ad_pop.url,target:t.newsDetailAd.h5_news_ad_pop.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:t.newsDetailAd.h5_news_ad_pop.images,alt:t.newsDetailAd.h5_news_ad_pop.title}})])],1)]:t._e(),t.loadStatus?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],2)},n=[],i=a("badb"),o=a.n(i),l=a("bd31"),c=a("8973"),r=a("52c1"),d=a("5101"),u=a("57af");c["a"].use(d["e"]).use(d["b"]);var f={name:"newsDetail",data:function(){return{title:"猎芯网-新闻列表详情",p:1,meaushow:!0,popdetailbool:!1}},computed:Object(l["a"])({},Object(r["b"])({newsDetailObj:function(t){return t.newsdetail.newsDetailObj},loadStatus:function(t){return t.newsdetail.loadStatus},newsDetailAd:function(t){return t.newsdetail.newsDetailAd}})),watch:{newsDetailObj:function(t){"{}"!=o()(t)&&(this.title=t.current_info.title,window.document.title=t.current_info.title)}},created:function(){this.getDataAd(),this.getData(),this.scrollFns()},methods:{getData:function(){this.$store.dispatch({type:"newsArticleDetail",art_id:this.$route.params.art_id})},getDataAd:function(){this.$store.dispatch({type:"newsArticleDetailAd",cat_id:this.$route.params.cat_id})},popdetailact:function(){this.popdetailbool=!1,this.newsDetailAd.h5_news_ad_pop=""},scrollFns:function(){var t=this;window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;e>=100&&(t.popdetailbool=!0)}}},components:{Header:u["a"]}},_=f,p=(a("6a0f"),a("8c9c")),w=Object(p["a"])(_,s,n,!1,null,null,null);e["default"]=w.exports},"9f93":function(t,e,a){"use strict";var s=a("5710"),n=a.n(s);n.a},badb:function(t,e,a){t.exports=a("5ab7")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1d3c5852"],{"0c6a":function(t,i,a){},2259:function(t,i,a){},"3b79":function(t,i,a){"use strict";var s=a("2259"),n=a.n(s);n.a},5710:function(t,i,a){},"57af":function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},l=c,o=(a("9f93"),a("8c9c")),r=Object(o["a"])(l,s,n,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,l=(a("3b79"),a("8c9c")),o=Object(l["a"])(c,s,n,!1,null,null,null);i["a"]=o.exports},"93db":function(t,i,a){"use strict";var s=a("0c6a"),n=a.n(s);n.a},"9f93":function(t,i,a){"use strict";var s=a("5710"),n=a.n(s);n.a},bd04:function(t,i,a){"use strict";a.r(i);var s=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"wxlist"},[a("Header"),a("div",{staticClass:"wxlist-content"},[a("div",{staticClass:"menu-title"},[t._v(t._s(t.wechatArticle.menu))]),t.wechatArticle.top?a("div",{staticClass:"wxlist-banner"},[a("div",{staticClass:"banner-box"},[t._m(0),a("div",{staticClass:"banner-body"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("img",{attrs:{alt:t.wechatArticle.top.title,src:t.wechatArticle.top.img}})])]),a("div",{staticClass:"banner-footer"},[a("a",{attrs:{href:t._f("urlPatg")(t.wechatArticle.top.url,"wechatlist")}},[a("span",[t._v("活动 | ")]),t._v(t._s(t.wechatArticle.top.title))])])])]):t._e(),a("div",{staticClass:"wxlist-data"},[a("div",{staticClass:"wxlist-data-box"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:10,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.wechatArticleList,function(i,s){return a("div",{key:s,staticClass:"data-group clr"},[a("a",{attrs:{href:t._f("urlPatg")(i.url,"wechatlist")}},[a("div",{staticClass:"group-left fl"},[a("div",{staticClass:"group-left-box"},[t._v("\n "+t._s(i.title)+"\n ")])]),a("img",{staticClass:"group-right fr",attrs:{src:i.img}})])])}),0)],1)])])],1)},n=[function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"banner-header clr"},[s("div",{staticClass:"banner-img fl"},[s("img",{attrs:{src:a("defc")}})]),s("div",{staticClass:"banner-title fl"},[t._v("猎芯网")])])}],e=a("bd31"),c=a("8973"),l=a("52c1"),o=a("5101"),r=a("57af");c["a"].use(o["d"]);var u={name:"wxlist",data:function(){return{page:0,limit:6,loading:!1}},computed:Object(e["a"])({},Object(l["b"])({wechatArticle:function(t){return t.wxlist.wechatArticle},wechatArticleList:function(t){return t.wxlist.wechatArticleList},limits:function(t){return t.wxlist.limits},loadStatus:function(t){return t.wxlist.loadStatus},finished:function(t){return t.wxlist.finished}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){},methods:{getData:function(t){this.$store.dispatch({type:"wechatArticle",type_id:t,page:this.page,limit:this.limit})},onLoad:function(){this.page<this.limits&&(this.page++,this.getData(this.$route.query.type_id))}},components:{Header:r["a"]}},f=u,d=(a("93db"),a("8c9c")),h=Object(d["a"])(f,s,n,!1,null,"2cd2f384",null);i["default"]=h.exports},defc:function(t,i,a){t.exports=a.p+"img/logo2.19d260fd.png"}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-bf12cf58"],{5729:function(t,s,e){t.exports=e.p+"img/three_04.f98e5256.jpg"},"5ab7":function(t,s,e){var i=e("836e"),o=i.JSON||(i.JSON={stringify:JSON.stringify});t.exports=function(t){return o.stringify.apply(o,arguments)}},"7f1b":function(t,s,e){"use strict";var i=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("section",[e("div",{staticClass:"slide-bar"},[t.kefuishow?e("div",{staticClass:"customer-service",on:{click:t.recordFn}},[e("i",{staticClass:"iconfont icon-kefu"})]):t._e(),t.isWindow?[e("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]:[e("div",{directives:[{name:"backTop",rawName:"v-backTop"},{name:"show",rawName:"v-show",value:t.show,expression:"show"}],staticClass:"backtop"},[e("i",{staticClass:"iconfont icon-xiangshang1"})])]],2),e("van-dialog",{attrs:{showConfirmButton:t.showButton,showCancelButton:t.showButton,closeOnClickOverlay:t.closeOnClickOverlay},model:{value:t.flag,callback:function(s){t.flag=s},expression:"flag"}},[e("div",{staticClass:"van-dialog__message"},[e("div",{staticClass:"kefu"},[e("p",{staticClass:"t0"},[e("i",{staticClass:"iconfont icon-kefu"})]),e("p",{staticClass:"t1"},[e("a",{staticClass:"but-blue",attrs:{href:"tel:0755-88914841"}},[t._v("国内服务电话:0755-88914841")])]),e("p",{staticClass:"t2"},[e("a",{staticClass:"but-white kefuio kefuioxk",attrs:{target:"_blank",href:t.phpParams.kfqq_xk,"data-href":"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf","data-ptag":"right-layer"},on:{click:t.customsrService}},[e("i",{staticClass:"icon iconfont icon-qq"}),t._v("客服QQ\n ")])])])])])],1)},o=[],a=e("52c1"),n=e("8973"),c=e("5101");n["a"].use(c["a"]);var r={name:"sidebar",props:{kefuishow:{type:Boolean,default:!0},isWindow:{type:Boolean,default:!1}},data:function(){return{flag:!1,show:!1,showButton:!1,closeOnClickOverlay:!0}},computed:Object(a["b"])({phpParams:function(t){return t.common.phpParams}}),mounted:function(){this.isWindow?this.scrollFnWindow():this.scrollFn()},methods:{customsrService:function(){this.$store.dispatch({type:"customsrService"})},scrollFnWindow:function(){var t=this;window.onscroll=function(){var s=document.documentElement.scrollTop||document.body.scrollTop;t.show=s>=300}},scrollFn:function(){var t=document.querySelector(".container-wrap"),s=this;t.onscroll=function(){var t=document.querySelector(".container-wrap").scrollTop;s.show=t>=300}},recordFn:function(){this.flag=!0,this.$store.dispatch({type:"getCommonParams"});try{sensors.track("RNavClick",{right_nav_click:"h5-客服"})}catch(t){}}}},m=r,l=e("8c9c"),u=Object(l["a"])(m,i,o,!1,null,null,null);s["a"]=u.exports},"842e":function(t,s,e){t.exports=e.p+"img/three_08.abd136a9.jpg"},"9c63":function(t,s,e){"use strict";e.r(s);var i=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"findthing-content"},[i("div",{staticClass:"seo-head"}),i("div",{staticClass:"seo-section"},[i("div",{staticClass:"form-box1"},[i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",[t._v("*")]),t._v("型       号:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.goodsNumber,expression:"form1.goodsNumber"}],attrs:{type:"text",placeholder:"请输入型号"},domProps:{value:t.form1.goodsNumber},on:{input:function(s){s.target.composing||t.$set(t.form1,"goodsNumber",s.target.value)}}})])]),i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",{staticClass:"hiddenvi"},[t._v("*")]),t._v("数       量:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.num,expression:"form1.num"}],attrs:{type:"text",placeholder:"请输入数量",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.num},on:{input:function(s){s.target.composing||t.$set(t.form1,"num",s.target.value)}}})])]),i("div",{staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[i("font",[t._v("*")]),t._v("手机号码:")],1),i("div",{staticClass:"fr input-box"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.mobile,expression:"form1.mobile"}],attrs:{type:"text",placeholder:"请输入手机号",onkeyup:"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\d]+$/ig.test(this.value)){this.value='';}}"},domProps:{value:t.form1.mobile},on:{input:function(s){s.target.composing||t.$set(t.form1,"mobile",s.target.value)}}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.imgcodestatus,expression:"form1.imgcodestatus"}],staticClass:"form-group clr "},[i("span",{staticClass:"fl "},[t._v("图片验证:")]),i("div",{staticClass:"fr input-box pr"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.imgcode,expression:"form1.imgcode"}],attrs:{type:"text"},domProps:{value:t.form1.imgcode},on:{input:function(s){s.target.composing||t.$set(t.form1,"imgcode",s.target.value)}}}),i("img",{staticClass:"img-code",attrs:{src:t.imgCodeVal,alt:"猎芯网"},on:{click:function(s){return t.imgCode()}}})])]),i("div",{directives:[{name:"show",rawName:"v-show",value:t.form1.codestatus,expression:"form1.codestatus"}],staticClass:"form-group clr"},[i("span",{staticClass:"fl "},[t._v("验证码:")]),i("div",{staticClass:"fr input-box pr"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.form1.code,expression:"form1.code"}],attrs:{type:"text"},domProps:{value:t.form1.code},on:{input:function(s){s.target.composing||t.$set(t.form1,"code",s.target.value)}}}),i("div",{staticClass:"code",class:{dis:t.codeactive},on:{click:function(s){return t.getCode()}}},[t._v(t._s(t.codetext))])])]),i("div",{staticClass:"form1-warn"},[i("font",[t._v("*")]),t._v("为了您的权益,您的隐私将被严格保密")],1),i("div",{staticClass:"form1-tips"},[t._v(t._s(t.form1.msg))]),i("div",{staticClass:"submit-button",on:{click:function(s){return t.submitForm()}}})]),i("div",{staticClass:"img-show-static"}),i("div",{staticClass:"zizi-box"},[i("div",{staticClass:"zizi-ct"},[i("div",{staticClass:"slide-box"},[i("van-swipe",{attrs:{autoplay:3e3}},[i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("f203"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("5729"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("e673"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("a851"),alt:"猎芯网"}})]),i("van-swipe-item",[i("img",{staticClass:"slide-pic",attrs:{src:e("842e"),alt:"猎芯网"}})])],1)],1)])]),t._m(0)]),i("SideBar",{attrs:{isWindow:t.isWindow}}),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},o=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"foot-box"},[e("div",{staticClass:"foot-box-ct"},[e("a",{attrs:{href:"tel:4008-755-881"}},[e("i",{staticClass:"icon iconfont"},[t._v("")]),t._v(" 资讯热线:4008-755-881")])])])}],a=e("badb"),n=e.n(a),c=e("bd31"),r=e("8973"),m=e("52c1"),l=e("5101"),u=e("7f1b"),d=e("365c");r["a"].use(l["g"]).use(l["h"]).use(l["i"]).use(l["e"]);var f={name:"seo",computed:Object(c["a"])({},Object(m["b"])({loading:function(t){return t.findthing.loading},form1ImgShow:function(t){return t.findthing.form1ImgShow},form1CodeStatus:function(t){return t.findthing.form1CodeStatus},isRegLogin:function(t){return t.findthing.isRegLogin}}),{mobile:function(t){return this.form1.mobile}}),data:function(){return{imgCodeVal:d["a"]+"public/verify",loadings:!1,isWindow:!0,codeactive:!1,codetext:"获取验证码",form1:{mobile:"",code:"",codestatus:!1,imgcode:"",imgcodestatus:!1,goodsNumber:"",num:"",msg:""}}},methods:{timeNum:function(){var t=this,s=60;t.codeactive=!0,t.codetext=s+"秒后获取";var e=setInterval(i,1e3);function i(){s--,s>0?(t.codetext=s+"秒后获取",t.codeactive=!0):(clearInterval(e),t.codeactive=!1,t.codetext="获取验证码",s=60)}},getCode:function(){!this["form1"]["imgcodestatus"]||this["form1"]["imgcode"]?this.codeactive||this.$store.dispatch({type:"smsVerify1",mobile:this["form1"]["mobile"],verify:this["form1"]["imgcode"]}):Object(l["i"])({message:"请确认图片验证码",duration:3e3})},imgCode:function(){this.imgCodeVal=d["a"]+"public/verify?"+(new Date).getTime()},submitForm:function(){if(this["form1"]["goodsNumber"]){this["form1"]["msg"]="";var t=/^1[345678]\d{9}$/;t.test(this["form1"]["mobile"])?(this["form1"]["msg"]="",this["form1"]["code"]?(this["form1"]["msg"]="",this.$store.dispatch({type:"actionLogin1",account:this["form1"]["mobile"],sms_verify:this["form1"]["code"]})):this["form1"]["msg"]="验证码不能为空"):this["form1"]["msg"]="请输入正确格式的手机号码"}else this["form1"]["msg"]="型号不能为空"}},watch:{form1CodeStatus:function(t){t&&this.timeNum()},form1ImgShow:function(t){this.form1.imgcodestatus=t},mobile:function(t){var s=/^1[345678]\d{9}$/;s.test(t)?(this.form1.msg="",this.form1.codestatus=!0):(this.form1.msg="请输入正确格式的手机号码",this.form1.codestatus=!1)},isRegLogin:function(t){if(t){var s={number:this.form1.num,type:this.form1.goodsNumber};this.$store.dispatch({type:"feedback1",types:7,mobile:this.form1.mobile,content:n()(s)})}}},components:{SideBar:u["a"]}},p=f,v=(e("fc4b"),e("8c9c")),g=Object(v["a"])(p,i,o,!1,null,"bbbd7ec0",null);s["default"]=g.exports},a851:function(t,s,e){t.exports=e.p+"img/three_06.5ad5630e.jpg"},badb:function(t,s,e){t.exports=e("5ab7")},c15f:function(t,s,e){},e673:function(t,s,e){t.exports=e.p+"img/three_05.2f3455a9.jpg"},f203:function(t,s,e){t.exports=e.p+"img/three_03.49b062a4.jpg"},fc4b:function(t,s,e){"use strict";var i=e("c15f"),o=e.n(i);o.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-ce72359e"],{2259:function(t,i,a){},2536:function(t,i,a){"use strict";a.r(i);var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",{staticClass:"news"},[a("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),a("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},t._l(t.rollbanner,function(i,n){return a("van-swipe-item",{key:n},[a("a",{attrs:{href:t._f("urlPatg")(i.url,"news-banner-"+(n+1)),target:i.window_open>0?"_blank":"_self"}},[a("img",{attrs:{src:i.images,height:"100%",width:"100%"}})])])}),1),t.cat_list.length>0?a("div",{staticClass:"navList clearfix",class:{navList44:4==t.cat_list.length,navListfixed:t.navListfixed}},t._l(t.cat_list,function(i,n){return a("p",{key:n,staticClass:"fl",class:{act:t.act==n},on:{click:function(i){return t.tab(n)}}},[t._v("\n "+t._s(i.cat_name)+"\n ")])}),0):t._e(),a("ul",{staticClass:"listBox clr"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.content_list,function(i,n){return a("router-link",{key:n,attrs:{tag:"li",to:{path:"/news/detail/"+i.art_id+"/"+i.cat_id}}},[a("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}]},[a("img",{attrs:{"data-src":i.litpic,alt:i.title,"data-error":"static/images/news.png"}})]),a("div",{staticClass:"boxgrt"},[a("h1",{staticClass:"title"},[t._v(t._s(i.title))]),a("p",{staticClass:"titleLook clearfix"},[a("span",{staticClass:"fl"},[t._v(t._s(i.writer))]),a("span",{staticClass:"fr"},[t._v(t._s(i.click)+"浏览")])])])])}),1)],1),a("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"slide-bar",staticStyle:{cursor:"pointer"}},[t.navListfixed?a("div",{staticClass:"backtop"},[a("i",{staticClass:"iconfont icon-xiangshang1"})]):t._e()])],1)},s=[],e=a("bd31"),c=a("8973"),o=a("52c1"),l=a("5101"),r=a("57af");c["a"].use(l["g"]).use(l["h"]).use(l["c"]).use(l["d"]);var u={name:"news",data:function(){return{title:"猎芯网-新闻列表",p:1,cat_id:"",bannerHeight:180,meaushow:!0,loading:!1,limit:10,act:0,navListfixed:!1}},computed:Object(e["a"])({},Object(o["b"])({rollbanner:function(t){return t.news.rollbanner},cat_list:function(t){return t.news.cat_list},content_list:function(t){return t.news.content_list},loadStatus:function(t){return t.news.loadStatus},finished:function(t){return t.news.finished},totalLimit:function(t){return t.news.totalLimit}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.getData()},mounted:function(){this.scrollFns()},methods:{getData:function(){var t="";this.cat_id?t=this.cat_id:this.cat_list.length>0&&(t=this.cat_list[0].cat_id),this.$store.dispatch({type:"newsArticle",cat_id:t,p:this.p,limit:this.limit})},tab:function(t){this.act!=t&&(this.act=t,this.p=1,this.cat_id=this.cat_list[t].cat_id,this.getData())},onLoad:function(){this.p<this.totalLimit&&(this.p++,this.getData())},scrollFns:function(){var t=this;window.onscroll=function(){var i=document.documentElement.scrollTop||document.body.scrollTop;t.navListfixed=i>=300}}},components:{Header:r["a"]}},f=u,d=(a("9c9e"),a("8c9c")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);i["default"]=h.exports},"3b79":function(t,i,a){"use strict";var n=a("2259"),s=a.n(n);s.a},5710:function(t,i,a){},"57af":function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("section",[a("div",{staticClass:"header-page clr"},[a("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),a("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?a("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=a("7272"),c={name:"header-page",props:{color:{type:String,default:""},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{historyback:function(){history.go(-1)}},components:{Menu:e["a"]}},o=c,l=(a("9f93"),a("8c9c")),r=Object(l["a"])(o,n,s,!1,null,null,null);i["a"]=r.exports},7272:function(t,i,a){"use strict";var n=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},s=[function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("ul",{staticClass:"menu-view"},[a("li",[a("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),a("li",[a("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),a("li",[a("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),a("li",[a("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),a("li",{staticClass:"mui-table-view-cell "},[a("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),a("li",[a("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[a("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=e,o=(a("3b79"),a("8c9c")),l=Object(o["a"])(c,n,s,!1,null,null,null);i["a"]=l.exports},8683:function(t,i,a){},"9c9e":function(t,i,a){"use strict";var n=a("8683"),s=a.n(n);s.a},"9f93":function(t,i,a){"use strict";var n=a("5710"),s=a.n(n);s.a}}]);
\ No newline at end of file
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment