Commit 5f02d167 by 肖康

积分模块迁移至H5开发完成

parent f8f6585f
Showing with 223 additions and 227 deletions
......@@ -175,8 +175,12 @@ export const apis = {
* *
*/
getUserPointDetail:productionUrlApi + 'point/getUserPointDetail',
/**
* *
* 积分兑换明细api
* *
*/
getUserPointExchangeList:productionUrlApi + 'point/getUserPointExchangeList',
}
export const services = {
......@@ -270,6 +274,9 @@ export const services = {
getUserPointDetail(params){
return axios.post(apis.getUserPointDetail,params)
},
getUserPointExchangeList(params){
return axios.post(apis.getUserPointExchangeList,params)
},
}
......@@ -11,7 +11,6 @@
.f-l {
float: left;
}
.point-list-head1 {
height: 42px;
line-height: 42px;
......
{"version":3,"sources":["exchange.less"],"names":[],"mappings":"AAAA,UACI,YAAa,qCAAb,CACA,iBAAA,CACA,WAAA,CACA,gBAJJ,SAMI,MACI,YAPR,SAUI,MACI,WAXR,SAcI,mBACI,WAAA,CACA,gBAAA,CACA,YAAA,CACA,+BAAA,CACA,UAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,UAAA,CACA,kBAxBR,SAcI,kBAYI,IACI,oBAAA,CACA,SAAA,CACA,iBAAA,CACA,cAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,sBAEA,SAtBR,kBAYI,GAUK,KACG,aAAA,CACA,gCAtChB,SA2CI,mBACI,iBAAA,CACA,QAAA,CACA,MAAA,CACA,OAAA,CACA,gBAAA,CACA,QAAA,CACA,gBAlDR,SA2CI,kBAQI,aACI,+BAAA,CACA,sBArDZ,SA2CI,kBAQI,YAII,MACI,WAAA,CACA,gBAAA,CACA,sBA1DhB,SA2CI,kBAQI,YAII,KAII,SACI,eAAA,CACA,kBA7DpB,SA2CI,kBAQI,YAII,KAII,QAGI,KACI,UAAA,CACA,cAAA,CACA,kBAIR,SA1BZ,kBAQI,YAII,KAcK,UACG,aADJ,SA1BZ,kBAQI,YAII,KAcK,SAEG,WACI,aAAA,CACA,oBAAA,CACA,sBAAA,CACA,mBAAA,CACA,2BAAA,CACA,oBAAA,CACA,eAAA,CACA,kBAAA,CACA,UAAA,CACA,iBAZR,SA1BZ,kBAQI,YAII,KAcK,SAeG,MACI,UAAA,CACA,iBAtFxB,SA2CI,kBAQI,YAuCI,MACI,WAAA,CACA,gBAAA,CACA,aAAA,CACA","file":"exchange.min.css"}
\ No newline at end of file
{"version":3,"sources":["exchange.less"],"names":[],"mappings":"AAAA,UACI,YAAa,qCAAb,CACA,iBAAA,CACA,WAAA,CACA,gBAJJ,SAMI,MACI,YAPR,SAUI,MACI,WAXR,SAaI,mBACI,WAAA,CACA,gBAAA,CACA,YAAA,CACA,+BAAA,CACA,UAAA,CACA,cAAA,CACA,kBAAA,CACA,iBAAA,CACA,UAAA,CACA,kBAvBR,SAaI,kBAYI,IACI,oBAAA,CACA,SAAA,CACA,iBAAA,CACA,cAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,sBAEA,SAtBR,kBAYI,GAUK,KACG,aAAA,CACA,gCArChB,SA0CI,mBACI,iBAAA,CACA,QAAA,CACA,MAAA,CACA,OAAA,CACA,gBAAA,CACA,QAAA,CACA,gBAjDR,SA0CI,kBAQI,aACI,+BAAA,CACA,sBApDZ,SA0CI,kBAQI,YAII,MACI,WAAA,CACA,gBAAA,CACA,sBAzDhB,SA0CI,kBAQI,YAII,KAII,SACI,eAAA,CACA,kBA5DpB,SA0CI,kBAQI,YAII,KAII,QAGI,KACI,UAAA,CACA,cAAA,CACA,kBAIR,SA1BZ,kBAQI,YAII,KAcK,UACG,aADJ,SA1BZ,kBAQI,YAII,KAcK,SAEG,WACI,aAAA,CACA,oBAAA,CACA,sBAAA,CACA,mBAAA,CACA,2BAAA,CACA,oBAAA,CACA,eAAA,CACA,kBAAA,CACA,UAAA,CACA,iBAZR,SA1BZ,kBAQI,YAII,KAcK,SAeG,MACI,UAAA,CACA,iBArFxB,SA0CI,kBAQI,YAuCI,MACI,WAAA,CACA,gBAAA,CACA,aAAA,CACA","file":"exchange.min.css"}
\ No newline at end of file
......@@ -42,18 +42,15 @@
}
}
}
.point_content {
position: absolute;
top: 42px;
left: 0;
right: 0;
padding: 0 12px;
//bottom: 0;
height:100px;
bottom: 0;
overflow-y: auto;
// .has_data {
.has_data {
.data-group {
height: 60px;
border-bottom: 1px solid #e1e1e1;
......@@ -86,4 +83,4 @@
}
}
// }
\ No newline at end of file
}
\ No newline at end of file
.pointer-detail{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{height:42px;line-height:42px;padding:0 .24rem;border-bottom:1px solid #e1e1e1;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;box-sizing:border-box}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;height:100px;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}/*# sourceMappingURL=pointDetail.min.css.map */
\ No newline at end of file
.pointer-detail{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{height:42px;line-height:42px;padding:0 .24rem;border-bottom:1px solid #e1e1e1;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;box-sizing:border-box}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}/*# sourceMappingURL=pointDetail.min.css.map */
\ No newline at end of file
{"version":3,"sources":["pointDetail.less"],"names":[],"mappings":"AAAA,gBACI,YAAa,qCAAb,CACA,iBAAA,CACA,WAAA,CACA,gBAJJ,eAKI,MACI,YANR,eASI,MACI,WAVR,eAaI,kBACI,WAAA,CACA,gBAAA,CACA,gBAAA,CACA,+BAAA,CACA,sBAlBR,eAaI,iBAOI,MACI,SAAA,CACA,iBAAA,CACA,cAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,sBACA,eAfR,iBAOI,KAQK,KACG,aAAA,CACA,gCA9BhB,eAaI,iBAqBI,MACI,UAAA,CACA,eApCZ,eAaI,iBAqBI,KAII,MACI,aAAA,CACA,eAxChB,eA6CI,gBACI,iBAAA,CACA,QAAA,CACA,MAAA,CACA,OAAA,CACA,cAAA,CAEA,YAAA,CACA,gBArDR,eA6CI,eAUI,UACI,aACI,WAAA,CACA,gCA1DhB,eA6CI,eAUI,UACI,YAII,MACI,WAAA,CACA,gBAAA,CACA,sBA/DpB,eA6CI,eAUI,UACI,YAII,KAKI,KACI,UAAA,CACA,cAAA,CACA,iBApExB,eA6CI,eAUI,UACI,YAII,KAWI,MACI,UAAA,CACA,cAAA,CACA,iBA1ExB,eA6CI,eAUI,UACI,YAsBI,MACI,gBAAA,CACA,WAAA,CACA,aAAA,CACA","file":"pointDetail.min.css"}
\ No newline at end of file
{"version":3,"sources":["pointDetail.less"],"names":[],"mappings":"AAAA,gBACI,YAAa,qCAAb,CACA,iBAAA,CACA,WAAA,CACA,gBAJJ,eAKI,MACI,YANR,eASI,MACI,WAVR,eAaI,kBACI,WAAA,CACA,gBAAA,CACA,gBAAA,CACA,+BAAA,CACA,sBAlBR,eAaI,iBAOI,MACI,SAAA,CACA,iBAAA,CACA,cAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,sBACA,eAfR,iBAOI,KAQK,KACG,aAAA,CACA,gCA9BhB,eAaI,iBAqBI,MACI,UAAA,CACA,eApCZ,eAaI,iBAqBI,KAII,MACI,aAAA,CACA,eAxChB,eA4CI,gBACI,iBAAA,CACA,QAAA,CACA,MAAA,CACA,OAAA,CACA,cAAA,CACA,QAAA,CACA,gBAnDR,eA4CI,eAQG,UACK,aACI,WAAA,CACA,gCAvDhB,eA4CI,eAQG,UACK,YAII,MACI,WAAA,CACA,gBAAA,CACA,sBA5DpB,eA4CI,eAQG,UACK,YAII,KAKI,KACI,UAAA,CACA,cAAA,CACA,iBAjExB,eA4CI,eAQG,UACK,YAII,KAWI,MACI,UAAA,CACA,cAAA,CACA,iBAvExB,eA4CI,eAQG,UACK,YAsBI,MACI,gBAAA,CACA,WAAA,CACA,aAAA,CACA","file":"pointDetail.min.css"}
\ No newline at end of file
import Vue from 'vue'
import {Toast} from 'vant';
import {services as Services} from '../../../api/index'
import Util from "../../../util";
var qs = require('qs');
Vue.use(Toast);
const state = {
finished: false,
loadStatus: false,
getUserCurrentPoint:0,
detaillist:[],
totalLimit:0//总条数
}
const mutations = {
getUserPointExchangeList(state, payload) {
//处理数据的数组
if(payload.data.current_page==1){
state.detaillist=payload.data.data;
}else{
state.detaillist = state.detaillist.concat(payload.data.data);
}
state.totalLimit=payload.data.last_page;
//判断数据是否加载完成
if (payload.data.current_page>= payload.data.last_page) {
state.finished = true;
}else{
state.finished = false;
}
}
}
const actions = {
getUserPointExchangeList({commit}, payload) {
state.loadStatus = true;
var params = {
page: payload.page,
limit:payload.limit,
user_id: Util.getCookie("Yo4teW_uid"),
prize_type:payload.prize_type
}
if(payload.page==1){
state.finished = false;
state.detaillist=[];
}
Services.getUserPointExchangeList(qs.stringify(params)).then((res) => {
let data = res.data;
state.loadStatus = false;
if (data.errcode == 0) {
commit({
type: 'getUserPointExchangeList',
data: data.data
});
}
}).catch(function (err) {
state.loadStatus = false;
});
},
}
const getters = {}
export default {
state,
mutations,
actions,
getters
}
......@@ -43,7 +43,6 @@ const mutations = {
}
prise_type_list=prise_type_list.sort(Util.compare('prise_type',1))
state.navlist=prise_type_list;
state.listdata=list_
}
}
......
......@@ -42,6 +42,10 @@ const actions = {
user_id: Util.getCookie("Yo4teW_uid"),
flow_type:payload.flow_type
}
if(payload.page==1){
state.finished = false;
state.detaillist=[];
}
Services.getUserPointDetail(qs.stringify(params)).then((res) => {
let data = res.data;
state.loadStatus = false;
......
......@@ -12,6 +12,7 @@ import pointmall from './modules/pointmall/index'
import pointchange from './modules/pointmall/pointchange'
import pointrule from './modules/pointmall/pointrule'
import pointdetail from './modules/pointmall/pointdetail'
import exchange from './modules/pointmall/exchange'
Vue.use(Vuex)
export default new Vuex.Store({
......@@ -27,6 +28,7 @@ export default new Vuex.Store({
pointmall,
pointchange,
pointrule,
pointdetail
pointdetail,
exchange
}
})
<template>
<div class="exchange">
<Header title="兑换记录"></Header>
<ul class="point-list-head1">
<li :class="{'act':navIndex == 1}" @click="changeNav(1)">实物</li>
<li :class="{'act':navIndex == 2}" @click="changeNav(2)">优惠券</li>
<li :class="{'act':navIndex == 3}" @click="changeNav(3)">储值卡</li>
<li :class="{'act':prize_type==item.prise_type}" @click="tab(item.prise_type)" v-for="(item,index) in navlist">
{{item.prise_type_text}}
</li>
</ul>
<div class="exchange_content">
<div class="has_data" v-if="lists.length">
<div class="data-group clr" v-for="item in lists">
<div class="f-l">
<div class="imgbox">
<img :src="item.src">
<div class="exchange_content" ref="pointContent">
<div class="has_data" >
<van-list v-model="loading" :loading="loadStatus" :finished="finished" :offset="2"
finished-text="没有更多了" @load="onLoad" >
<div class="data-group clr" v-for="(item,index) in detaillist" :key="index">
<div class="f-l">
<div class="imgbox">
<img :src="item.prize_img_url" :alt="item.prize_name">
</div>
</div>
<div class="f-l infotext">
<div class="boxtextx">{{item.prize_name}}</div>
<span>{{item.exchange_time|dateTimeFormate}}</span>
</div>
<div class="f-r">支出{{item.prize_use_point}}积分</div>
</div>
<div class="f-l infotext">
<div class="boxtextx">{{item.title}}</div>
<span>{{item.time}}</span>
</div>
<div class="f-r">支出{{item.point||0}}积分</div>
</div>
</van-list>
</div>
<div class="no_data" v-else>暂无数据</div>
</div>
</div>
</template>
<script>
import Header from "@/views/common/Header.vue";
import Vue from 'vue';
import {mapState} from 'vuex'
import {List} from 'vant';
import Header from '@/views/common/Header.vue';
Vue.use(List);
export default {
name:"exchange",
components: { Header },
data() {
return {
lists1: [
{
src:
"http://img.ichunt.com/test/images/ichunt/201811/23/ab134030d646955a62aaa0790d07d86a.jpg",
title: "three3 price",
time: "2018-12-10 11:02:37",
point: "80"
},
{
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",
title: "小米手环",
time: "2018-12-10 11:02:37",
point: "100"
}, {
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",
title: "小米手环",
time: "2018-12-10 11:02:37",
point: "100"
}, {
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",
title: "小米手环",
time: "2018-12-10 11:02:37",
point: "100"
}, {
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",
title: "小米手环",
time: "2018-12-10 11:02:37",
point: "100"
}, {
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",
title: "小米手环",
time: "2018-12-10 11:02:37",
point: "1000"
}, {
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",
title: "小米手环",
time: "2018-12-10 11:02:37",
point: "100"
}, {
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",
title: "小米手环",
time: "2018-12-10 11:02:37",
point: "100"
}
],
lists2: [{
src:
"http://img.ichunt.com/test/images/ichunt/201811/15/b5ecc813e2a6eeb62d3a9d26181e5184.jpg",
title: "优惠券",
time: "2018-12-10 11:02:37",
point: "50"
}],
lists3: [],
navIndex: 1,
lists: []
};
page: 1,
loading: false,
limit:12,
flow_type:1,
detaillists:[],
prize_type:1
}
},
computed:{
...mapState({
navlist:state=> state.pointmall.navlist,
loadStatus: state => state.exchange.loadStatus,
finished: state => state.exchange.finished,
totalLimit:state=>state.exchange.totalLimit,
detaillist:state=>state.exchange.detaillist,
})
},
mounted() {
this.lists = this.lists1;
created(){
this.$store.dispatch({
type: 'getPointPrize'
})
this.getData();
},
watch: {
loadStatus(val) {
this.loading=val;
}
},
methods: {
changeNav(index) {
this.navIndex = index;
if(index == 1){
this.lists = this.lists1;
}else if(index == 2){
this.lists = this.lists2;
}else{
this.lists = this.lists3;
getData(){
this.$store.dispatch({
type: 'getUserPointExchangeList',
page: this.page,
limit:this.limit,
prize_type:this.prize_type
})
},
tab(prize_type) {
if(prize_type==this.prize_type){return}
this.prize_type = prize_type;
this.page=1;
let pointDom = this.$refs['pointContent'];
if (!pointDom.scrollTo) {
pointDom.scrollTop = 0
} else {
pointDom.scrollTo(0,0)
}
this.getData();
},
onLoad(){
if (this.page < this.totalLimit) {
this.page++;
this.getData();
}
}
}
......@@ -114,5 +102,5 @@ export default {
</script>
<style scoped>
@import "../../assets/css/pointmall/exchange.css";
@import "../../assets/css/pointmall/exchange.min.css";
</style>
......@@ -37,6 +37,7 @@
name: 'pointdetail',
data() {
return {
finishedtext:" ",
page: 1,
loading: false,
limit:12,
......
This diff is collapsed. Click to expand it.
{"h":"1915f26f1ebeb3057843","c":{"11":true}}
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
webpackHotUpdate(11,{
/***/ "./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css":
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./src/assets/css/pointmall/pointDetail.min.css ***!
\**************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".pointer-detail{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{height:42px;line-height:42px;padding:0 .24rem;border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0;height:100px;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}\", \"\"]);\n\n// exports\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9pbmRleC5qcz8hLi9ub2RlX21vZHVsZXMvX3Z1ZS1sb2FkZXJAMTUuNi40QHZ1ZS1sb2FkZXIvbGliL2xvYWRlcnMvc3R5bGVQb3N0TG9hZGVyLmpzIS4vbm9kZV9tb2R1bGVzL19wb3N0Y3NzLWxvYWRlckAzLjAuMEBwb3N0Y3NzLWxvYWRlci9zcmMvaW5kZXguanM/IS4vc3JjL2Fzc2V0cy9jc3MvcG9pbnRtYWxsL3BvaW50RGV0YWlsLm1pbi5jc3MuanMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9zcmMvYXNzZXRzL2Nzcy9wb2ludG1hbGwvcG9pbnREZXRhaWwubWluLmNzcz9hOTI4Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydHMgPSBtb2R1bGUuZXhwb3J0cyA9IHJlcXVpcmUoXCIuLi8uLi8uLi8uLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9saWIvY3NzLWJhc2UuanNcIikoZmFsc2UpO1xuLy8gaW1wb3J0c1xuXG5cbi8vIG1vZHVsZVxuZXhwb3J0cy5wdXNoKFttb2R1bGUuaWQsIFwiLnBvaW50ZXItZGV0YWlse2ZvbnQtZmFtaWx5OidIZWx2ZXRpY2EgTmV1ZScsSGVsdmV0aWNhLHNhbnMtc2VyaWY7cG9zaXRpb246cmVsYXRpdmU7aGVpZ2h0OjEwMCU7b3ZlcmZsb3c6aGlkZGVufS5wb2ludGVyLWRldGFpbCAuZi1ye2Zsb2F0OnJpZ2h0fS5wb2ludGVyLWRldGFpbCAuZi1se2Zsb2F0OmxlZnR9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWR7aGVpZ2h0OjQycHg7bGluZS1oZWlnaHQ6NDJweDtwYWRkaW5nOjAgLjI0cmVtO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICNlMWUxZTE7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWx7d2lkdGg6MjAlO3RleHQtYWxpZ246Y2VudGVyO2ZvbnQtc2l6ZToxNnB4O2hlaWdodDo0MnB4O2xpbmUtaGVpZ2h0OjQycHg7Y3Vyc29yOnBvaW50ZXI7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWwuYWN0e2NvbG9yOiMxMDgwZDA7Ym9yZGVyLWJvdHRvbToycHggc29saWQgIzEwODBkMH0ucG9pbnRlci1kZXRhaWwgLnBvaW50LWxpc3QtaGVhZCAuZi1ye2NvbG9yOiM2NjY7Zm9udC1zaXplOjEycHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWQgLmYtciBmb250e2NvbG9yOiNmZmEyMDA7Zm9udC1zaXplOjE4cHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50e3Bvc2l0aW9uOmFic29sdXRlO3RvcDo0MnB4O2xlZnQ6MDtyaWdodDowO3BhZGRpbmc6MCAxMnB4O2JvdHRvbTowO2hlaWdodDoxMDBweDtvdmVyZmxvdy15OmF1dG99LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50IC5oYXNfZGF0YSAuZGF0YS1ncm91cHtoZWlnaHQ6NjBweDtib3JkZXItYm90dG9tOjFweCBzb2xpZCAjZTFlMWUxfS5wb2ludGVyLWRldGFpbCAucG9pbnRfY29udGVudCAuaGFzX2RhdGEgLmRhdGEtZ3JvdXAgLmYtbHtoZWlnaHQ6NjBweDtwYWRkaW5nLXRvcDoxMHB4Oy13ZWJraXQtYm94LXNpemluZzpib3JkZXItYm94O2JveC1zaXppbmc6Ym9yZGVyLWJveH0ucG9pbnRlci1kZXRhaWwgLnBvaW50X2NvbnRlbnQgLmhhc19kYXRhIC5kYXRhLWdyb3VwIC5mLWwgZGl2e2NvbG9yOiMzMzM7Zm9udC1zaXplOjE0cHg7bGluZS1oZWlnaHQ6MjFweH0ucG9pbnRlci1kZXRhaWwgLnBvaW50X2NvbnRlbnQgLmhhc19kYXRhIC5kYXRhLWdyb3VwIC5mLWwgc3Bhbntjb2xvcjojOTk5O2ZvbnQtc2l6ZToxMnB4O2xpbmUtaGVpZ2h0OjIxcHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50IC5oYXNfZGF0YSAuZGF0YS1ncm91cCAuZi1ye2xpbmUtaGVpZ2h0OjYwcHg7aGVpZ2h0OjYwcHg7Y29sb3I6I2ZmYTIwMDtmb250LXNpemU6MThweH1cIiwgXCJcIl0pO1xuXG4vLyBleHBvcnRzXG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Iiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css\n");
/***/ })
})
\ No newline at end of file
webpackHotUpdate(11,{
/***/ "./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css":
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./src/assets/css/pointmall/pointDetail.min.css ***!
\**************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".pointer-detail{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{height:42px;line-height:42px;padding:0 .24rem;border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;height:100px;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}\", \"\"]);\n\n// exports\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9pbmRleC5qcz8hLi9ub2RlX21vZHVsZXMvX3Z1ZS1sb2FkZXJAMTUuNi40QHZ1ZS1sb2FkZXIvbGliL2xvYWRlcnMvc3R5bGVQb3N0TG9hZGVyLmpzIS4vbm9kZV9tb2R1bGVzL19wb3N0Y3NzLWxvYWRlckAzLjAuMEBwb3N0Y3NzLWxvYWRlci9zcmMvaW5kZXguanM/IS4vc3JjL2Fzc2V0cy9jc3MvcG9pbnRtYWxsL3BvaW50RGV0YWlsLm1pbi5jc3MuanMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9zcmMvYXNzZXRzL2Nzcy9wb2ludG1hbGwvcG9pbnREZXRhaWwubWluLmNzcz9hOTI4Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydHMgPSBtb2R1bGUuZXhwb3J0cyA9IHJlcXVpcmUoXCIuLi8uLi8uLi8uLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9saWIvY3NzLWJhc2UuanNcIikoZmFsc2UpO1xuLy8gaW1wb3J0c1xuXG5cbi8vIG1vZHVsZVxuZXhwb3J0cy5wdXNoKFttb2R1bGUuaWQsIFwiLnBvaW50ZXItZGV0YWlse2ZvbnQtZmFtaWx5OidIZWx2ZXRpY2EgTmV1ZScsSGVsdmV0aWNhLHNhbnMtc2VyaWY7cG9zaXRpb246cmVsYXRpdmU7aGVpZ2h0OjEwMCU7b3ZlcmZsb3c6aGlkZGVufS5wb2ludGVyLWRldGFpbCAuZi1ye2Zsb2F0OnJpZ2h0fS5wb2ludGVyLWRldGFpbCAuZi1se2Zsb2F0OmxlZnR9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWR7aGVpZ2h0OjQycHg7bGluZS1oZWlnaHQ6NDJweDtwYWRkaW5nOjAgLjI0cmVtO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICNlMWUxZTE7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWx7d2lkdGg6MjAlO3RleHQtYWxpZ246Y2VudGVyO2ZvbnQtc2l6ZToxNnB4O2hlaWdodDo0MnB4O2xpbmUtaGVpZ2h0OjQycHg7Y3Vyc29yOnBvaW50ZXI7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWwuYWN0e2NvbG9yOiMxMDgwZDA7Ym9yZGVyLWJvdHRvbToycHggc29saWQgIzEwODBkMH0ucG9pbnRlci1kZXRhaWwgLnBvaW50LWxpc3QtaGVhZCAuZi1ye2NvbG9yOiM2NjY7Zm9udC1zaXplOjEycHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWQgLmYtciBmb250e2NvbG9yOiNmZmEyMDA7Zm9udC1zaXplOjE4cHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50e3Bvc2l0aW9uOmFic29sdXRlO3RvcDo0MnB4O2xlZnQ6MDtyaWdodDowO3BhZGRpbmc6MCAxMnB4O2hlaWdodDoxMDBweDtvdmVyZmxvdy15OmF1dG99LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50IC5oYXNfZGF0YSAuZGF0YS1ncm91cHtoZWlnaHQ6NjBweDtib3JkZXItYm90dG9tOjFweCBzb2xpZCAjZTFlMWUxfS5wb2ludGVyLWRldGFpbCAucG9pbnRfY29udGVudCAuaGFzX2RhdGEgLmRhdGEtZ3JvdXAgLmYtbHtoZWlnaHQ6NjBweDtwYWRkaW5nLXRvcDoxMHB4Oy13ZWJraXQtYm94LXNpemluZzpib3JkZXItYm94O2JveC1zaXppbmc6Ym9yZGVyLWJveH0ucG9pbnRlci1kZXRhaWwgLnBvaW50X2NvbnRlbnQgLmhhc19kYXRhIC5kYXRhLWdyb3VwIC5mLWwgZGl2e2NvbG9yOiMzMzM7Zm9udC1zaXplOjE0cHg7bGluZS1oZWlnaHQ6MjFweH0ucG9pbnRlci1kZXRhaWwgLnBvaW50X2NvbnRlbnQgLmhhc19kYXRhIC5kYXRhLWdyb3VwIC5mLWwgc3Bhbntjb2xvcjojOTk5O2ZvbnQtc2l6ZToxMnB4O2xpbmUtaGVpZ2h0OjIxcHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50IC5oYXNfZGF0YSAuZGF0YS1ncm91cCAuZi1ye2xpbmUtaGVpZ2h0OjYwcHg7aGVpZ2h0OjYwcHg7Y29sb3I6I2ZmYTIwMDtmb250LXNpemU6MThweH1cIiwgXCJcIl0pO1xuXG4vLyBleHBvcnRzXG4iXSwibWFwcGluZ3MiOiJBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Iiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css\n");
/***/ })
})
\ No newline at end of file
webpackHotUpdate(11,{
/***/ "./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css":
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./src/assets/css/pointmall/pointDetail.min.css ***!
\**************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".pointer-detail{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{height:42px;line-height:42px;padding:0 .24rem;border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}\", \"\"]);\n\n// exports\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9pbmRleC5qcz8hLi9ub2RlX21vZHVsZXMvX3Z1ZS1sb2FkZXJAMTUuNi40QHZ1ZS1sb2FkZXIvbGliL2xvYWRlcnMvc3R5bGVQb3N0TG9hZGVyLmpzIS4vbm9kZV9tb2R1bGVzL19wb3N0Y3NzLWxvYWRlckAzLjAuMEBwb3N0Y3NzLWxvYWRlci9zcmMvaW5kZXguanM/IS4vc3JjL2Fzc2V0cy9jc3MvcG9pbnRtYWxsL3BvaW50RGV0YWlsLm1pbi5jc3MuanMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9zcmMvYXNzZXRzL2Nzcy9wb2ludG1hbGwvcG9pbnREZXRhaWwubWluLmNzcz9hOTI4Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydHMgPSBtb2R1bGUuZXhwb3J0cyA9IHJlcXVpcmUoXCIuLi8uLi8uLi8uLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9saWIvY3NzLWJhc2UuanNcIikoZmFsc2UpO1xuLy8gaW1wb3J0c1xuXG5cbi8vIG1vZHVsZVxuZXhwb3J0cy5wdXNoKFttb2R1bGUuaWQsIFwiLnBvaW50ZXItZGV0YWlse2ZvbnQtZmFtaWx5OidIZWx2ZXRpY2EgTmV1ZScsSGVsdmV0aWNhLHNhbnMtc2VyaWY7cG9zaXRpb246cmVsYXRpdmU7aGVpZ2h0OjEwMCU7b3ZlcmZsb3c6aGlkZGVufS5wb2ludGVyLWRldGFpbCAuZi1ye2Zsb2F0OnJpZ2h0fS5wb2ludGVyLWRldGFpbCAuZi1se2Zsb2F0OmxlZnR9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWR7aGVpZ2h0OjQycHg7bGluZS1oZWlnaHQ6NDJweDtwYWRkaW5nOjAgLjI0cmVtO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICNlMWUxZTE7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWx7d2lkdGg6MjAlO3RleHQtYWxpZ246Y2VudGVyO2ZvbnQtc2l6ZToxNnB4O2hlaWdodDo0MnB4O2xpbmUtaGVpZ2h0OjQycHg7Y3Vyc29yOnBvaW50ZXI7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWwuYWN0e2NvbG9yOiMxMDgwZDA7Ym9yZGVyLWJvdHRvbToycHggc29saWQgIzEwODBkMH0ucG9pbnRlci1kZXRhaWwgLnBvaW50LWxpc3QtaGVhZCAuZi1ye2NvbG9yOiM2NjY7Zm9udC1zaXplOjEycHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWQgLmYtciBmb250e2NvbG9yOiNmZmEyMDA7Zm9udC1zaXplOjE4cHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50e3Bvc2l0aW9uOmFic29sdXRlO3RvcDo0MnB4O2xlZnQ6MDtyaWdodDowO3BhZGRpbmc6MCAxMnB4O2JvdHRvbTowfS5wb2ludGVyLWRldGFpbCAucG9pbnRfY29udGVudCAuaGFzX2RhdGEgLmRhdGEtZ3JvdXB7aGVpZ2h0OjYwcHg7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgI2UxZTFlMX0ucG9pbnRlci1kZXRhaWwgLnBvaW50X2NvbnRlbnQgLmhhc19kYXRhIC5kYXRhLWdyb3VwIC5mLWx7aGVpZ2h0OjYwcHg7cGFkZGluZy10b3A6MTBweDstd2Via2l0LWJveC1zaXppbmc6Ym9yZGVyLWJveDtib3gtc2l6aW5nOmJvcmRlci1ib3h9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50IC5oYXNfZGF0YSAuZGF0YS1ncm91cCAuZi1sIGRpdntjb2xvcjojMzMzO2ZvbnQtc2l6ZToxNHB4O2xpbmUtaGVpZ2h0OjIxcHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50IC5oYXNfZGF0YSAuZGF0YS1ncm91cCAuZi1sIHNwYW57Y29sb3I6Izk5OTtmb250LXNpemU6MTJweDtsaW5lLWhlaWdodDoyMXB4fS5wb2ludGVyLWRldGFpbCAucG9pbnRfY29udGVudCAuaGFzX2RhdGEgLmRhdGEtZ3JvdXAgLmYtcntsaW5lLWhlaWdodDo2MHB4O2hlaWdodDo2MHB4O2NvbG9yOiNmZmEyMDA7Zm9udC1zaXplOjE4cHh9XCIsIFwiXCJdKTtcblxuLy8gZXhwb3J0c1xuIl0sIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOyIsInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css\n");
/***/ })
})
\ No newline at end of file
webpackHotUpdate(11,{
/***/ "./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css":
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./src/assets/css/pointmall/pointDetail.min.css ***!
\**************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".pointer-detail{font-family:'Helvetica Neue',Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{height:42px;line-height:42px;padding:0 .24rem;border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}\", \"\"]);\n\n// exports\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9pbmRleC5qcz8hLi9ub2RlX21vZHVsZXMvX3Z1ZS1sb2FkZXJAMTUuNi40QHZ1ZS1sb2FkZXIvbGliL2xvYWRlcnMvc3R5bGVQb3N0TG9hZGVyLmpzIS4vbm9kZV9tb2R1bGVzL19wb3N0Y3NzLWxvYWRlckAzLjAuMEBwb3N0Y3NzLWxvYWRlci9zcmMvaW5kZXguanM/IS4vc3JjL2Fzc2V0cy9jc3MvcG9pbnRtYWxsL3BvaW50RGV0YWlsLm1pbi5jc3MuanMiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8vLi9zcmMvYXNzZXRzL2Nzcy9wb2ludG1hbGwvcG9pbnREZXRhaWwubWluLmNzcz9hOTI4Il0sInNvdXJjZXNDb250ZW50IjpbImV4cG9ydHMgPSBtb2R1bGUuZXhwb3J0cyA9IHJlcXVpcmUoXCIuLi8uLi8uLi8uLi9ub2RlX21vZHVsZXMvX2Nzcy1sb2FkZXJAMS4wLjFAY3NzLWxvYWRlci9saWIvY3NzLWJhc2UuanNcIikoZmFsc2UpO1xuLy8gaW1wb3J0c1xuXG5cbi8vIG1vZHVsZVxuZXhwb3J0cy5wdXNoKFttb2R1bGUuaWQsIFwiLnBvaW50ZXItZGV0YWlse2ZvbnQtZmFtaWx5OidIZWx2ZXRpY2EgTmV1ZScsSGVsdmV0aWNhLHNhbnMtc2VyaWY7cG9zaXRpb246cmVsYXRpdmU7aGVpZ2h0OjEwMCU7b3ZlcmZsb3c6aGlkZGVufS5wb2ludGVyLWRldGFpbCAuZi1ye2Zsb2F0OnJpZ2h0fS5wb2ludGVyLWRldGFpbCAuZi1se2Zsb2F0OmxlZnR9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWR7aGVpZ2h0OjQycHg7bGluZS1oZWlnaHQ6NDJweDtwYWRkaW5nOjAgLjI0cmVtO2JvcmRlci1ib3R0b206MXB4IHNvbGlkICNlMWUxZTE7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWx7d2lkdGg6MjAlO3RleHQtYWxpZ246Y2VudGVyO2ZvbnQtc2l6ZToxNnB4O2hlaWdodDo0MnB4O2xpbmUtaGVpZ2h0OjQycHg7Y3Vyc29yOnBvaW50ZXI7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnQtbGlzdC1oZWFkIC5mLWwuYWN0e2NvbG9yOiMxMDgwZDA7Ym9yZGVyLWJvdHRvbToycHggc29saWQgIzEwODBkMH0ucG9pbnRlci1kZXRhaWwgLnBvaW50LWxpc3QtaGVhZCAuZi1ye2NvbG9yOiM2NjY7Zm9udC1zaXplOjEycHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludC1saXN0LWhlYWQgLmYtciBmb250e2NvbG9yOiNmZmEyMDA7Zm9udC1zaXplOjE4cHh9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50e3Bvc2l0aW9uOmFic29sdXRlO3RvcDo0MnB4O2xlZnQ6MDtyaWdodDowO3BhZGRpbmc6MCAxMnB4O2JvdHRvbTowO292ZXJmbG93LXk6YXV0b30ucG9pbnRlci1kZXRhaWwgLnBvaW50X2NvbnRlbnQgLmhhc19kYXRhIC5kYXRhLWdyb3Vwe2hlaWdodDo2MHB4O2JvcmRlci1ib3R0b206MXB4IHNvbGlkICNlMWUxZTF9LnBvaW50ZXItZGV0YWlsIC5wb2ludF9jb250ZW50IC5oYXNfZGF0YSAuZGF0YS1ncm91cCAuZi1se2hlaWdodDo2MHB4O3BhZGRpbmctdG9wOjEwcHg7LXdlYmtpdC1ib3gtc2l6aW5nOmJvcmRlci1ib3g7Ym94LXNpemluZzpib3JkZXItYm94fS5wb2ludGVyLWRldGFpbCAucG9pbnRfY29udGVudCAuaGFzX2RhdGEgLmRhdGEtZ3JvdXAgLmYtbCBkaXZ7Y29sb3I6IzMzMztmb250LXNpemU6MTRweDtsaW5lLWhlaWdodDoyMXB4fS5wb2ludGVyLWRldGFpbCAucG9pbnRfY29udGVudCAuaGFzX2RhdGEgLmRhdGEtZ3JvdXAgLmYtbCBzcGFue2NvbG9yOiM5OTk7Zm9udC1zaXplOjEycHg7bGluZS1oZWlnaHQ6MjFweH0ucG9pbnRlci1kZXRhaWwgLnBvaW50X2NvbnRlbnQgLmhhc19kYXRhIC5kYXRhLWdyb3VwIC5mLXJ7bGluZS1oZWlnaHQ6NjBweDtoZWlnaHQ6NjBweDtjb2xvcjojZmZhMjAwO2ZvbnQtc2l6ZToxOHB4fVwiLCBcIlwiXSk7XG5cbi8vIGV4cG9ydHNcbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTsiLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/pointmall/pointDetail.min.css\n");
/***/ })
})
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
{"h":"49d21452e47e3c1470f9","c":{"11":true}}
\ 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.
{"h":"b6757a4a47883c3ad00a","c":{"1":false}}
\ No newline at end of file
This diff is collapsed. Click to expand it.
{"h":"d18ff33da8ec88e45231","c":{"11":true}}
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
{"h":"fff1537500de938a6277","c":{"1":false}}
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
{"h":"66099a6e3ebdac65941a","c":{"0":false}}
\ 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}.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:700}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point{padding-top:42px}.pointmall .point-mall-section .data-points .data-box-point .box-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(2n){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px}.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}
\ 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}.exchange{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.exchange .f-r{float:right}.exchange .f-l{float:left}.exchange .point-list-head1{height:42px;line-height:42px;padding:0 5%;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.exchange .point-list-head1 li{display:inline-block;width:30%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .point-list-head1 li.act{color:#1080d0;border-bottom:2px solid #1080d0}.exchange .exchange_content{position:absolute;top:42px;left:0;right:0;padding:0 .32rem;bottom:0;overflow-y:auto}.exchange .exchange_content .data-group{border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l{height:70px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l .imgbox{overflow:hidden;margin-right:10px}.exchange .exchange_content .data-group .f-l .imgbox img{width:2rem;height:1.33rem;border-radius:4px}.exchange .exchange_content .data-group .f-l.infotext{width:3.6rem}.exchange .exchange_content .data-group .f-l.infotext .boxtextx{height:32.5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:16.5px;color:#333;font-size:.37rem}.exchange .exchange_content .data-group .f-l.infotext span{color:#999;font-size:.32rem}.exchange .exchange_content .data-group .f-r{height:70px;line-height:70px;color:#ffa200;font-size:.37rem}
\ 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;-moz-text-align-last: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
.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
.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}.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}
\ 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
.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}.pointer-rule .point-mall-rule{padding:0 12px}.pointer-rule .rule-content{padding-top:18px}.pointer-rule .rule-content p{margin-bottom:10px;color:#666!important;font-size:13px}
\ 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}.pointer-detail{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{padding:0 .24rem;border-bottom:1px solid #e1e1e1}.pointer-detail .point-list-head,.pointer-detail .point-list-head .f-l{height:42px;line-height:42px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;cursor:pointer}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:42px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}
\ No newline at end of file
{"h":"04bfd3c3bf000cd80022","c":{"11":true}}
\ No newline at end of file
{"h":"ff3fb64ec518e081cd03","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-178fc040.398c037f.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-1acedf28.16c2a686.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-2062aa6f.b0b33a93.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-2fc2e42f.ecf1320d.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-33b3c771.33dc63c8.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-39df84b0.c0f345b7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-49cd095b.500818db.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-4ae3e765.bcecf0d4.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5a11c6eb.045485d7.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-5f3a7aa7.af566868.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-6f2df4c6.42743190.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-73b3e1a8.d7e46390.css rel=prefetch><link href=//h5static.ichunt.com/css/chunk-8ce0ddd0.22356d82.css rel=prefetch><link href=//h5static.ichunt.com/js/chunk-178fc040.ad36be20.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-1acedf28.f673d5d1.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-2062aa6f.f569b862.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-2fc2e42f.e627b054.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-33b3c771.b82835b7.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-39df84b0.54986ed9.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-49cd095b.05f081a4.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-4ae3e765.ecb7b495.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5a11c6eb.52764ae6.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-5f3a7aa7.a7601ed5.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-6f2df4c6.1b7c8f2b.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-73b3e1a8.b633b2d5.js rel=prefetch><link href=//h5static.ichunt.com/js/chunk-8ce0ddd0.5a30b101.js rel=prefetch><link href=//h5static.ichunt.com/css/app.b0927897.css rel=preload as=style><link href=//h5static.ichunt.com/css/chunk-vendors.4a9b0375.css rel=preload as=style><link href=//h5static.ichunt.com/js/app.1fb0ffc6.js rel=preload as=script><link href=//h5static.ichunt.com/js/chunk-vendors.50fdf1c4.js rel=preload as=script><link href=//h5static.ichunt.com/css/chunk-vendors.4a9b0375.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="//szh5static.ichunt.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="//szh5static.ichunt.com/static/js/flexible.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//szh5static.ichunt.com/static/js/shence.min.js" type="text/javascript" charset="utf-8"></script>
<link href="//szh5static.ichunt.com/0.js" rel="prefetch"><link href="//szh5static.ichunt.com/1.js" rel="prefetch"><link href="//szh5static.ichunt.com/10.js" rel="prefetch"><link href="//szh5static.ichunt.com/11.js" rel="prefetch"><link href="//szh5static.ichunt.com/12.js" rel="prefetch"><link href="//szh5static.ichunt.com/13.js" rel="prefetch"><link href="//szh5static.ichunt.com/2.js" rel="prefetch"><link href="//szh5static.ichunt.com/3.js" rel="prefetch"><link href="//szh5static.ichunt.com/4.js" rel="prefetch"><link href="//szh5static.ichunt.com/5.js" rel="prefetch"><link href="//szh5static.ichunt.com/6.js" rel="prefetch"><link href="//szh5static.ichunt.com/7.js" rel="prefetch"><link href="//szh5static.ichunt.com/8.js" rel="prefetch"><link href="//szh5static.ichunt.com/9.js" rel="prefetch"><link href="//szh5static.ichunt.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 : "";
var Days = time;
var exp = new Date();
......@@ -114,7 +150,12 @@
document.getElementsByTagName('head')[0].appendChild(mta);
})();
}
}</script><script>//神策统计
}
</script>
<script type="text/javascript">
//神策统计
var host_v = window.location.host;
var __PUBLIC__;
......@@ -224,4 +265,7 @@
user_rank: '0'
});
sensors.quick('autoTrack');
}</script><script src=//h5static.ichunt.com/js/chunk-vendors.50fdf1c4.js></script><script src=//h5static.ichunt.com/js/app.1fb0ffc6.js></script></body></html>
\ No newline at end of file
}
</script>
<script type="text/javascript" src="//szh5static.ichunt.com/app.js"></script></body>
</html>
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1acedf28"],{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("6e6d"),c=e("a4c0");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("17cc"),d=Object(l["a"])(m,i,o,!1,null,null,null);s["a"]=d.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("cc80"),n=e.n(a),c=e("3f47"),r=e("6e6d"),m=e("52c1"),l=e("a4c0"),d=e("7f1b"),u=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:u["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=u["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:d["a"]}},p=f,v=(e("fc4b"),e("17cc")),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"},adb7:function(t,s,e){},cc80:function(t,s,e){t.exports=e("5ab7")},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("adb7"),o=e.n(i);o.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2062aa6f"],{"3b79":function(t,i,n){"use strict";var s=n("673c"),a=n.n(s);a.a},"55df":function(t,i,n){},"57af":function(t,i,n){"use strict";var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("section",[n("div",{staticClass:"header-page clr"},[n("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),n("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?n("Menu",{attrs:{color:t.color}}):t._e()],1)])},a=[],e=n("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:e["a"]}},c=o,r=(n("9f93"),n("17cc")),l=Object(r["a"])(c,s,a,!1,null,null,null);i["a"]=l.exports},"673c":function(t,i,n){},7161:function(t,i,n){},7272:function(t,i,n){"use strict";var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",[t.flag?n("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),n("div",{staticClass:"menu clr"},[n("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?n("div",[n("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},a=[function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("ul",{staticClass:"menu-view"},[n("li",[n("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),n("li",[n("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),n("li",[n("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),n("li",[n("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),n("li",{staticClass:"mui-table-view-cell "},[n("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),n("li",[n("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[n("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},o=e,c=(n("3b79"),n("17cc")),r=Object(c["a"])(o,s,a,!1,null,null,null);i["a"]=r.exports},"8ea7":function(t,i,n){"use strict";var s=n("7161"),a=n.n(s);a.a},"9f93":function(t,i,n){"use strict";var s=n("55df"),a=n.n(s);a.a},c46d:function(t,i,n){"use strict";n.r(i);var s=function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"pointmall"},[n("Header",{attrs:{title:t.title}}),n("div",{staticClass:"point-mall-head"},[n("div",{staticClass:"point-head-top clr"},[t._m(0),t.isLogin?t._e():n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name point-info-namep"},[n("a",{attrs:{href:t.loginUrl}},[t._v("立即登录")])])]),t.isLogin?n("div",{staticClass:"point-user-info fl"},[n("div",{staticClass:"point-info-name"},[t._v(t._s(t.userInfo.user_name||t.userInfo.mobile||t.userInfo.email))]),n("div",{staticClass:"point-info-phone"},[t._v(t._s(t.userInfo.mobile))])]):t._e(),n("div",{staticClass:"point-qian fr"},[n("div",{staticClass:"qian-btn fr",class:{dis:t.isSignInToday},on:{click:function(i){return t.qiandao()}}},[n("i",{staticClass:"icon iconfont icon-qiandao"}),n("font",[t.isSignInToday?[t._v("已")]:t._e(),t._v("签到")],2)],1),t.isLogin?[n("div",{staticClass:"current-point fr"},[t._v("当前积分: "),n("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]:[n("div",{staticClass:"current-point fr"},[t._v("登录后查看积分")])]],2)]),n("div",{staticClass:"point-head-bottom clr"},[n("div",{staticClass:"fl add-points points-bt",on:{click:function(i){return t.zhuanjifen()}}},[t._m(1),n("div",[t._v("赚取积分")])]),t._m(2),t._m(3)])]),n("div",{staticClass:"point-line"}),n("div",{staticClass:"point-mall-section"},[t._m(4),n("ul",{staticClass:"point-list-nav"},t._l(t.navlist,function(i,s){return n("li",{class:{act:t.act==s},on:{click:function(i){return t.tab(s)}}},[t._v("\n "+t._s(i.prise_type_text)+"\n ")])}),0),n("div",{staticClass:"data-points"},[t._l(t.navlist,function(i,s){return[n("div",{directives:[{name:"show",rawName:"v-show",value:s==t.act,expression:"index==act"}],staticClass:"data-box-point clear"},[t._l(t.listdata,function(s,a){return[i.prise_type==s.prize_type?n("div",{staticClass:"box-group fl"},[n("div",{staticClass:"point-group-top"},[n("img",{attrs:{src:s.prize_img_url,alt:s.prize_desc}})]),n("div",{staticClass:"prize-name"},[t._v(t._s(s.prize_name)+" ")]),n("div",{staticClass:"points-nees"},[t._v("需"+t._s(s.prize_point)+"积分")]),n("a",{staticClass:"change-btn",on:{click:function(i){return t.changePrize(s.point_prize_id,s.prize_point,s.prize_name)}}},[t._v("兑换")])]):t._e()]})],2)]})],2)]),n("div",{directives:[{name:"show",rawName:"v-show",value:t.addPointState,expression:"addPointState"}],staticClass:"add-points-mask"},[n("div",{staticClass:"add-points-content"},[n("i",{staticClass:"icon iconfont icon-guanbi close-point",on:{click:function(i){t.addPointState=!t.addPointState}}}),n("div",{staticClass:"infobox clear"},[n("div",{staticClass:"infoboxh infoboxe clear"},[t._m(5),t.checkInfoState?[n("a",{staticClass:"fr dis",attrs:{href:"javascript:void(0)"}},[t._v("已完善")])]:[n("a",{staticClass:"fr",attrs:{href:"/v3/user/account"}},[t._v("去完善")])]],2),t._m(6)])])]),t.loading?n("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},a=[function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl imgboxp"},[n("img",{attrs:{src:"https://static.ichunt.com/dist/res/m/images/headimg/boy1.png",alt:"猎芯网"}})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-zhuanqujifen"})])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl points-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/point"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-jifenmingxi"})]),n("div",[t._v("积分明细")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl change-detail points-bt"},[n("a",{attrs:{href:"/h5/view/#/exchange"}},[n("div",{staticClass:"icon-box"},[n("i",{staticClass:"icon iconfont icon-duihuanjilu"})]),n("div",[t._v("兑换记录")])])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"point-section-title clear"},[n("div",{staticClass:"fl"},[t._v("积分兑换")]),n("a",{staticClass:"fr",attrs:{href:"/h5/view/#/pointrule"}},[t._v("积分规则>")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"fl"},[n("p",[t._v("完善基本信息")]),n("span",[t._v("每项领取40积分")])])},function(){var t=this,i=t.$createElement,n=t._self._c||i;return n("div",{staticClass:"infoboxh infoboxf clear"},[n("div",{staticClass:"fl"},[n("p",[t._v("支付订单")]),n("span",[t._v("交易成功后,联营订单金额1元获得1个积分,自营订单金额1元获得2个积分")])]),n("a",{staticClass:"fr",attrs:{href:"/"}},[t._v("去下单")])])}],e=(n("b06f"),n("3f47")),o=n("6e6d"),c=n("52c1"),r=n("a4c0"),l=n("57af"),f=n("4260");o["a"].use(r["i"]).use(r["e"]).use(r["a"]);var u={name:"Pointmall",computed:Object(e["a"])({},Object(c["b"])({loading:function(t){return t.pointmall.loading},userInfo:function(t){return t.pointmall.userInfo},getUserCurrentPoint:function(t){return t.pointmall.getUserCurrentPoint},isSignInToday:function(t){return t.pointmall.isSignInToday},isSignInTodayStateGo:function(t){return t.pointmall.isSignInTodayStateGo},checkInfoState:function(t){return t.pointmall.checkInfoState},navlist:function(t){return t.pointmall.navlist},listdata:function(t){return t.pointmall.listdata}})),data:function(){return{loginUrl:"/v3/login?referer="+encodeURIComponent(window.location.href),title:"积分商城",act:0,addPointState:!1,isLogingo:1==f["a"].isLogin(),isLogin:!!f["a"].isLogin()}},created:function(){this.loginstate()},methods:{loginstate:function(){this.$store.dispatch({type:"getPointPrize"}),this.isLogin&&(this.check(),this.$store.dispatch({type:"getUserCurrentPoint"}),this.$store.dispatch({type:"isSignInToday"}))},tab:function(t){this.act!=t&&(this.act=t)},check:function(){this.$store.dispatch({type:"loginCheckp"})},qiandao:function(){this.isSignInToday||(this.isLogingo?this.$store.dispatch({type:"signIn"}):window.location.href=this.loginUrl)},zhuanjifen:function(){1==f["a"].isLogin()?(this.addPointState=!0,this.$store.dispatch({type:"checkMktScore"})):window.location.href=this.loginUrl},changePrize:function(t,i,n){var s=this;if(this.isLogingo){if(0==this.getUserCurrentPoint)return void Object(r["i"])({message:"当前没有积分噢",duration:3e3});if(this.getUserCurrentPoint<Number(i))return void r["a"].confirm({title:"温馨提示",message:"您当前拥有"+this.getUserCurrentPoint+"积分,还差"+(Number(i)-this.getUserCurrentPoint)+"积分可以兑换此奖品,立即去赚取积分吧",confirmButtonText:"赚取积分"}).then(function(){s.zhuanjifen()}).catch(function(){});r["a"].confirm({title:"温馨提示",message:"你确定要以"+i+"积分兑换"+n+"吗?"}).then(function(){s.$store.dispatch({type:"exchangePrize",point_prize_id:t})}).catch(function(){})}else window.location.href=this.loginUrl}},watch:{isSignInTodayStateGo:function(t){t&&this.$store.dispatch({type:"getUserCurrentPoint"})}},components:{Header:l["a"]}},d=u,p=(n("8ea7"),n("17cc")),v=Object(p["a"])(d,s,a,!1,null,"37e1d71e",null);i["default"]=v.exports}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2fc2e42f"],{"248f":function(t,i,s){"use strict";var c=s("f791"),n=s.n(c);n.a},"3b79":function(t,i,s){"use strict";var c=s("673c"),n=s.n(c);n.a},4835:function(t,i,s){"use strict";s.r(i);var c=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"exchange"},[s("Header",{attrs:{title:"兑换记录"}}),s("ul",{staticClass:"point-list-head1"},[s("li",{class:{act:1==t.navIndex},on:{click:function(i){return t.changeNav(1)}}},[t._v("实物")]),s("li",{class:{act:2==t.navIndex},on:{click:function(i){return t.changeNav(2)}}},[t._v("优惠券")]),s("li",{class:{act:3==t.navIndex},on:{click:function(i){return t.changeNav(3)}}},[t._v("储值卡")])]),s("div",{staticClass:"exchange_content"},[t.lists.length?s("div",{staticClass:"has_data"},t._l(t.lists,function(i){return s("div",{staticClass:"data-group clr"},[s("div",{staticClass:"f-l"},[s("div",{staticClass:"imgbox"},[s("img",{attrs:{src:i.src}})])]),s("div",{staticClass:"f-l infotext"},[s("div",{staticClass:"boxtextx"},[t._v(t._s(i.title))]),s("span",[t._v(t._s(i.time))])]),s("div",{staticClass:"f-r"},[t._v("支出"+t._s(i.point||0)+"积分")])])}),0):s("div",{staticClass:"no_data"},[t._v("暂无数据")])])],1)},n=[],a=s("57af"),e={components:{Header:a["a"]},data:function(){return{lists1:[{src:"http://img.ichunt.com/test/images/ichunt/201811/23/ab134030d646955a62aaa0790d07d86a.jpg",title:"three3 price",time:"2018-12-10 11:02:37",point:"80"},{src:"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",title:"小米手环",time:"2018-12-10 11:02:37",point:"100"},{src:"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",title:"小米手环",time:"2018-12-10 11:02:37",point:"100"},{src:"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",title:"小米手环",time:"2018-12-10 11:02:37",point:"100"},{src:"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",title:"小米手环",time:"2018-12-10 11:02:37",point:"100"},{src:"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",title:"小米手环",time:"2018-12-10 11:02:37",point:"1000"},{src:"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",title:"小米手环",time:"2018-12-10 11:02:37",point:"100"},{src:"http://img.ichunt.com/test/images/ichunt/201811/15/43c76df5017078520c9cc348167fafb0.jpg",title:"小米手环",time:"2018-12-10 11:02:37",point:"100"}],lists2:[{src:"http://img.ichunt.com/test/images/ichunt/201811/15/b5ecc813e2a6eeb62d3a9d26181e5184.jpg",title:"优惠券",time:"2018-12-10 11:02:37",point:"50"}],lists3:[],navIndex:1,lists:[]}},mounted:function(){this.lists=this.lists1},methods:{changeNav:function(t){this.navIndex=t,this.lists=1==t?this.lists1:2==t?this.lists2:this.lists3}}},o=e,l=(s("248f"),s("17cc")),r=Object(l["a"])(o,c,n,!1,null,"9937b268",null);i["default"]=r.exports},"55df":function(t,i,s){},"57af":function(t,i,s){"use strict";var c=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("section",[s("div",{staticClass:"header-page clr"},[s("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),s("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?s("Menu",{attrs:{color:t.color}}):t._e()],1)])},n=[],a=s("7272"),e={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:a["a"]}},o=e,l=(s("9f93"),s("17cc")),r=Object(l["a"])(o,c,n,!1,null,null,null);i["a"]=r.exports},"673c":function(t,i,s){},7272:function(t,i,s){"use strict";var c=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",[t.flag?s("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),s("div",{staticClass:"menu clr"},[s("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?s("div",[s("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},n=[function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("ul",{staticClass:"menu-view"},[s("li",[s("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),s("li",[s("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),s("li",[s("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),s("li",[s("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),s("li",{staticClass:"mui-table-view-cell "},[s("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),s("li",[s("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],a={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},e=a,o=(s("3b79"),s("17cc")),l=Object(o["a"])(e,c,n,!1,null,null,null);i["a"]=l.exports},"9f93":function(t,i,s){"use strict";var c=s("55df"),n=s.n(c);n.a},f791:function(t,i,s){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-39df84b0"],{"3b79":function(t,i,a){"use strict";var s=a("673c"),n=a.n(s);n.a},"55df":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("17cc")),r=Object(o["a"])(l,s,n,!1,null,null,null);i["a"]=r.exports},"673c":function(t,i,a){},"722b":function(t,i,a){},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("17cc")),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("722b"),n=a.n(s);n.a},"9f93":function(t,i,a){"use strict";var s=a("55df"),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("3f47"),c=a("6e6d"),l=a("52c1"),o=a("a4c0"),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("17cc")),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-49cd095b"],{"0224":function(t,i,s){"use strict";s.r(i);var a=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"pointer-detail"},[s("Header",{attrs:{title:"兑换成功"}}),s("img",{staticClass:"change-head-img",attrs:{src:"https://static.ichunt.com/dist/res/m/images/change_success.png",alt:"猎芯网"}}),s("div",{staticClass:"tip-success-change"},[t._v("恭喜您成功兑换 "),s("b",[t._v(t._s(t.prize_info.prize_name))]),t._v(" 一份")]),3==t.prize_type?s("div",{staticClass:"box-change box-xn"},[s("div",{staticClass:"change-rule-tip"},[t._v("我们将于兑换后两个工作日内,把使用规则以短信形式发给您!")]),s("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),s("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),2==t.prize_type?s("div",{staticClass:"box-change box-yhq"},[s("div",{staticClass:"check-change-tip"},[t._v("您也可以前往兑换记录进行查看!")]),s("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),1==t.prize_type?s("div",{staticClass:"box-change box-sw"},[s("div",{staticClass:"point-addersstip"},[t._v("我们将邮寄到如下地址:")]),s("div",{staticClass:"point-adderss-box"},[t.address_info?[t._v("\n 收件人:"+t._s(t.address_info.consignee)),s("br"),t._v("\n 电话:"+t._s(t.address_info.mobile)),s("br"),s("div",{staticClass:"inline-block-text"},[s("div",[t._v("地址:")]),t.address_info.point_addressp?s("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.detail_address))]):s("div",{staticClass:"pce80"},[t._v(t._s(t.address_info.province_val)+t._s(t.address_info.city_val)+t._s(t.address_info.district_val)+t._s(t.address_info.detail_address))])])]:[s("div",{staticClass:"no-point-address"},[t._v("当前无收件人信息,请录入收件人信息!")])]],2),s("a",{staticClass:"address-link",attrs:{href:"/v3/user/reciveaddress.html?points="+t.point_exchange_id+"&address_id="+t.prize_info.address_id}},[t._v("更换地址")]),s("a",{staticClass:"go-change",attrs:{href:"/h5/view/#/exchange"}},[t._v("去查看")])]):t._e(),t.loading?s("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],n=s("3f47"),c=s("6e6d"),o=s("52c1"),r=s("a4c0"),l=s("57af");c["a"].use(r["e"]);var d={name:"pointchange",data:function(){return{prize_type:this.$route.query.prize_type,point_exchange_id:this.$route.query.point_exchange_id}},computed:Object(n["a"])({},Object(o["b"])({loading:function(t){return t.pointchange.loading},prize_info:function(t){return t.pointchange.prize_info},prize_types:function(t){return t.pointchange.prize_types},adressApiState:function(t){return t.pointchange.adressApiState},address_info:function(t){return t.pointchange.address_info}})),created:function(){this.getPrizeInfo()},methods:{getPrizeInfo:function(){this.$store.dispatch({type:"getUserPointExchangeDetail",point_exchange_id:this.$route.query.point_exchange_id})}},watch:{prize_types:function(t){this.prize_type=t},adressApiState:function(t){t&&this.$store.dispatch({type:"recvlist"})}},components:{Header:l["a"]}},p=d,f=(s("8cb6"),s("17cc")),u=Object(f["a"])(p,a,e,!1,null,"46dacfbe",null);i["default"]=u.exports},"3b79":function(t,i,s){"use strict";var a=s("673c"),e=s.n(a);e.a},"55df":function(t,i,s){},"57af":function(t,i,s){"use strict";var a=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("section",[s("div",{staticClass:"header-page clr"},[s("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),s("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?s("Menu",{attrs:{color:t.color}}):t._e()],1)])},e=[],n=s("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:n["a"]}},o=c,r=(s("9f93"),s("17cc")),l=Object(r["a"])(o,a,e,!1,null,null,null);i["a"]=l.exports},"673c":function(t,i,s){},7272:function(t,i,s){"use strict";var a=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",[t.flag?s("div",{staticClass:"menu-fade",on:{click:function(i){t.flag=!1}}}):t._e(),s("div",{staticClass:"menu clr"},[s("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(i){t.flag=!t.flag}}}),t.flag?s("div",[s("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("ul",{staticClass:"menu-view"},[s("li",[s("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),s("li",[s("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),s("li",[s("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),s("li",[s("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),s("li",{staticClass:"mui-table-view-cell "},[s("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),s("li",[s("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[s("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],n={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=n,o=(s("3b79"),s("17cc")),r=Object(o["a"])(c,a,e,!1,null,null,null);i["a"]=r.exports},"8cb6":function(t,i,s){"use strict";var a=s("c6b9"),e=s.n(a);e.a},"9f93":function(t,i,s){"use strict";var a=s("55df"),e=s.n(a);e.a},c6b9:function(t,i,s){}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4ae3e765"],{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("3f47"),c=a("6e6d"),o=a("52c1"),l=a("a4c0"),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("17cc")),h=Object(d["a"])(f,n,s,!1,null,"88b86944",null);i["default"]=h.exports},"291c":function(t,i,a){},"3b79":function(t,i,a){"use strict";var n=a("673c"),s=a.n(n);s.a},"55df":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("17cc")),r=Object(l["a"])(o,n,s,!1,null,null,null);i["a"]=r.exports},"673c":function(t,i,a){},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("17cc")),l=Object(o["a"])(c,n,s,!1,null,null,null);i["a"]=l.exports},"9c9e":function(t,i,a){"use strict";var n=a("291c"),s=a.n(n);s.a},"9f93":function(t,i,a){"use strict";var n=a("55df"),s=a.n(n);s.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5a11c6eb"],{"3b79":function(t,e,a){"use strict";var s=a("673c"),n=a.n(s);n.a},"55df":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("17cc")),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)}},"673c":function(t,e,a){},"6a0f":function(t,e,a){"use strict";var s=a("8450"),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("17cc")),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("cc80"),o=a.n(i),l=a("3f47"),c=a("6e6d"),r=a("52c1"),d=a("a4c0"),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("17cc")),w=Object(p["a"])(_,s,n,!1,null,null,null);e["default"]=w.exports},8450:function(t,e,a){},"9f93":function(t,e,a){"use strict";var s=a("55df"),n=a.n(s);n.a},cc80:function(t,e,a){t.exports=a("5ab7")}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5f3a7aa7"],{"3b79":function(t,n,a){"use strict";var i=a("673c"),e=a.n(i);e.a},"55df":function(t,n,a){},"57af":function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;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)])},e=[],o=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:o["a"]}},s=c,l=(a("9f93"),a("17cc")),r=Object(l["a"])(s,i,e,!1,null,null,null);n["a"]=r.exports},"673c":function(t,n,a){},7272:function(t,n,a){"use strict";var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",[t.flag?a("div",{staticClass:"menu-fade",on:{click:function(n){t.flag=!1}}}):t._e(),a("div",{staticClass:"menu clr"},[a("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(n){t.flag=!t.flag}}}),t.flag?a("div",[a("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},e=[function(){var t=this,n=t.$createElement,a=t._self._c||n;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("会员中心")])])])}],o={name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}},c=o,s=(a("3b79"),a("17cc")),l=Object(s["a"])(c,i,e,!1,null,null,null);n["a"]=l.exports},"7c3f":function(t,n,a){},9646:function(t,n,a){"use strict";a.r(n);var i=function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"pointer-rule"},[a("Header",{attrs:{title:"积分规则"}}),a("div",{staticClass:"point-mall-rule"},[a("div",{staticClass:"rule-content"},[a("p",[t._v("积分规则:")]),a("div",{domProps:{innerHTML:t._s(t.ruledata.content)}})])]),t.loading?a("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},e=[],o=a("3f47"),c=a("6e6d"),s=a("52c1"),l=a("a4c0"),r=a("57af");c["a"].use(l["e"]);var u={name:"pointrule",data:function(){return{}},computed:Object(o["a"])({},Object(s["b"])({loading:function(t){return t.pointrule.loading},ruledata:function(t){return t.pointrule.ruledata}})),created:function(){this.$store.dispatch({type:"pointruleApi"})},methods:{},watch:{},components:{Header:r["a"]}},f=u,p=(a("b5b4"),a("17cc")),d=Object(p["a"])(f,i,e,!1,null,"2e11cb6c",null);n["default"]=d.exports},"9f93":function(t,n,a){"use strict";var i=a("55df"),e=a.n(i);e.a},b5b4:function(t,n,a){"use strict";var i=a("7c3f"),e=a.n(i);e.a}}]);
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6f2df4c6"],{"0670":function(t,i,a){},"3b79":function(t,i,a){"use strict";var n=a("673c"),s=a.n(n);s.a},"55df":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"),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:e["a"]}},l=o,c=(a("9f93"),a("17cc")),r=Object(c["a"])(l,n,s,!1,null,null,null);i["a"]=r.exports},"673c":function(t,i,a){},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}}},o=e,l=(a("3b79"),a("17cc")),c=Object(l["a"])(o,n,s,!1,null,null,null);i["a"]=c.exports},"9f93":function(t,i,a){"use strict";var n=a("55df"),s=a.n(n);s.a},a419:function(t,i,a){"use strict";var n=a("0670"),s=a.n(n);s.a},ca8b: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("div",{staticClass:"pointer-detail"},[a("Header",{attrs:{title:"积分明细"}}),a("div",{staticClass:"point-list-head clr"},[a("div",{staticClass:"f-l",class:{act:1==t.flow_type},on:{click:function(i){return t.tab(1)}}},[t._v("收入")]),a("div",{staticClass:"f-l",class:{act:2==t.flow_type},on:{click:function(i){return t.tab(2)}}},[t._v("支出")]),a("div",{staticClass:"f-r point-value"},[t._v("\n 当前总积分:"),a("font",[t._v(t._s(t.getUserCurrentPoint))])],1)]),a("div",{ref:"pointContent",staticClass:"point_content"},[a("div",{staticClass:"has_data"},[a("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,offset:2,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(i){t.loading=i},expression:"loading"}},t._l(t.detaillist,function(i,n){return a("div",{key:n,staticClass:"data-group clr"},[a("div",{staticClass:"f-l"},[a("div",[t._v(t._s(i.flow_reason_type_text))]),a("span",[t._v(t._s(t._f("dateTimeFormate")(i.flow_time)))])]),a("div",{staticClass:"f-r"},[t._v(t._s(1==i.flow_type?"+":"-")+t._s(i.flow_point))])])}),0)],1)])],1)},s=[],e=a("3f47"),o=a("6e6d"),l=a("52c1"),c=a("a4c0"),r=a("57af");o["a"].use(c["d"]);var f={name:"pointdetail",data:function(){return{page:1,loading:!1,limit:12,flow_type:1,detaillists:[]}},computed:Object(e["a"])({},Object(l["b"])({getUserCurrentPoint:function(t){return t.pointdetail.getUserCurrentPoint},loadStatus:function(t){return t.pointdetail.loadStatus},finished:function(t){return t.pointdetail.finished},totalLimit:function(t){return t.pointdetail.totalLimit},detaillist:function(t){return t.pointdetail.detaillist}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.$store.dispatch({type:"getUserCurrentPointdetail"}),this.getData()},methods:{getData:function(){this.$store.dispatch({type:"getUserPointDetail",page:this.page,limit:this.limit,flow_type:this.flow_type})},tab:function(t){if(this.flow_type!=t){var i=this.$refs["pointContent"];this.flow_type=t,this.page=1,i.scrollTo?i.scrollTo(0,0):i.scrollTop=0,this.getData()}},onLoad:function(){this.page<this.totalLimit&&(this.page++,this.getData())}},components:{Header:r["a"]}},u=f,p=(a("a419"),a("17cc")),d=Object(p["a"])(u,n,s,!1,null,"61b441a7",null);i["default"]=d.exports}}]);
\ 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