Commit f1b37793 by 肖康

Merge branch 'Development' of http://119.23.72.7/liangjianmin/h5 into Development

# Conflicts:
#	view/0.js
#	view/1.js
#	view/10.js
#	view/11.js
#	view/12.js
#	view/13.js
#	view/14.js
#	view/15.js
#	view/16.js
#	view/17.js
#	view/18.js
#	view/19.js
#	view/2.js
#	view/20.js
#	view/21.js
#	view/22.js
#	view/23.js
#	view/24.js
#	view/25.js
#	view/26.js
#	view/27.js
#	view/28.js
#	view/29.js
#	view/3.js
#	view/30.js
#	view/31.js
#	view/32.js
#	view/33.js
#	view/34.js
#	view/35.js
#	view/36.js
#	view/37.js
#	view/4.js
#	view/5.js
#	view/6.js
#	view/7.js
#	view/8.js
#	view/9.js
#	view/app.js
#	view/index.html
parents 8009c089 f49254df
...@@ -28,9 +28,33 @@ ...@@ -28,9 +28,33 @@
padding-left: 66px; padding-left: 66px;
h4 { h4 {
padding-bottom: 10px;
font-size: 18px; font-size: 18px;
color: #333333; color: #333333;
line-height: 30px;
strong {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 85%;
height: remFun(0.6rem);
width: auto;
margin-right: remFun(0.08rem);
}
span {
position: relative;
top: remFun(-0.3rem);
font-size: remFun(0.20rem);
color: #ff0000;
border: 1px solid #ff0000;
padding: 0 remFun(0.05rem);
border-radius: 5px;
display: inline-block;
height: remFun(0.3rem);
line-height: remFun(0.28rem);
}
} }
} }
} }
...@@ -101,7 +125,7 @@ ...@@ -101,7 +125,7 @@
} }
.xs-3 { .xs-3 {
width:25%; width: 25%;
} }
th { th {
...@@ -113,6 +137,7 @@ ...@@ -113,6 +137,7 @@
td { td {
border: 1px solid #d9d9d9; border: 1px solid #d9d9d9;
color: #333; color: #333;
} }
} }
...@@ -155,7 +180,6 @@ ...@@ -155,7 +180,6 @@
.price { .price {
padding-top: 10px; padding-top: 10px;
.zyqhc { .zyqhc {
position: absolute; position: absolute;
width: remFun(3.4rem); width: remFun(3.4rem);
...@@ -204,25 +228,26 @@ ...@@ -204,25 +228,26 @@
top: remFun(0.15rem); top: remFun(0.15rem);
} }
.em1 {
padding: 0 0.5em;
}
dl { dl {
font-size: 12px; font-size: 12px;
dt { dt {
width: 5em; width:5em;
color: #999; color: #999;
float: left; float: left;
line-height: 30px; line-height: 30px;
.em1 {
padding: 0 0.5em;
}
} }
dd { dd {
padding-left: 5em; padding-left: 4em;
color: #333; color: #333;
line-height: 30px; line-height: 30px;
.toLogin{
margin-right:.15rem;
}
&.onePrice { &.onePrice {
font-size: 14px; font-size: 14px;
} }
...@@ -232,6 +257,25 @@ ...@@ -232,6 +257,25 @@
color: red; color: red;
font-size: 14px; font-size: 14px;
} }
.isOriginPrice{
color: #999999;
font-size: 12px;
font-weight: normal;
&.isNoOriginPrice{
text-decoration: line-through;
}
}
.isNowPrice{
color: #333;
font-size: 12px;
font-weight: normal;
margin-right:.15rem;
}
.isOriginUsPrice{
color: #333;
font-size: 12px;
font-weight: normal;
}
&.tab { &.tab {
span { span {
...@@ -250,6 +294,7 @@ ...@@ -250,6 +294,7 @@
color: #e10601; color: #e10601;
border-color: #e10601; border-color: #e10601;
} }
&.act-blue { &.act-blue {
color: #1080d0; color: #1080d0;
border-color: #1080d0; border-color: #1080d0;
...@@ -327,4 +372,19 @@ ...@@ -327,4 +372,19 @@
} }
} }
} }
.toLogin {
color: rgb(16, 128, 208);
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}
.priceCn {
color: rgb(153, 153, 153);
&.noPriceCn {
text-decoration: line-through
}
}
} }
\ No newline at end of file
...@@ -60,8 +60,30 @@ ...@@ -60,8 +60,30 @@
> >
<div class="mui-row act" v-for="(itemPrice,index) in item.tiered" <div class="mui-row act" v-for="(itemPrice,index) in item.tiered"
:class="{'dataNo':(index>2)&&!item.priceCheck}"> :class="{'dataNo':(index>2)&&!item.priceCheck}">
<p class="mui-col-sm-3 mui-col-xs-3"><font v-html="itemPrice.purchases"></font>+</p> <template v-if="item.ac_type==2">
<p class="mui-col-sm-4 mui-col-xs-4 f-red">{{itemPrice.price_cn}}</p> <p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4 f-red">{{itemPrice.price_ac}}</p>
</template>
<template v-else-if="item.ac_type==3">
<template v-if="isCookie">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4 f-red">{{itemPrice.price_ac}}</p>
</template>
<template v-else>
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-if="index==0">
<span class="toLogin" @click="toLogin">登录查看</span>
</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-else>- -</p>
</template>
<template v-else>
<p class="mui-col-sm-6 mui-col-xs-6" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-6 mui-col-xs-6 f-red">{{itemPrice.price_cn}}</p>
</template>
</template>
</div> </div>
</div> </div>
<div class="more-height" v-if="item.tiered&&item.tiered.length>3" <div class="more-height" v-if="item.tiered&&item.tiered.length>3"
...@@ -309,8 +331,31 @@ ...@@ -309,8 +331,31 @@
> >
<div class="mui-row act" v-for="(itemPrice,index) in item.tiered" <div class="mui-row act" v-for="(itemPrice,index) in item.tiered"
:class="{'dataNo':(index>2)&&!item.priceCheck}"> :class="{'dataNo':(index>2)&&!item.priceCheck}">
<template v-if="item.ac_type==2||item.ac_type == 1">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4 f-red">{{itemPrice.price_ac}}</p>
</template>
<template v-else-if="item.ac_type==3">
<template v-if="isCookie">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4 f-red">{{itemPrice.price_ac}}</p>
</template>
<template v-else>
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-if="index==0">
<span class="toLogin" @click="toLogin">登录查看</span>
</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-else>- -</p>
</template>
</template>
<template v-else>
<p class="mui-col-sm-6 mui-col-xs-6"><font v-html="itemPrice.purchases"></font>+</p> <p class="mui-col-sm-6 mui-col-xs-6"><font v-html="itemPrice.purchases"></font>+</p>
<p class="mui-col-sm-6 mui-col-xs-6 f-red">{{itemPrice.price_cn}}</p> <p class="mui-col-sm-6 mui-col-xs-6 f-red">{{itemPrice.price_cn}}</p>
</template>
</div> </div>
</div> </div>
<div class="more-height" v-if="item.tiered&&item.tiered.length>3" <div class="more-height" v-if="item.tiered&&item.tiered.length>3"
...@@ -392,8 +437,32 @@ ...@@ -392,8 +437,32 @@
> >
<div class="mui-row act" v-for="(itemPrice,index) in item.tiered" <div class="mui-row act" v-for="(itemPrice,index) in item.tiered"
:class="{'dataNo':(index>2)&&!item.priceCheck}"> :class="{'dataNo':(index>2)&&!item.priceCheck}">
<!-- <p class="mui-col-sm-6 mui-col-xs-6"><font v-html="itemPrice.purchases"></font>+</p>
<p class="mui-col-sm-6 mui-col-xs-6 f-red">{{itemPrice.price_cn}}</p> -->
<template v-if="item.ac_type==2||item.ac_type == 1">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4 f-red">{{itemPrice.price_ac}}</p>
</template>
<template v-else-if="item.ac_type==3">
<template v-if="isCookie">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4 f-red">{{itemPrice.price_ac}}</p>
</template>
<template v-else>
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-if="index==0">
<span class="toLogin" @click="toLogin">登录查看</span>
</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-else>- -</p>
</template>
</template>
<template v-else>
<p class="mui-col-sm-6 mui-col-xs-6"><font v-html="itemPrice.purchases"></font>+</p> <p class="mui-col-sm-6 mui-col-xs-6"><font v-html="itemPrice.purchases"></font>+</p>
<p class="mui-col-sm-6 mui-col-xs-6 f-red">{{itemPrice.price_cn}}</p> <p class="mui-col-sm-6 mui-col-xs-6 f-red">{{itemPrice.price_cn}}</p>
</template>
</div> </div>
</div> </div>
<div class="more-height" v-if="item.tiered&&item.tiered.length>3" <div class="more-height" v-if="item.tiered&&item.tiered.length>3"
...@@ -517,6 +586,7 @@ ...@@ -517,6 +586,7 @@
totalMoney:0,//总金额 totalMoney:0,//总金额
totalNum:0,//总数量 totalNum:0,//总数量
isNoContent:false,//没有数据展示 isNoContent:false,//没有数据展示
isCookie: getCookie("Yo4teW_uid")//是否登入
} }
}, },
computed:{ computed:{
...@@ -620,6 +690,12 @@ ...@@ -620,6 +690,12 @@
}, },
}, },
methods:{ methods:{
toLogin() {
window.location.href =
window.location.origin +
"/v3/login?referer=" +
encodeURIComponent(window.location.href);
},
isNOD:function(){ isNOD:function(){
//没数据展示 //没数据展示
if(this.type==1){ if(this.type==1){
...@@ -1125,4 +1201,14 @@ ...@@ -1125,4 +1201,14 @@
<style scoped> <style scoped>
@import "../../assets/css/car/index.min.css"; @import "../../assets/css/car/index.min.css";
.toLogin {
color: #1080d0;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}
.noPrice {
text-decoration: line-through;
color: #666;
}
</style> </style>
\ No newline at end of file
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
<dd> <dd>
<template v-if="isZy"> <template v-if="isZy">
<h4>{{itemchild.sku_name}}</h4> <h4>{{itemchild.sku_name}}</h4>
<template v-if="itemchild.ac_type == 2 || itemchild.ac_type == 3">
<span class="youhui">优惠</span>
</template>
<template v-if="itemchild.ac_type == 1">
<span class="youhui">抢购</span>
</template>
<p v-if="itemchild.class_name2">分类:{{itemchild.class_name2}}</p> <p v-if="itemchild.class_name2">分类:{{itemchild.class_name2}}</p>
<p>制造商:{{itemchild.brand_name}}</p> <p>制造商:{{itemchild.brand_name}}</p>
<p v-if="itemchild.encap">封装:{{itemchild.encap}}</p> <p v-if="itemchild.encap">封装:{{itemchild.encap}}</p>
...@@ -28,6 +34,12 @@ ...@@ -28,6 +34,12 @@
</template> </template>
<template v-else> <template v-else>
<h4>{{itemchild.goods_name_temp}}</h4> <h4>{{itemchild.goods_name_temp}}</h4>
<template v-if="itemchild.ac_type == 2 || itemchild.ac_type == 3">
<span class="youhui">优惠</span>
</template>
<template v-if="itemchild.ac_type == 1">
<span class="youhui">抢购</span>
</template>
<p>制造商:{{itemchild.brand_name||'- -'}}</p> <p>制造商:{{itemchild.brand_name||'- -'}}</p>
<p> <p>
库存: 库存:
...@@ -53,8 +65,30 @@ ...@@ -53,8 +65,30 @@
:class="{'zyClass':itemchild.ladder_price&&itemchild.ladder_price.length<4,'zyMoreData':itemchild.ladder_price&&itemchild.ladder_price.length>3}" :class="{'zyClass':itemchild.ladder_price&&itemchild.ladder_price.length<4,'zyMoreData':itemchild.ladder_price&&itemchild.ladder_price.length>3}"
> >
<div class="mui-row list_data" v-for="(itemPrice,index) in itemchild.ladder_price"> <div class="mui-row list_data" v-for="(itemPrice,index) in itemchild.ladder_price">
<template v-if="itemchild.ac_type==2||itemchild.ac_type == 1">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4">{{itemPrice.price_ac}}</p>
</template>
<template v-else-if="itemchild.ac_type==3">
<template v-if="isCookie">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4">{{itemPrice.price_ac}}</p>
</template>
<template v-else>
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-if="index==0">
<span class="toLogin" @click="toLogin">登录查看</span>
</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-else>- -</p>
</template>
</template>
<template v-else>
<p class="mui-col-sm-6 mui-col-xs-6" v-html="itemPrice.purchases+'+'"></p> <p class="mui-col-sm-6 mui-col-xs-6" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-6 mui-col-xs-6">{{itemPrice.price_cn}}</p> <p class="mui-col-sm-6 mui-col-xs-6">{{itemPrice.price_cn}}</p>
</template>
</div> </div>
</div> </div>
...@@ -72,9 +106,31 @@ ...@@ -72,9 +106,31 @@
:class="{'lyClass':itemchild.ladder_price&&itemchild.ladder_price.length<4,'lyMoreData':itemchild.ladder_price&&itemchild.ladder_price.length>3}" :class="{'lyClass':itemchild.ladder_price&&itemchild.ladder_price.length<4,'lyMoreData':itemchild.ladder_price&&itemchild.ladder_price.length>3}"
> >
<div class="mui-row list_data" v-for="(itemPrice,index) in itemchild.ladder_price"> <div class="mui-row list_data" v-for="(itemPrice,index) in itemchild.ladder_price">
<template v-if="itemchild.ac_type==2">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4">{{itemPrice.price_ac}}</p>
</template>
<template v-else-if="itemchild.ac_type==3">
<template v-if="isCookie">
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4">{{itemPrice.price_ac}}</p>
</template>
<template v-else>
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4 noPrice">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-if="index==0">
<span class="toLogin" @click="toLogin">登录查看</span>
</p>
<p class="mui-col-sm-4 mui-col-xs-4" v-else>- -</p>
</template>
</template>
<template v-else>
<p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p> <p class="mui-col-sm-4 mui-col-xs-4" v-html="itemPrice.purchases+'+'"></p>
<p class="mui-col-sm-4 mui-col-xs-4">{{itemPrice.price_cn}}</p> <p class="mui-col-sm-4 mui-col-xs-4">{{itemPrice.price_cn}}</p>
<p class="mui-col-sm-4 mui-col-xs-4">${{itemPrice.price_us}}</p> <p class="mui-col-sm-4 mui-col-xs-4">${{itemPrice.price_us}}</p>
</template>
</div> </div>
</div> </div>
<div <div
...@@ -100,6 +156,11 @@ ...@@ -100,6 +156,11 @@
<template v-if="isZy"> <template v-if="isZy">
<a class="but" v-if="itemchild.is_buy==1" @click="placeOrder(itemchild.goods_id)">我要下单</a> <a class="but" v-if="itemchild.is_buy==1" @click="placeOrder(itemchild.goods_id)">我要下单</a>
<a class="but but-orange" v-else @click="xunjia">立即询价</a> <a class="but but-orange" v-else @click="xunjia">立即询价</a>
<div
class="xianshitime"
v-if="itemchild.ac_type == 1"
:ref="'xs'+itemchild.goods_id"
>{{getTimeStr(indexdata)}}</div>
</template> </template>
<template v-else="isZy"> <template v-else="isZy">
<a class="but" v-if="itemchild.is_buy==1" @click="placeOrder(itemchild.goods_id)">我要下单</a> <a class="but" v-if="itemchild.is_buy==1" @click="placeOrder(itemchild.goods_id)">我要下单</a>
...@@ -115,6 +176,7 @@ ...@@ -115,6 +176,7 @@
import Vue from "vue"; import Vue from "vue";
import { Lazyload } from "vant"; import { Lazyload } from "vant";
import bus from "../../util/bus.js"; import bus from "../../util/bus.js";
import { setInterval, setTimeout } from "timers";
Vue.use(Lazyload); Vue.use(Lazyload);
export default { export default {
name: "GoodsOne", name: "GoodsOne",
...@@ -132,14 +194,20 @@ export default { ...@@ -132,14 +194,20 @@ export default {
}, },
data() { data() {
return { return {
hostName:window.location.origin, hostName: window.location.origin,
limitLength: 3, limitLength: 3,
defaultBtn: '更多梯度价格<i class="icon-bot"></i>' defaultBtn: '更多梯度价格<i class="icon-bot"></i>',
isCookie: getCookie("Yo4teW_uid")
}; };
}, },
watch: {}, watch: {},
mounted() {},
methods: { methods: {
toLogin() {
window.location.href =
window.location.origin +
"/v3/login?referer=" +
encodeURIComponent(window.location.href);
},
priceRow: function(index, id) { priceRow: function(index, id) {
let dom = document.getElementById("priceContent" + id); let dom = document.getElementById("priceContent" + id);
let arrLength = this.dataList[index].ladder_price.length; let arrLength = this.dataList[index].ladder_price.length;
...@@ -169,6 +237,51 @@ export default { ...@@ -169,6 +237,51 @@ export default {
}, },
xunjia() { xunjia() {
bus.$emit("xunjia"); bus.$emit("xunjia");
},
getTimeStr(i) {
let self = this;
this.$nextTick(() => {
let element = self.$refs["xs" + self.dataList[i].goods_id][0];
console.log(element);
let endTimer = self.dataList[i].activity_end_time * 1000;
let endTime = new Date(Number(endTimer));
let ts = endTime - new Date();
if (ts > 0) {
let dd = parseInt(ts / 1000 / 60 / 60 / 24, 10);
let hh = parseInt((ts / 1000 / 60 / 60) % 24, 10);
let mm = parseInt((ts / 1000 / 60) % 60, 10);
let ss = parseInt((ts / 1000) % 60, 10);
dd = dd < 10 ? "0" + dd : dd; //天
hh = hh < 10 ? "0" + hh : hh; //时
mm = mm < 10 ? "0" + mm : mm; //分
ss = ss < 10 ? "0" + ss : ss; //秒
let timehtml = dd + "天" + hh + "时" + mm + "分" + ss + "秒";
element.innerHTML = timehtml;
} else {
element.innerHTML = 0 + "天" + 0 + "时" + 0 + "分" + 0 + "秒";
}
let intertime = setInterval(function() {
let endTimer1 = self.dataList[i].activity_end_time * 1000;
let endTime1 = new Date(Number(endTimer1));
let ts1 = endTime1 - new Date();
if (ts1 > 0) {
let dd = parseInt(ts1 / 1000 / 60 / 60 / 24, 10);
let hh = parseInt((ts1 / 1000 / 60 / 60) % 24, 10);
let mm = parseInt((ts1 / 1000 / 60) % 60, 10);
let ss = parseInt((ts1 / 1000) % 60, 10);
dd = dd < 10 ? "0" + dd : dd; //天
hh = hh < 10 ? "0" + hh : hh; //时
mm = mm < 10 ? "0" + mm : mm; //分
ss = ss < 10 ? "0" + ss : ss; //秒
let timehtml1 = dd + "天" + hh + "时" + mm + "分" + ss + "秒";
element.innerHTML = timehtml1;
} else {
element.innerHTML = 0 + "天" + 0 + "时" + 0 + "分" + 0 + "秒";
clearInterval(intertime);
}
}, 1000);
});
} }
}, },
components: {} components: {}
...@@ -218,10 +331,22 @@ export default { ...@@ -218,10 +331,22 @@ export default {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
.f-red { max-width: 82%;
font-weight: 400; width: auto;
color: #1080d0; display: inline-block;
margin-right: 0.10667rem;
} }
.youhui {
position: relative;
top: -.1rem;
font-size: 0.26667rem;
color: #ff0000;
border: 1px solid #ff0000;
padding: 0 0.06667rem;
border-radius: 5px;
display: inline-block;
height: 0.4rem;
line-height: 0.37333rem;
} }
h5 { h5 {
height: 21px; height: 21px;
...@@ -311,9 +436,9 @@ export default { ...@@ -311,9 +436,9 @@ export default {
} }
.but { .but {
height: 30px; height: 30px;
float: right; // float: right;
line-height: 30px; line-height: 30px;
width: 100px; width: 100%;
font-size: 14px; font-size: 14px;
display: block; display: block;
color: #fff; color: #fff;
...@@ -322,6 +447,7 @@ export default { ...@@ -322,6 +447,7 @@ export default {
cursor: pointer; cursor: pointer;
box-sizing: border-box; box-sizing: border-box;
border-radius: 4px; border-radius: 4px;
margin-bottom: 0.1rem;
&.but-orange { &.but-orange {
background: #ffa200; background: #ffa200;
} }
...@@ -362,5 +488,22 @@ export default { ...@@ -362,5 +488,22 @@ export default {
margin-left: 5px; margin-left: 5px;
} }
} }
.toLogin {
color: #1080d0;
text-decoration: underline;
font-size: 12px;
font-weight: normal;
}
.noPrice {
text-decoration: line-through;
}
.xianshitime {
width: 125px;
height: 0.37rem;
line-height: 0.37rem;
margin-top: 0.13rem;
color: #ff0000;
font-size: 12px;
}
} }
</style> </style>
...@@ -3,11 +3,18 @@ ...@@ -3,11 +3,18 @@
<div class="details-head"> <div class="details-head">
<div class="head_top clr"> <div class="head_top clr">
<div class="head_top_left fl"> <div class="head_top_left fl">
<img :src="goodDetail.brand_logo||'https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png'" @error="imgErr" @click="showImagePreview"> <img
:src="goodDetail.brand_logo||'https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png'"
@error="imgErr"
@click="showImagePreview"
>
</div> </div>
<div class="head_top_right"> <div class="head_top_right">
<h4> <h4>
<strong>{{goodDetail.goods_name}}</strong> <strong>{{goodDetail.goods_name}}</strong>
<template v-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 3">
<span>优惠</span>
</template>
</h4> </h4>
<p class="icon-hint"></p> <p class="icon-hint"></p>
</div> </div>
...@@ -66,6 +73,7 @@ ...@@ -66,6 +73,7 @@
<table> <table>
<tbody> <tbody>
<tr> <tr>
<!-- 2 活动价 3会员价 -->
<template v-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 3"> <template v-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 3">
<th class="xs-3">数量</th> <th class="xs-3">数量</th>
<th class="xs-3">原价(含税)</th> <th class="xs-3">原价(含税)</th>
...@@ -86,12 +94,29 @@ ...@@ -86,12 +94,29 @@
<td class="xs-3"> <td class="xs-3">
<span v-html="v.purchases+'+'"></span> <span v-html="v.purchases+'+'"></span>
</td> </td>
<template v-if=" goodDetail.ac_type == 3">
<td class="xs-3"> <td class="xs-3">
<span v-html="'¥'+v.price_cn"></span> <span v-html="'¥'+v.price_cn" :class="{'priceCn':true,'noPriceCn':isCookie}"></span>
</td>
</template>
<template v-if=" goodDetail.ac_type == 2">
<td class="xs-3">
<span v-html="'¥'+v.price_cn" class="priceCn noPriceCn"></span>
</td>
</template>
<template v-if="goodDetail.ac_type == 3&&!isCookie">
<td class="xs-3" v-if="k==0">
<span class="toLogin" @click="toLogin">登录查看</span>
</td> </td>
<td class="xs-3" v-else>
<span>- -</span>
</td>
</template>
<template v-else>
<td class="xs-3"> <td class="xs-3">
<span v-html="'¥'+v.price_ac"></span> <span v-html="'¥'+v.price_ac" style="color: rgb(255, 0, 0)"></span>
</td> </td>
</template>
<td class="xs-3"> <td class="xs-3">
<span v-html="'$'+v.price_us"></span> <span v-html="'$'+v.price_us"></span>
</td> </td>
...@@ -126,7 +151,7 @@ ...@@ -126,7 +151,7 @@
</div> </div>
</template> </template>
</div> </div>
<div class="price"> <div class="price lyPrice">
<dl class="clr"> <dl class="clr">
<dt>交货地</dt> <dt>交货地</dt>
<dd class="tab"> <dd class="tab">
...@@ -163,15 +188,58 @@ ...@@ -163,15 +188,58 @@
<span class="em1"></span> <span class="em1"></span>
</dt> </dt>
<dd class="onePrice" v-if="navInit==0">¥{{singlePriceCn}}</dd> <dd class="onePrice" v-if="navInit==0">
<dd class="onePrice" v-else>${{singlePriceUs}}</dd> <template v-if="goodDetail.ac_type == 3">
<span class="toLogin" v-if="!isCookie" @click="toLogin">登录查看</span>
<span class="isNowPrice" v-if="isCookie">¥{{singlePriceVip}}</span>
<span :class="{'isOriginPrice':true,'isNoOriginPrice':isCookie}">¥{{singlePriceCn}}</span>
</template>
<template v-else-if="goodDetail.ac_type == 2">
<span class="isNowPrice">¥{{singlePriceVip}}</span>
<span class="isOriginPrice isNoOriginPrice">¥{{singlePriceCn}}</span>
</template>
<template v-else>
<span>¥{{singlePriceCn}}</span>
</template>
</dd>
<dd class="onePrice" v-else>
<template v-if="goodDetail.ac_type == 3 || goodDetail.ac_type == 2">
<span class="isOriginUsPrice">${{singlePriceUs}}</span>
</template>
<template v-else>
<span>${{singlePriceUs}}</span>
</template>
</dd>
</dl> </dl>
<dl class="clr"> <dl class="clr">
<dt> <dt>
<span class="em1"></span> <span class="em1"></span>
</dt> </dt>
<dd class="totalPrice">{{total}}</dd> <dd class="totalPrice">
<template v-if="navInit==0">
<template v-if="goodDetail.ac_type == 3">
<span class="toLogin" v-if="!isCookie" @click="toLogin">登录查看</span>
<span class="isNowPrice" v-if="isCookie">{{vipTotal}}</span>
<span :class="{'isOriginPrice':true,'isNoOriginPrice':isCookie}">{{total}}</span>
</template>
<template v-else-if="goodDetail.ac_type == 2">
<span class="isNowPrice">{{vipTotal }}</span>
<span class="isOriginPrice isNoOriginPrice">{{total}}</span>
</template>
<template v-else>
<span>{{total}}</span>
</template>
</template>
<template v-else>
<template v-if="goodDetail.ac_type == 3 || goodDetail.ac_type == 2">
<span class="isOriginUsPrice">{{total}}</span>
</template>
<template v-else>
<span>{{total}}</span>
</template>
</template>
</dd>
</dl> </dl>
</div> </div>
</div> </div>
...@@ -183,8 +251,8 @@ ...@@ -183,8 +251,8 @@
</template> </template>
<script> <script>
import util from "../../util/index"; import util from "../../util/index";
import Vue from 'vue' import Vue from "vue";
import { ImagePreview } from 'vant'; import { ImagePreview } from "vant";
Vue.use(ImagePreview); Vue.use(ImagePreview);
export default { export default {
props: { props: {
...@@ -200,6 +268,7 @@ export default { ...@@ -200,6 +268,7 @@ export default {
isShowMore: false, isShowMore: false,
singlePriceCn: 0, //国内单价 singlePriceCn: 0, //国内单价
singlePriceUs: 0, //香港单价 singlePriceUs: 0, //香港单价
singlePriceVip: 0, //会员单价
navInit: 0, navInit: 0,
startNum: 0, //起订量 startNum: 0, //起订量
multipleNum: 0, //倍数 multipleNum: 0, //倍数
...@@ -207,7 +276,8 @@ export default { ...@@ -207,7 +276,8 @@ export default {
stockNum: 0, //库存, stockNum: 0, //库存,
zyladderArr: [], //阶梯价 zyladderArr: [], //阶梯价
zySingleInit: 0, //自营数量初始值 zySingleInit: 0, //自营数量初始值
goodsNum: 0 //商品数量 goodsNum: 0, //商品数量
isCookie: getCookie("Yo4teW_uid")
}; };
}, },
computed: { computed: {
...@@ -219,6 +289,9 @@ export default { ...@@ -219,6 +289,9 @@ export default {
//国内 //国内
return "¥" + (this.goodsNum * this.singlePriceCn).toFixed(4); return "¥" + (this.goodsNum * this.singlePriceCn).toFixed(4);
} }
},
vipTotal() {
return "¥" + (this.goodsNum * this.singlePriceVip).toFixed(4);
} }
}, },
watch: { watch: {
...@@ -266,9 +339,15 @@ export default { ...@@ -266,9 +339,15 @@ export default {
num: util.aggxde(singleData.purchases), num: util.aggxde(singleData.purchases),
priceus: Number(singleData.price_us).toFixed(4) priceus: Number(singleData.price_us).toFixed(4)
}); });
if (singleData.price_ac != null) {
this.zyladderArr[i].pricevip = Number(
singleData.price_ac
).toFixed(4);
} }
} }
} }
console.log(this.zyladderArr);
}
} }
}, },
goodsNum(now) { goodsNum(now) {
...@@ -285,8 +364,17 @@ export default { ...@@ -285,8 +364,17 @@ export default {
} }
}, },
methods: { methods: {
toLogin() {
window.location.href =
window.location.origin +
"/v3/login?referer=" +
encodeURIComponent(window.location.href);
},
showImagePreview(position, timer) { showImagePreview(position, timer) {
let images = [this.goodDetail.brand_logo||'https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png']; let images = [
this.goodDetail.brand_logo ||
"https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png"
];
const instance = ImagePreview({ const instance = ImagePreview({
images, images,
asyncClose: !!timer, asyncClose: !!timer,
...@@ -312,12 +400,15 @@ export default { ...@@ -312,12 +400,15 @@ export default {
//阶梯价的数据为空 //阶梯价的数据为空
this.singlePriceCn = 0; this.singlePriceCn = 0;
this.singlePriceUs = 0; this.singlePriceUs = 0;
this.singlePriceVip = 0;
return; return;
} else { } else {
//阶梯价的数据不为空 //阶梯价的数据不为空
if (length == 1) { if (length == 1) {
//阶梯价的数据为1 //阶梯价的数据为1
this.singlePriceCn = this.zyladderArr[0].pricecn; this.singlePriceCn = this.zyladderArr[0].pricecn;
this.zyladderArr[0].pricevip &&
(this.singlePriceVip = this.zyladderArr[0].pricevip);
this.singlePriceUs = this.zyladderArr[0].priceus; this.singlePriceUs = this.zyladderArr[0].priceus;
return; return;
} else { } else {
...@@ -325,11 +416,15 @@ export default { ...@@ -325,11 +416,15 @@ export default {
if (v <= this.zyladderArr[0].num) { if (v <= this.zyladderArr[0].num) {
//输入数量小于等于最小值 //输入数量小于等于最小值
this.singlePriceCn = this.zyladderArr[0].pricecn; this.singlePriceCn = this.zyladderArr[0].pricecn;
this.zyladderArr[0].pricevip &&
(this.singlePriceVip = this.zyladderArr[0].pricevip);
this.singlePriceUs = this.zyladderArr[0].priceus; this.singlePriceUs = this.zyladderArr[0].priceus;
return; return;
} else if (v >= this.zyladderArr[length - 1].num) { } else if (v >= this.zyladderArr[length - 1].num) {
//输入数量大于等于最大值 //输入数量大于等于最大值
this.singlePriceCn = this.zyladderArr[length - 1].pricecn; this.singlePriceCn = this.zyladderArr[length - 1].pricecn;
this.zyladderArr[length - 1].pricevip &&
(this.singlePriceVip = this.zyladderArr[length - 1].pricevip);
this.singlePriceUs = this.zyladderArr[length - 1].priceus; this.singlePriceUs = this.zyladderArr[length - 1].priceus;
return; return;
} else { } else {
...@@ -339,6 +434,8 @@ export default { ...@@ -339,6 +434,8 @@ export default {
v < this.zyladderArr[i + 1].num v < this.zyladderArr[i + 1].num
) { ) {
this.singlePriceCn = this.zyladderArr[i].pricecn; this.singlePriceCn = this.zyladderArr[i].pricecn;
this.zyladderArr[i].pricevip &&
(this.singlePriceVip = this.zyladderArr[i].pricevip);
this.singlePriceUs = this.zyladderArr[i].priceus; this.singlePriceUs = this.zyladderArr[i].priceus;
break; break;
} }
......
...@@ -3,11 +3,21 @@ ...@@ -3,11 +3,21 @@
<div class="details-head"> <div class="details-head">
<div class="head_top clr"> <div class="head_top clr">
<div class="head_top_left fl"> <div class="head_top_left fl">
<img :src="goodDetail.brand_logo||'https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png'" @onerror="imgErr" @click="showImagePreview"> <img
:src="goodDetail.brand_logo||'https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png'"
@onerror="imgErr"
@click="showImagePreview"
>
</div> </div>
<div class="head_top_right"> <div class="head_top_right">
<h4> <h4>
<strong>{{goodDetail.sku_name}}</strong> <strong>{{goodDetail.sku_name}}</strong>
<template v-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 3">
<span>优惠</span>
</template>
<template v-if="goodDetail.ac_type == 1">
<span>抢购</span>
</template>
</h4> </h4>
<p class="icon-hint"></p> <p class="icon-hint"></p>
</div> </div>
...@@ -70,12 +80,13 @@ ...@@ -70,12 +80,13 @@
<table> <table>
<tbody> <tbody>
<tr> <tr>
<!-- ac_type 1 限时限量 2 活动价 3会员价 -->
<template v-if="goodDetail.ac_type == 1"> <template v-if="goodDetail.ac_type == 1">
<th class="xs-3">数量</th> <th class="xs-3">数量</th>
<th class="xs-3">原价(含税)</th> <th class="xs-3">原价(含税)</th>
<th class="xs-3">抢购价(含税)</th> <th class="xs-3">抢购价(含税)</th>
</template> </template>
<template v-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 3"> <template v-else-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 3">
<th class="xs-3">数量</th> <th class="xs-3">数量</th>
<th class="xs-3">原价(含税)</th> <th class="xs-3">原价(含税)</th>
<th class="xs-3">优惠价(含税)</th> <th class="xs-3">优惠价(含税)</th>
...@@ -95,14 +106,31 @@ ...@@ -95,14 +106,31 @@
<td class="xs-3"> <td class="xs-3">
<span v-html="v.purchases+'+'"></span> <span v-html="v.purchases+'+'"></span>
</td> </td>
<template v-if=" goodDetail.ac_type == 3">
<td class="xs-3"> <td class="xs-3">
<span v-html="'¥'+v.price_cn"></span> <span v-html="'¥'+v.price_cn" :class="{'priceCn':true,'noPriceCn':isCookie}"></span>
</td> </td>
</template>
<template v-if=" goodDetail.ac_type == 2 || goodDetail.ac_type == 1">
<td class="xs-3"> <td class="xs-3">
<span v-html="'¥'+v.price_ac"></span> <span v-html="'¥'+v.price_cn" class="priceCn noPriceCn"></span>
</td>
</template>
<template v-if="goodDetail.ac_type == 3&&!isCookie">
<td class="xs-3" v-if="k==0">
<span class="toLogin" @click="toLogin">登录查看</span>
</td>
<td class="xs-3" v-else>
<span>- -</span>
</td> </td>
</template> </template>
<template v-else> <template v-else>
<td class="xs-3">
<span v-html="'¥'+v.price_ac" style="color: rgb(255, 0, 0)"></span>
</td>
</template>
</template>
<template v-else>
<td class="xs-6"> <td class="xs-6">
<span v-html="'¥'+v.purchases"></span> <span v-html="'¥'+v.purchases"></span>
</td> </td>
...@@ -129,7 +157,7 @@ ...@@ -129,7 +157,7 @@
</div> </div>
</template> </template>
</div> </div>
<div class="price"> <div class="price zyPrice">
<dl class="clr"> <dl class="clr">
<dt>购买形式</dt> <dt>购买形式</dt>
<dd class="tab"> <dd class="tab">
...@@ -180,14 +208,40 @@ ...@@ -180,14 +208,40 @@
<span class="em1"></span> <span class="em1"></span>
</dt> </dt>
<dd class="onePrice">¥{{singlePrice}}</dd> <dd class="onePrice">
<template v-if="goodDetail.ac_type == 3">
<span class="toLogin" v-if="!isCookie" @click="toLogin">登录查看</span>
<span class="isNowPrice" v-if="isCookie">¥{{singlePriceVip}}</span>
<span :class="{'isOriginPrice':true,'isNoOriginPrice':isCookie}">¥{{singlePrice}}</span>
</template>
<template v-else-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 1">
<span class="isNowPrice">¥{{singlePriceVip}}</span>
<span class="isOriginPrice isNoOriginPrice">¥{{singlePrice}}</span>
</template>
<template v-else>
<span>¥{{singlePrice}}</span>
</template>
</dd>
</dl> </dl>
<dl class="clr"> <dl class="clr">
<dt> <dt>
<span class="em1"></span> <span class="em1"></span>
</dt> </dt>
<dd class="totalPrice">¥{{total}}</dd> <dd class="totalPrice">
<template v-if="goodDetail.ac_type == 3">
<span class="toLogin" v-if="!isCookie" @click="toLogin">登录查看</span>
<span class="isNowPrice" v-if="isCookie">{{vipTotal}}</span>
<span :class="{'isOriginPrice':true,'isNoOriginPrice':isCookie}">{{total}}</span>
</template>
<template v-else-if="goodDetail.ac_type == 2 || goodDetail.ac_type == 1">
<span class="isNowPrice">{{vipTotal }}</span>
<span class="isOriginPrice isNoOriginPrice">{{total}}</span>
</template>
<template v-else>
<span>{{total}}</span>
</template>
</dd>
</dl> </dl>
</div> </div>
</div> </div>
...@@ -199,8 +253,8 @@ ...@@ -199,8 +253,8 @@
</template> </template>
<script> <script>
import util from "../../util/index"; import util from "../../util/index";
import Vue from 'vue' import Vue from "vue";
import { ImagePreview } from 'vant'; import { ImagePreview } from "vant";
Vue.use(ImagePreview); Vue.use(ImagePreview);
export default { export default {
...@@ -214,10 +268,11 @@ export default { ...@@ -214,10 +268,11 @@ export default {
}, },
data() { data() {
return { return {
images:[], images: [],
isShowMore: false, isShowMore: false,
ypNum: 0, //组 ypNum: 0, //组
singlePrice: 0, //单价 singlePrice: 0, //单价
singlePriceVip: 0, //会员单价
tipText: "", tipText: "",
btnText: "", btnText: "",
navInit: 0, navInit: 0,
...@@ -227,12 +282,16 @@ export default { ...@@ -227,12 +282,16 @@ export default {
stockNum: 0, //库存, stockNum: 0, //库存,
zyladderArr: [], //阶梯价 zyladderArr: [], //阶梯价
zySingleInit: 0, //自营数量初始值 zySingleInit: 0, //自营数量初始值
goodsNum: 0 //商品数量 goodsNum: 0, //商品数量
isCookie: getCookie("Yo4teW_uid")
}; };
}, },
computed: { computed: {
total() { total() {
return (this.goodsNum * this.singlePrice).toFixed(4); return (this.goodsNum * this.singlePrice).toFixed(4);
},
vipTotal() {
return (this.goodsNum * this.singlePriceVip).toFixed(4);
} }
}, },
watch: { watch: {
...@@ -284,6 +343,11 @@ export default { ...@@ -284,6 +343,11 @@ export default {
price: Number(singleData.price_cn).toFixed(4), price: Number(singleData.price_cn).toFixed(4),
num: util.aggxde(singleData.purchases) num: util.aggxde(singleData.purchases)
}); });
if (singleData.price_ac != null) {
this.zyladderArr[i].pricevip = Number(
singleData.price_ac
).toFixed(4);
}
} }
} }
} }
...@@ -306,12 +370,18 @@ export default { ...@@ -306,12 +370,18 @@ export default {
} }
}, },
methods: { methods: {
toLogin(){
window.location.href = window.location.origin+'/v3/login?referer='+encodeURIComponent(window.location.href)
},
showImagePreview(position, timer) { showImagePreview(position, timer) {
let images = [this.goodDetail.brand_logo||'https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png'] let images = [
this.goodDetail.brand_logo ||
"https://www.ichunt.com/v3/dist/res/m/images/materiel_img_3.png"
];
const instance = ImagePreview({ const instance = ImagePreview({
images, images,
asyncClose: !!timer, asyncClose: !!timer,
showIndex:false showIndex: false
}); });
if (timer) { if (timer) {
setTimeout(() => { setTimeout(() => {
...@@ -341,22 +411,29 @@ export default { ...@@ -341,22 +411,29 @@ export default {
if (!length) { if (!length) {
//阶梯价的数据为空 //阶梯价的数据为空
this.singlePrice = 0; this.singlePrice = 0;
this.singlePriceVip = 0;
return; return;
} else { } else {
//阶梯价的数据不为空 //阶梯价的数据不为空
if (length == 1) { if (length == 1) {
//阶梯价的数据为1 //阶梯价的数据为1
this.singlePrice = this.zyladderArr[0].price; this.singlePrice = this.zyladderArr[0].price;
this.zyladderArr[0].pricevip &&
(this.singlePriceVip = this.zyladderArr[0].pricevip);
return; return;
} else { } else {
//阶梯价的数据不为1 //阶梯价的数据不为1
if (v <= this.zyladderArr[0].num) { if (v <= this.zyladderArr[0].num) {
//输入数量小于等于最小值 //输入数量小于等于最小值
this.singlePrice = this.zyladderArr[0].price; this.singlePrice = this.zyladderArr[0].price;
this.zyladderArr[0].pricevip &&
(this.singlePriceVip = this.zyladderArr[0].pricevip);
return; return;
} else if (v >= this.zyladderArr[length - 1].num) { } else if (v >= this.zyladderArr[length - 1].num) {
//输入数量大于等于最大值 //输入数量大于等于最大值
this.singlePrice = this.zyladderArr[length - 1].price; this.singlePrice = this.zyladderArr[length - 1].price;
this.zyladderArr[length - 1].pricevip &&
(this.singlePriceVip = this.zyladderArr[length - 1].pricevip);
return; return;
} else { } else {
for (let i = 0; i < this.zyladderArr.length; i++) { for (let i = 0; i < this.zyladderArr.length; i++) {
...@@ -365,6 +442,8 @@ export default { ...@@ -365,6 +442,8 @@ export default {
v < this.zyladderArr[i + 1].num v < this.zyladderArr[i + 1].num
) { ) {
this.singlePrice = this.zyladderArr[i].price; this.singlePrice = this.zyladderArr[i].price;
this.zyladderArr[i].pricevip &&
(this.singlePriceVip = this.zyladderArr[i].pricevip);
break; break;
} }
} }
......
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[38],{
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_babel-loader@8.0.5@babel-loader/lib/index.js!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=script&lang=js&":
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.5@babel-loader/lib!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./src/views/wallet/WithdrawDetail.vue?vue&type=script&lang=js& ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var E_h5_node_modules_babel_runtime_corejs2_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime-corejs2/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime-corejs2@7.4.3@@babel/runtime-corejs2/helpers/esm/objectSpread.js\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.10@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.1.0@vuex/dist/vuex.esm.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/views/common/Header.vue */ \"./src/views/common/Header.vue\");\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'WithdrawDetail',\n data: function data() {\n return {\n title: \"充值提现详情\",\n meaushow: true,\n withdrawAmount: -1256.00,\n withdrawStatus: \"待支付\",\n withdrawType: \"提现单\",\n withdrawTime: \"2019-04-05 17:03:01\",\n withdrawNum: \"猎芯钱包\",\n withdrawBalance: 1200.00\n };\n },\n computed: Object(E_h5_node_modules_babel_runtime_corejs2_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n rechargeWithdrawOrderDetail: function rechargeWithdrawOrderDetail(state) {\n return state.wallet.rechargeWithdrawOrderDetail;\n }\n })),\n watch: {},\n created: function created() {\n this.$store.dispatch({\n type: 'rechargeWithdrawOrderIfo',\n wallet_id: this.$route.params.id\n });\n },\n methods: {\n goCashier: function goCashier() {\n this.$router.push({\n path: '/wallet/recharge/' + this.$route.params.id\n });\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.5@babel-loader/lib!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"65b30cba-vue-loader-template\"}!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true&":
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"65b30cba-vue-loader-template"}!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./src/views/wallet/WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true& ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"withdraw-detail\" },\n [\n _c(\"Header\", { attrs: { title: _vm.title, meaushow: _vm.meaushow } }),\n _c(\"div\", { staticClass: \"withdraw-detail-content\" }, [\n _c(\"div\", { staticClass: \"detail-box detail-content-1\" }, [\n _c(\"p\", { staticClass: \"withdraw-record\" }, [_vm._v(\"充值记录\")]),\n _c(\"p\", { staticClass: \"withdraw-amount\" }, [\n _vm._v(\"-\" + _vm._s(_vm.rechargeWithdrawOrderDetail.amount))\n ]),\n _c(\"p\", { staticClass: \"withdraw-status\" }, [_vm._v(\"待支付\")])\n ]),\n _c(\"div\", { staticClass: \"detail-box detail-content-2\" }, [\n _c(\"p\", { staticClass: \"withdraw-type\" }, [\n _vm._v(\"类型\"),\n _c(\"span\", [\n _vm._v(_vm._s(_vm.rechargeWithdrawOrderDetail.wallet_type))\n ])\n ]),\n _c(\"p\", { staticClass: \"withdraw-time\" }, [\n _vm._v(\"创建时间\"),\n _c(\"span\", [_vm._v(_vm._s(_vm.rechargeWithdrawOrderDetail.amount))])\n ]),\n _c(\"p\", { staticClass: \"withdraw-num\" }, [\n _vm._v(\"收款账号\"),\n _c(\"span\", [_vm._v(_vm._s(_vm.rechargeWithdrawOrderDetail.amount))])\n ])\n ]),\n _c(\"div\", { staticClass: \"detail-box detail-content-3\" }, [\n _c(\"p\", { staticClass: \"withdraw-balance\" }, [\n _vm._v(\"钱包可用余额\"),\n _c(\"span\", [\n _vm._v(\"¥\" + _vm._s(_vm.rechargeWithdrawOrderDetail.amount))\n ])\n ]),\n _c(\"p\", { staticClass: \"withdraw-detail\" }, [\n _vm._v(\"详情\"),\n _c(\"a\", { on: { click: _vm.goCashier } }, [_vm._v(\"立即支付 >\")])\n ])\n ])\n ])\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2265b30cba-vue-loader-template%22%7D!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css&":
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=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\nexports.i(__webpack_require__(/*! -!../../../node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!../../assets/css/wallet/wallet.css */ \"./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./src/assets/css/wallet/wallet.css\"), \"\");\n\n// module\nexports.push([module.i, \"\\n\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./node_modules/_vue-style-loader@4.1.2@vue-style-loader/index.js?!./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css&":
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_vue-style-loader@4.1.2@vue-style-loader??ref--6-oneOf-1-0!./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css& ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = __webpack_require__(/*! !../../../node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css& */ \"./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css&\");\nif(typeof content === 'string') content = [[module.i, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar add = __webpack_require__(/*! ../../../node_modules/_vue-style-loader@4.1.2@vue-style-loader/lib/addStylesClient.js */ \"./node_modules/_vue-style-loader@4.1.2@vue-style-loader/lib/addStylesClient.js\").default\nvar update = add(\"150decea\", content, false, {\"sourceMap\":false,\"shadowMode\":false});\n// Hot Module Replacement\nif(false) {}\n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?./node_modules/_vue-style-loader@4.1.2@vue-style-loader??ref--6-oneOf-1-0!./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./src/views/wallet/WithdrawDetail.vue":
/*!*********************************************!*\
!*** ./src/views/wallet/WithdrawDetail.vue ***!
\*********************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _WithdrawDetail_vue_vue_type_template_id_614c12c7_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true& */ \"./src/views/wallet/WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true&\");\n/* harmony import */ var _WithdrawDetail_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./WithdrawDetail.vue?vue&type=script&lang=js& */ \"./src/views/wallet/WithdrawDetail.vue?vue&type=script&lang=js&\");\n/* empty/unused harmony star reexport *//* harmony import */ var _WithdrawDetail_vue_vue_type_style_index_0_id_614c12c7_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css& */ \"./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css&\");\n/* harmony import */ var _node_modules_vue_loader_15_7_0_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../node_modules/_vue-loader@15.7.0@vue-loader/lib/runtime/componentNormalizer.js */ \"./node_modules/_vue-loader@15.7.0@vue-loader/lib/runtime/componentNormalizer.js\");\n\n\n\n\n\n\n/* normalize component */\n\nvar component = Object(_node_modules_vue_loader_15_7_0_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(\n _WithdrawDetail_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n _WithdrawDetail_vue_vue_type_template_id_614c12c7_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"],\n _WithdrawDetail_vue_vue_type_template_id_614c12c7_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"],\n false,\n null,\n \"614c12c7\",\n null\n \n)\n\n/* hot reload */\nif (false) { var api; }\ncomponent.options.__file = \"src/views/wallet/WithdrawDetail.vue\"\n/* harmony default export */ __webpack_exports__[\"default\"] = (component.exports);\n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?");
/***/ }),
/***/ "./src/views/wallet/WithdrawDetail.vue?vue&type=script&lang=js&":
/*!**********************************************************************!*\
!*** ./src/views/wallet/WithdrawDetail.vue?vue&type=script&lang=js& ***!
\**********************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_8_0_5_babel_loader_lib_index_js_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/_babel-loader@8.0.5@babel-loader/lib!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./WithdrawDetail.vue?vue&type=script&lang=js& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_babel-loader@8.0.5@babel-loader/lib/index.js!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=script&lang=js&\");\n/* empty/unused harmony star reexport */ /* harmony default export */ __webpack_exports__[\"default\"] = (_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_8_0_5_babel_loader_lib_index_js_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[\"default\"]); \n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?");
/***/ }),
/***/ "./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css&":
/*!******************************************************************************************************!*\
!*** ./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css& ***!
\******************************************************************************************************/
/*! no static exports found */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_vue_style_loader_4_1_2_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_style_index_0_id_614c12c7_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../node_modules/_vue-style-loader@4.1.2@vue-style-loader??ref--6-oneOf-1-0!../../../node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css& */ \"./node_modules/_vue-style-loader@4.1.2@vue-style-loader/index.js?!./node_modules/_css-loader@1.0.1@css-loader/index.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src/index.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=style&index=0&id=614c12c7&scoped=true&lang=css&\");\n/* harmony import */ var _node_modules_vue_style_loader_4_1_2_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_style_index_0_id_614c12c7_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_2_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_style_index_0_id_614c12c7_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _node_modules_vue_style_loader_4_1_2_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_style_index_0_id_614c12c7_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__) if(__WEBPACK_IMPORT_KEY__ !== 'default') (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _node_modules_vue_style_loader_4_1_2_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_style_index_0_id_614c12c7_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n /* harmony default export */ __webpack_exports__[\"default\"] = (_node_modules_vue_style_loader_4_1_2_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_style_index_0_id_614c12c7_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default.a); \n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?");
/***/ }),
/***/ "./src/views/wallet/WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true&":
/*!****************************************************************************************!*\
!*** ./src/views/wallet/WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true& ***!
\****************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_65b30cba_vue_loader_template_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_template_id_614c12c7_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"65b30cba-vue-loader-template\"}!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.7.0@vue-loader/lib??vue-loader-options!./WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"65b30cba-vue-loader-template\\\"}!./node_modules/_vue-loader@15.7.0@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.7.0@vue-loader/lib/index.js?!./src/views/wallet/WithdrawDetail.vue?vue&type=template&id=614c12c7&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_65b30cba_vue_loader_template_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_template_id_614c12c7_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_65b30cba_vue_loader_template_node_modules_vue_loader_15_7_0_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_7_0_vue_loader_lib_index_js_vue_loader_options_WithdrawDetail_vue_vue_type_template_id_614c12c7_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/wallet/WithdrawDetail.vue?");
/***/ })
}]);
\ No newline at end of file
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