Commit 66675249 by 肖康

Merge branch 'XK_carB20190624' into Development

parents 9af835bc b416cb84
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
.shop-block .add-num .mui-numbox input{ height: 28px; background: #fff; color: #333; font-size: 12px;box-sizing: border-box;} .shop-block .add-num .mui-numbox input{ height: 28px; background: #fff; color: #333; font-size: 12px;box-sizing: border-box;}
.shop-block .subtotal{padding: 2% 3%; font-weight: bold; text-align: right; } .shop-block .subtotal{padding: 2% 3%; font-weight: bold; text-align: right; }
.shop-block .morePrice{ margin-bottom: 15px; } .shop-block .morePrice{ margin-bottom: 15px; }
.shop-block .morePrice p{height:18px;line-height: 18px;}
.shop-block .more-height{ font-size: 12px; margin-right: 10%; height: 24px;margin-top: 5px; line-height:24px; border: 1px solid #e5e5e5; text-align: center; color: #666; } .shop-block .more-height{ font-size: 12px; margin-right: 10%; height: 24px;margin-top: 5px; line-height:24px; border: 1px solid #e5e5e5; text-align: center; color: #666; }
.shop-block .more-height .iconfont{ font-size: 10px; margin-left: 5px; } .shop-block .more-height .iconfont{ font-size: 10px; margin-left: 5px; }
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
.shop-but .button.dis a{background: #ccc;} .shop-but .button.dis a{background: #ccc;}
.shop-but .button span{ font-size: 12px; } .shop-but .button span{ font-size: 12px; }
.shop-but .button .sxx{position: absolute;color:#1080d0;line-height: 44px;top:0px;left:-113%;background: #fff;display:none;} .shop-but .button .sxx{position: absolute;color:#1080d0;line-height: 44px;top:0px;left:-113%;background: #fff;display:none;}
.shop-but .checkallbox{line-height: 40px;padding-left:10px;box-sizing: border-box;} .shop-but .checkallbox{line-height: 40px;padding-left:10px;box-sizing: border-box;margin-top: 10px;}
.shop-but .button .but-orange{background: #ffa200;} .shop-but .button .but-orange{background: #ffa200;}
.shop-but .clearbtn{line-height: 44px;font-size: 14px!important;margin-right: 20px;} .shop-but .clearbtn{line-height: 44px;font-size: 14px!important;margin-right: 20px;}
.shop-but .delbtn{width:130px;} .shop-but .delbtn{width:130px;}
...@@ -297,6 +297,18 @@ ...@@ -297,6 +297,18 @@
height: auto !important; height: auto !important;
} }
.lyMoreData { .lyMoreData {
height: 48px; height: 54px;
overflow: hidden; overflow: hidden;
} }
.zdychec{
.van-checkbox__icon{
position:relative;
left:10px;
}
}
.zdychec1{
position:relative;
top:10px;
left:10px;
}
\ No newline at end of file
.lxshop .lxshop-content .f-blue {
color: #1080d0;
}
.lxshop .lxshop-content .sosoarr {
display: none;
background-color: #fff;
font-size: 15px;
font-weight: 400;
height: 44px;
line-height: 44px;
overflow: hidden;
width: 100%;
-webkit-box-shadow: 0 2px 5px #eeeeee;
box-shadow: 0 2px 5px #eeeeee;
table-layout: fixed;
border-bottom: 1px solid #d6d7dc;
}
.lxshop .lxshop-content .sosoarr {
text-align: center;
padding: 0 15%;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.lxshop .lxshop-content .layer-fix {
display: block;
position: fixed;
top: 44px;
left: 0;
right: 0;
z-index: 10;
}
.lxshop .lxshop-content .sift-box {
position: relative;
padding-top: 5px;
padding-left: 2.5%;
height: 36px;
line-height: 36px;
border-bottom: 1px solid #d6d7dc;
background-color: #fff;
}
.lxshop .lxshop-content .sift-box dl {
float: left;
width: 35%;
margin-right: 0;
height: 35px;
color: #333;
}
.lxshop .lxshop-content .sift-box dl dt {
text-align: center;
font-size: 12px;
height: 30px;
line-height: 30px;
background: #f8f8f8;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 5px;
}
.lxshop .lxshop-content .sift-box dl dd {
position: absolute;
top: 42px;
left: 0;
width: 100%;
bottom: 140px;
z-index: 3;
display: none;
}
.lxshop .lxshop-content .sift-box dl dd ul {
background: #fff;
padding-bottom: 3px;
height: 200px;
overflow-x: auto;
}
.lxshop .lxshop-content .sift-box dl dd ul li {
width: 46%;
color: #333;
font-size: 14px;
border: 1px solid #fff;
margin: 0 2%;
margin-top: 3px;
padding: 0 10px;
box-sizing: border-box;
height: 32px;
line-height: 32px;
}
.lxshop .lxshop-content .sift-box dl dd ul li.check {
border: 1px solid #1080d0;
color: #1080d0;
}
.lxshop .lxshop-content .sift-box dl dd .button {
border-top: 1px solid #d6d7dc;
height: 40px;
line-height: 40px;
background: #fff;
-webkit-box-shadow: 0 2px 5px #eeeeee;
box-shadow: 0 2px 5px #eeeeee;
}
.lxshop .lxshop-content .sift-box dl dd .button a {
width: 50%;
font-size: 14px;
height: 39px;
line-height: 39px;
display: block;
float: left;
text-align: center;
color: #333;
}
.lxshop .lxshop-content .sift-box dl dd .button a.but-blue {
background: #1080d0;
color: #fff;
text-decoration: none;
text-align: center;
border: none;
}
.lxshop .lxshop-content .sift-box dl.p_act {
border: 1px solid #d6d7dc;
border-bottom: none;
}
.lxshop .lxshop-content .sift-box dl.p_act dd {
display: block;
}
.lxshop .lxshop-content .sift-box dl.p_act dt {
background: #fff;
height: 34px;
line-height: 34px;
border-bottom: 2px solid #fff;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop {
padding: 10px 10px 10px 0;
margin-left: 10px;
background: #fff;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img {
width: 60px;
height: 30px;
display: block;
float: left;
border: 1px solid #e5e5e5;
margin-right: 10px;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad {
color: #666666;
font-size: 12px;
display: block;
line-height: 16px;
overflow: hidden;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk {
color: #999999;
background: #f8f8f8;
height: 32px;
line-height: 32px;
font-size: 12px;
text-align: center;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup {
cursor: pointer;
color: #1080d0;
}
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,
.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover {
cursor: pointer;
color: #0073c5;
font-weight: bold;
}
.lxshop .lxshop-content .data-group-supplier-no {
color: #999999;
font-size: 16px;
line-height: 28px;
}
.lxshop .lxshop-content .data-group-supplier-no .toisx {
text-align: center;
margin-top: 100px;
}
/*# sourceMappingURL=lxshop.css.map */
\ No newline at end of file
{"version":3,"sources":["lxshop.less"],"names":[],"mappings":"AAAA,OACE,gBACE;EAAQ,cAAA;;AAFZ,OACE,gBAEE;EAAU,aAAA;EAAe,sBAAA;EAAwB,eAAA;EAAiB,gBAAA;EAAkB,YAAA;EAAc,iBAAA;EAAmB,gBAAA;EAAkB,WAAA;EAAa,qCAAA;EAAuC,6BAAA;EAA+B,mBAAA;EAAqB,gCAAA;;AAHnP,OACE,gBAGE;EAAS,kBAAA;EAAoB,cAAA;EAAe,sBAAA;EAAsB,gBAAA;EAAgB,uBAAA;EAAuB,mBAAA;;AAJ7G,OACE,gBAIE;EAAY,cAAA;EAAgB,eAAA;EAAiB,SAAA;EAAW,OAAA;EAAS,QAAA;EAAU,WAAA;;AAL/E,OACE,gBAKE;EACE,kBAAA;EAAqB,gBAAA;EAAkB,kBAAA;EAAoB,YAAA;EAAc,iBAAA;EAAmB,gCAAA;EAAkC,sBAAA;;AAPpI,OACE,gBAKE,UAEE;EACE,WAAA;EAAa,UAAA;EAAY,eAAA;EAAiB,YAAA;EAC1C,WAAA;;AAVR,OACE,gBAKE,UAEE,GAGE;EACE,kBAAA;EAAoB,eAAA;EAAiB,YAAA;EAAc,iBAAA;EACnD,mBAAA;EAAoB,gBAAA;EAAgB,uBAAA;EACpC,mBAAA;EAAqB,cAAA;;AAd/B,OACE,gBAKE,UAEE,GAQE;EACE,kBAAA;EAAoB,SAAA;EACpB,OAAA;EAAS,WAAA;EAAa,aAAA;EACtB,UAAA;EAAW,aAAA;;AAnBrB,OACE,gBAKE,UAEE,GAQE,GAIE;EACE,gBAAA;EAAkB,mBAAA;EAAoB,aAAA;EAAe,gBAAA;;AArBjE,OACE,gBAKE,UAEE,GAQE,GAIE,GAEE;EACE,UAAA;EAAY,WAAA;EAAa,eAAA;EAAkB,sBAAA;EAAuB,YAAA;EAClE,eAAA;EAAiB,eAAA;EAAgB,sBAAA;EAAwB,YAAA;EAAc,iBAAA;;AACvE,OAxBZ,gBAKE,UAEE,GAQE,GAIE,GAEE,GAGG;EACC,yBAAA;EAA4B,cAAA;;AA1B5C,OACE,gBAKE,UAEE,GAQE,GAeE;EACE,6BAAA;EAA+B,YAAA;EAC/B,iBAAA;EAAmB,gBAAA;EAAkB,qCAAA;EACrC,6BAAA;;AAlCZ,OACE,gBAKE,UAEE,GAQE,GAeE,QAKE;EACE,UAAA;EAAY,eAAA;EAAiB,YAAA;EAC7B,iBAAA;EAAmB,cAAA;EAAgB,WAAA;EACnC,kBAAA;EACA,WAAA;;AACA,OAxCZ,gBAKE,UAEE,GAQE,GAeE,QAKE,EAKG;EACC,mBAAA;EACA,WAAA;EACA,qBAAA;EACA,kBAAA;EACA,YAAA;;AAKR,OAlDN,gBAKE,UAEE,GA2CG;EACC,yBAAA;EACA,mBAAA;;AAFF,OAlDN,gBAKE,UAEE,GA2CG,MAGC;EAAG,cAAA;;AAHL,OAlDN,gBAKE,UAEE,GA2CG,MAIC;EAAI,gBAAA;EAAkB,YAAA;EAAc,iBAAA;EAAkB,6BAAA;;AAvDhE,OACE,gBA2DE,iBACE,qBAEE;EACG,yBAAA;EACD,iBAAA;EAAoB,gBAAA;;AAjE9B,OACE,gBA2DE,iBACE,qBAEE,WAGE;EAAK,WAAA;EAAa,YAAA;EAAc,cAAA;EAAgB,WAAA;EAAa,yBAAA;EAA2B,kBAAA;;AAlElG,OACE,gBA2DE,iBACE,qBAEE,WAIE;EAAI,cAAA;EAAgB,eAAA;EAAiB,cAAA;EAAe,iBAAA;EAAmB,gBAAA;EAAkB,YAAA;EAAa,oBAAA;EAAqB,oBAAA;EAAqB,aAAA;EAAc,yBAAA;EAA0B,6BAAA;EAA8B,4BAAA;EAA6B,6BAAA;EAA8B,0BAAA;EAA2B,sBAAA;;AAnEtT,OACE,gBA2DE,iBACE,qBAQE;AArER,OACE,gBA2DE,iBACE,qBAQe,CAAA;EACX,cAAA;EAAgB,mBAAA;EAAqB,YAAA;EAAc,iBAAA;EAAmB,eAAA;EAAiB,kBAAA;;AAtEjG,OACE,gBA2DE,iBACE,qBAQE,aAGE;AAxEV,OACE,gBA2DE,iBACE,qBAQe,CAAA,cAGX;EAAK,eAAA;EAAiB,cAAA;;AACtB,OAxER,gBA2DE,iBACE,qBAQE,aAGE,KACC;AAAD,OAxER,gBA2DE,iBACE,qBAQe,CAAA,cAGX,KACC;EAAO,eAAA;EAAiB,cAAA;EAAgB,iBAAA;;AAzEnD,OACE,gBA6EE;EACE,cAAA;EACA,eAAA;EACA,iBAAA;;AAjFN,OACE,gBA6EE,wBAIE;EAAO,kBAAA;EAAmB,iBAAA","file":"lxshop.css"}
\ No newline at end of file
.user-index {
background: #f8f8f8;
padding-bottom: 107px;
}
.user-index .user-logo {
background: url('../../images/user/user_logo.jpg');
padding: 7% 0 4% 0;
background-size: 100% 100%;
}
.user-index .user-logo img {
width: 20%;
display: block;
margin: 0 auto;
border-radius: 50%;
}
.user-index .user-logo dt {
padding-bottom: 2%;
}
.user-index .user-logo dd {
text-align: center;
}
.user-index .user-logo h4 {
font-size: 14px;
padding: 3% 0;
color: #fff;
}
.user-index .user-logo p {
font-size: 12px;
color: #fff;
}
.user-index .orderbox {
padding: 0 2%;
background: #ffffff;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 10px;
}
.user-index .orderbox .user-news li {
width: 24%;
float: left;
text-align: center;
padding: 20px 0;
padding-bottom: 0px;
}
.user-index .orderbox .user-news li a {
color: #333;
}
.user-index .orderbox .user-news li b {
font-size: 20px;
}
.user-index .orderbox .user-news li span {
display: block;
font-size: 12px;
}
.user-index .orderbox a {
color: #333;
font-size: 12px;
margin-right: 12px;
margin-bottom: 30px;
margin-top: 10px;
}
.user-index .orderbox a i {
margin-left: 8px;
color: #1080d0;
position: relative;
top: 4px;
font-size: 16px;
}
.user-index .orderbox a span {
position: relative;
top: 2px;
}
.user-index .user-nav {
padding: 0 2%;
background: #ffffff;
padding: 10px 0;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
margin-bottom: 10px;
}
.user-index .user-nav li {
width: 25%;
float: left;
text-align: center;
padding: 10px 0;
}
.user-index .user-nav li a {
color: #333;
display: block;
}
.user-index .user-nav li i {
font-size: 28px;
height: 30px;
line-height: 30px;
overflow: hidden;
display: block;
text-align: center;
}
.user-index .user-nav li .icon-1 {
color: #16a6ff;
}
.user-index .user-nav li .icon-2 {
color: #ffba35;
}
.user-index .user-nav li .icon-3 {
color: #41c6e4;
}
.user-index .user-nav li .icon-4 {
color: #fe4d30;
}
.user-index .user-nav li .icon-5 {
color: #fe4d30;
}
.user-index .user-nav li .icon-6 {
color: #42ceb6;
}
.user-index .user-nav li .icon-7 {
color: #fe4c2f;
}
.user-index .user-nav li .i7 {
background: url('https://www.ichunt.com/v3/dist/res/m/images/nav/i2.png') no-repeat center;
background-size: contain;
margin: 0 auto;
}
.user-index .user-nav li span {
display: block;
font-size: 14px;
margin-top: 10px;
}
.user-index .loginLayoutx {
border: 1px solid #e5e5e5;
border-left: none;
border-right: none;
width: 100%;
height: 30px;
background-color: #ffffff;
display: block;
line-height: 30px;
text-align: center;
font-size: 14px;
color: #333333;
}
/*# sourceMappingURL=index.css.map */
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"AAAA;EACE,mBAAA;EACA,qBAAA;;AAFF,WAGE;EACE,gBAAgB,kCAAhB;EAAoD,kBAAA;EAAoB,0BAAA;;AAJ5E,WAGE,WAEE;EAAK,UAAA;EAAY,cAAA;EAAgB,cAAA;EAAgB,kBAAA;;AALrD,WAGE,WAGE;EAAI,kBAAA;;AANR,WAGE,WAIE;EAAI,kBAAA;;AAPR,WAGE,WAKE;EAAI,eAAA;EAAiB,aAAA;EAAe,WAAA;;AARxC,WAGE,WAME;EAAG,eAAA;EAAiB,WAAA;;AATxB,WAYE;EACE,aAAA;EACA,mBAAA;EACA,gCAAA;EACA,mBAAA;;AAhBJ,WAYE,UAKE,WACE;EAAI,UAAA;EAAY,WAAA;EAAa,kBAAA;EAAoB,eAAA;EAAgB,mBAAA;;AAlBvE,WAYE,UAKE,WACE,GACE;EAAE,WAAA;;AAnBV,WAYE,UAKE,WACE,GAEE;EAAG,eAAA;;AApBX,WAYE,UAKE,WACE,GAGE;EAAM,cAAA;EAAgB,eAAA;;AArB9B,WAYE,UAaE;EACE,WAAA;EAAW,eAAA;EAAgB,kBAAA;EAAmB,mBAAA;EAC9C,gBAAA;;AA3BN,WAYE,UAaE,EAGE;EAAE,gBAAA;EAAiB,cAAA;EAAc,kBAAA;EAAmB,QAAA;EAAQ,eAAA;;AA5BlE,WAYE,UAaE,EAIE;EAAK,kBAAA;EAAmB,QAAA;;AA7B9B,WAgCE;EACE,aAAA;EAAe,mBAAA;EAAqB,eAAA;EAAiB,gCAAA;EAAkC,6BAAA;EAA+B,mBAAA;;AAjC1H,WAgCE,UAEE;EAAI,UAAA;EAAY,WAAA;EAAa,kBAAA;EAAoB,eAAA;;AAlCrD,WAgCE,UAEE,GACE;EAAE,WAAA;EAAa,cAAA;;AAnCrB,WAgCE,UAEE,GAEE;EAAG,eAAA;EAAiB,YAAA;EAAc,iBAAA;EAAmB,gBAAA;EAAkB,cAAA;EAAgB,kBAAA;;AApC7F,WAgCE,UAEE,GAGE;EAAS,cAAA;;AArCf,WAgCE,UAEE,GAIE;EAAS,cAAA;;AAtCf,WAgCE,UAEE,GAKE;EAAS,cAAA;;AAvCf,WAgCE,UAEE,GAME;EAAS,cAAA;;AAxCf,WAgCE,UAEE,GAOE;EAAS,cAAA;;AAzCf,WAgCE,UAEE,GAQE;EAAS,cAAA;;AA1Cf,WAgCE,UAEE,GASE;EAAS,cAAA;;AA3Cf,WAgCE,UAEE,GAUE;EAAQ,gBAAgB,0EAAhB;EACN,wBAAA;EACA,cAAA;;AA9CR,WAgCE,UAEE,GAaE;EAAM,cAAA;EAAgB,eAAA;EAAiB,gBAAA;;AA/C7C,WAkDE;EACE,yBAAA;EACA,iBAAA;EACA,kBAAA;EACA,WAAA;EACA,YAAA;EACA,yBAAA;EACA,cAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA","file":"index.css"}
\ No newline at end of file
.user-info {
height: 100%;
background: #f8f8f8;
}
.user-info .group-info {
position: relative;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
width: 100%;
padding: 10px 15px;
overflow: hidden;
color: #323233;
font-size: 14px;
line-height: 24px;
background-color: #fff;
}
.user-info .group-info:not(:last-child)::after {
position: absolute;
box-sizing: border-box;
content: ' ';
pointer-events: none;
right: 0;
bottom: 0;
left: 15px;
border-bottom: 1px solid #ebedf0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.user-info .group-info .group-left {
width: 90px;
-webkit-box-flex: 0;
-webkit-flex: none;
flex: none;
}
.user-info .group-info .group-right {
position: relative;
overflow: hidden;
color: #969799;
text-align: right;
vertical-align: middle;
}
.user-info .group-info .group-right input {
display: block;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 0;
color: #323233;
text-align: left;
background-color: transparent;
border: 0;
resize: none;
}
.user-info .group-info .group-right input::-webkit-input-placeholder {
color: #ccc;
}
.user-info .tips {
margin-top: 15px;
font-size: 12px;
color: #999;
padding-left: 15px;
}
.user-info .btnsub {
position: fixed;
bottom: 0;
width: 100%;
padding: 2%;
right: 0;
left: 0;
box-sizing: border-box;
}
.user-info .btnsub .btnnext {
background: #fff;
color: #1080d0;
border: 1px solid #1080d0;
text-decoration: none;
text-align: center;
height: 40px;
line-height: 40px;
border-radius: 5px;
width: 100%;
display: block;
cursor: pointer;
font-size: 14px;
}
.user-info .btnsub .btnnext.submitbtn {
background: #1080d0;
color: #fff;
}
.Router {
position: absolute;
height: 100%;
width: 100%;
transition: all 0.377s ease;
will-change: transform;
top: 0;
backface-visibility: hidden;
perspective: 1000;
padding-top: 44px;
box-sizing: border-box;
}
.slide-left-enter,
.slide-right-leave-active {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.slide-left-leave-active,
.slide-right-enter {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
/*# sourceMappingURL=userInfo.css.map */
\ No newline at end of file
{"version":3,"sources":["userInfo.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,mBAAA;;AAFF,UAGE;EACE,kBAAA;EACA,sBAAA;EACA,oBAAA;EACA,qBAAA;EACA,aAAA;EACA,WAAA;EACA,kBAAA;EACA,gBAAA;EACA,cAAA;EACA,eAAA;EACA,iBAAA;EACA,sBAAA;;AAEA,UAdF,YAcG,IAAI,aAAa;EAChB,kBAAA;EACA,sBAAA;EACA,SAAS,GAAT;EACA,oBAAA;EACA,QAAA;EACA,SAAA;EACA,UAAA;EACA,gCAAA;EACA,mBAAmB,WAAnB;EACA,WAAW,WAAX;;AA3BN,UAGE,YA0BE;EAAY,WAAA;EAAgB,mBAAA;EAC1B,kBAAA;EACA,UAAA;;AA/BN,UAGE,YA6BE;EACE,kBAAA;EACA,gBAAA;EACA,cAAA;EACA,iBAAA;EACA,sBAAA;;AArCN,UAGE,YA6BE,aAME;EACE,cAAA;EACA,sBAAA;EACA,WAAA;EACA,SAAA;EACA,UAAA;EACA,cAAA;EACA,gBAAA;EACA,6BAAA;EACA,SAAA;EACA,YAAA;;AAhDR,UAGE,YA6BE,aAkBE,MAAK;EACH,WAAA;;AAnDR,UAuDE;EACE,gBAAA;EAAiB,eAAA;EAAgB,WAAA;EAAW,kBAAA;;AAxDhD,UA0DE;EACE,eAAA;EACA,SAAA;EACA,WAAA;EACA,WAAA;EACA,QAAA;EACA,OAAA;EACA,sBAAA;;AAjEJ,UA0DE,QAQE;EACE,gBAAA;EACA,cAAA;EACA,yBAAA;EACA,qBAAA;EACA,kBAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,WAAA;EACA,cAAA;EACA,eAAA;EACA,eAAA;;AACA,UArBJ,QAQE,SAaG;EACC,mBAAA;EACA,WAAA;;AAMR;EACE,kBAAA;EACA,YAAA;EACA,WAAA;EACA,2BAAA;EACA,sBAAA;EACA,MAAA;EACA,2BAAA;EACA,iBAAA;EACA,iBAAA;EACA,sBAAA;;AAEF;AACA;EACE,UAAA;EACA,WAAW,wBAAX;;AAGF;AACA;EACE,UAAA;EACA,WAAW,uBAAX","file":"userInfo.css"}
\ No newline at end of file
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
</div> </div>
<div class="dlBox" v-show="delivery==1"> <div class="dlBox" v-show="delivery==1">
<div class="mui-row shop-block sale_type_data" v-for="(item,indexdata) in ly1Data"> <div class="mui-row shop-block sale_type_data" v-for="(item,indexdata) in ly1Data">
<div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10"> <div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10 zdychec">
<van-checkbox v-model="item.check" @click="checkWatch"></van-checkbox> <van-checkbox v-model="item.check" @change="checkWatch"></van-checkbox>
</div> </div>
<div class="mui-col-sm-11 mui-col-xs-11"> <div class="mui-col-sm-11 mui-col-xs-11">
<h4 class="mui-row"> <h4 class="mui-row">
...@@ -153,8 +153,8 @@ ...@@ -153,8 +153,8 @@
</div> </div>
<div class="hkBox" v-show="delivery==2"> <div class="hkBox" v-show="delivery==2">
<div class="mui-row shop-block sale_type_data" v-for="(item,indexdata) in ly2Data"> <div class="mui-row shop-block sale_type_data" v-for="(item,indexdata) in ly2Data">
<div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10"> <div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10 zdychec">
<van-checkbox v-model="item.check" @click="checkWatch"></van-checkbox> <van-checkbox v-model="item.check" @change="checkWatch"></van-checkbox>
</div> </div>
<div class="mui-col-sm-11 mui-col-xs-11"> <div class="mui-col-sm-11 mui-col-xs-11">
<h4 class="mui-row"> <h4 class="mui-row">
...@@ -281,14 +281,14 @@ ...@@ -281,14 +281,14 @@
<div class="zyDataGp"> <div class="zyDataGp">
<div class="xianhuoData" > <div class="xianhuoData" >
<div class="mui-row headxianhuoqihuo" v-if="zy1Data.length>0"> <div class="mui-row headxianhuoqihuo" v-if="zy1Data.length>0">
<div class="mui-col-sm-1 mui-col-xs-1 ta-c "> <div class="mui-col-sm-1 mui-col-xs-1 ta-c zdychec1">
<van-checkbox v-model="zy1DataIsCheck" @click="checkWatchZy(1)"></van-checkbox> <van-checkbox v-model="zy1DataIsCheck" @click="checkWatchZy(1)"></van-checkbox>
</div> </div>
<div class="mui-col-sm-11 mui-col-xs-11"><font class="zyqxtype">现货商品</font></div> <div class="mui-col-sm-11 mui-col-xs-11"><font class="zyqxtype">现货商品</font></div>
</div> </div>
<template v-for="(item,indexdata) in zy1Data"> <template v-for="(item,indexdata) in zy1Data">
<div class="mui-row shop-block sale_type_data" > <div class="mui-row shop-block sale_type_data" >
<div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10"> <div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10 zdychec">
<van-checkbox v-model="item.check" @change="checkWatch"></van-checkbox> <van-checkbox v-model="item.check" @change="checkWatch"></van-checkbox>
</div> </div>
<div class="mui-col-sm-11 mui-col-xs-11"> <div class="mui-col-sm-11 mui-col-xs-11">
...@@ -387,14 +387,14 @@ ...@@ -387,14 +387,14 @@
</div> </div>
<div class="qihuoData" > <div class="qihuoData" >
<div class="mui-row headxianhuoqihuo" v-if="zy2Data.length>0" > <div class="mui-row headxianhuoqihuo" v-if="zy2Data.length>0" >
<div class="mui-col-sm-1 mui-col-xs-1 ta-c "> <div class="mui-col-sm-1 mui-col-xs-1 ta-c zdychec1">
<van-checkbox v-model="zy2DataIsCheck" @click="checkWatchZy(2)"></van-checkbox> <van-checkbox v-model="zy2DataIsCheck" @click="checkWatchZy(2)"></van-checkbox>
</div> </div>
<div class="mui-col-sm-11 mui-col-xs-11"><font class="zyqxtype">期货商品</font></div> <div class="mui-col-sm-11 mui-col-xs-11"><font class="zyqxtype">期货商品</font></div>
</div> </div>
<template v-for="(item,indexdata) in zy2Data"> <template v-for="(item,indexdata) in zy2Data">
<div class="mui-row shop-block sale_type_data" > <div class="mui-row shop-block sale_type_data" >
<div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10"> <div class="mui-col-sm-1 mui-col-xs-1 ta-c mt-10 zdychec">
<van-checkbox v-model="item.check" @change="checkWatch"></van-checkbox> <van-checkbox v-model="item.check" @change="checkWatch"></van-checkbox>
</div> </div>
<div class="mui-col-sm-11 mui-col-xs-11"> <div class="mui-col-sm-11 mui-col-xs-11">
...@@ -816,7 +816,7 @@ ...@@ -816,7 +816,7 @@
let arrLength = dataList[index].tiered.length; let arrLength = dataList[index].tiered.length;
if (dataList[index]["priceCheck"]) { if (dataList[index]["priceCheck"]) {
console.log(1) console.log(1)
dom.style.height = "48px"; dom.style.height = "54px";
this.$set(dataList[index], "priceCheck", false); this.$set(dataList[index], "priceCheck", false);
this.$set( this.$set(
dataList[index], dataList[index],
...@@ -825,7 +825,7 @@ ...@@ -825,7 +825,7 @@
); );
} else { } else {
console.log(2) console.log(2)
dom.style.height = 16 * arrLength + "px"; dom.style.height = 18 * arrLength + "px";
dom.style.transition = `height ${(arrLength - 3) * 0.125}s linear`; dom.style.transition = `height ${(arrLength - 3) * 0.125}s linear`;
dom.style.webkitTransition = `height ${(arrLength - 3) * dom.style.webkitTransition = `height ${(arrLength - 3) *
0.125}s linear`; 0.125}s linear`;
...@@ -885,7 +885,7 @@ ...@@ -885,7 +885,7 @@
if(tp==1){ if(tp==1){
//现货 //现货
for(var i=0;i<list_1.length;i++){ for(var i=0;i<list_1.length;i++){
if(self.zy1DataIsCheck){ if(!self.zy1DataIsCheck){
list_1[i].check=true; list_1[i].check=true;
}else{ }else{
list_1[i].check=false; list_1[i].check=false;
...@@ -894,7 +894,7 @@ ...@@ -894,7 +894,7 @@
}else{ }else{
//期货 //期货
for(var i=0;i<list_2.length;i++){ for(var i=0;i<list_2.length;i++){
if(self.zy2DataIsCheck){ if(!self.zy2DataIsCheck){
list_2[i].check=true; list_2[i].check=true;
}else{ }else{
list_2[i].check=false; list_2[i].check=false;
...@@ -911,7 +911,7 @@ ...@@ -911,7 +911,7 @@
var list_=self.delivery==1?this.ly1Data:this.ly2Data; var list_=self.delivery==1?this.ly1Data:this.ly2Data;
if(list_.length<=0){return} if(list_.length<=0){return}
for(var i=0;i<list_.length;i++){ for(var i=0;i<list_.length;i++){
if(self.isAll){ if(!self.isAll){
list_[i].check=true; list_[i].check=true;
}else{ }else{
list_[i].check=false; list_[i].check=false;
...@@ -921,7 +921,7 @@ ...@@ -921,7 +921,7 @@
//自营 //自营
var list_1=this.zy1Data; var list_1=this.zy1Data;
var list_2=this.zy2Data; var list_2=this.zy2Data;
if(self.isAll){ if(!self.isAll){
self.zy1DataIsCheck=true; self.zy1DataIsCheck=true;
self.zy2DataIsCheck=true; self.zy2DataIsCheck=true;
for(var i=0;i<list_1.length;i++){ for(var i=0;i<list_1.length;i++){
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.number.constructor */ \"./node_modules/_core-js@2.6.9@core-js/modules/es6.number.constructor.js\");\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/views/common/Menu.vue */ \"./src/views/common/Menu.vue\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\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: \"header-page\",\n props: {\n color: {\n type: String,\n default: \"\"\n },\n historyb: {\n type: Boolean,\n default: false\n },\n zy1Length: {\n type: Number,\n default: 0\n },\n ly1Length: {\n type: Number,\n default: 0\n },\n ly2Length: {\n type: Number,\n default: 0\n },\n bgcolor: {\n type: String,\n default: \"#f3f3f3\"\n },\n isCar: {\n type: Boolean,\n default: false\n },\n inputShow: {\n type: Boolean,\n default: false\n },\n title: {\n type: String,\n default: \"猎芯网\"\n },\n meaushow: {\n type: Boolean,\n default: false\n }\n },\n data: function data() {\n return {\n type: 1,\n //自营2 //联营1,\n borderBottom: \"0px\"\n };\n },\n mounted: function mounted() {},\n created: function created() {\n if (this.bgcolor == \"#fff\") {\n this.borderBottom = \"1px solid #d6d7dc\";\n }\n },\n methods: {\n historyback: function historyback() {\n history.go(-1);\n },\n toSearch: function toSearch() {\n this.$emit('toSearch');\n },\n toSomeThing: function toSomeThing() {\n this.$emit('toSomeThing');\n },\n listTab: function listTab(type) {\n this.type = type;\n this.$emit('listTab', type);\n }\n },\n components: {\n \"van-field\": vant__WEBPACK_IMPORTED_MODULE_2__[\"Field\"],\n \"van-icon\": vant__WEBPACK_IMPORTED_MODULE_2__[\"Icon\"],\n Menu: _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.number.constructor */ \"./node_modules/_core-js@2.6.9@core-js/modules/es6.number.constructor.js\");\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/views/common/Menu.vue */ \"./src/views/common/Menu.vue\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\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: \"header-page\",\n props: {\n color: {\n type: String,\n default: \"\"\n },\n historyb: {\n type: Boolean,\n default: false\n },\n zy1Length: {\n type: Number,\n default: 0\n },\n ly1Length: {\n type: Number,\n default: 0\n },\n ly2Length: {\n type: Number,\n default: 0\n },\n bgcolor: {\n type: String,\n default: \"#f3f3f3\"\n },\n isCar: {\n type: Boolean,\n default: false\n },\n inputShow: {\n type: Boolean,\n default: false\n },\n title: {\n type: String,\n default: \"猎芯网\"\n },\n meaushow: {\n type: Boolean,\n default: false\n }\n },\n data: function data() {\n return {\n type: 1,\n //自营2 //联营1,\n borderBottom: \"0px\"\n };\n },\n mounted: function mounted() {},\n created: function created() {\n if (this.bgcolor == \"#fff\") {\n this.borderBottom = \"1px solid #d6d7dc\";\n }\n },\n methods: {\n historyback: function historyback() {\n history.go(-1);\n },\n toSearch: function toSearch() {\n this.$emit('toSearch');\n },\n toSomeThing: function toSomeThing() {\n this.$emit('toSomeThing');\n },\n listTab: function listTab(type) {\n this.type = type;\n this.$emit('listTab', type);\n }\n },\n components: {\n \"van-field\": vant__WEBPACK_IMPORTED_MODULE_2__[\"Field\"],\n \"van-icon\": vant__WEBPACK_IMPORTED_MODULE_2__[\"Icon\"],\n Menu: _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core ...@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Navigator_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/views/common/Navigator.vue */ \"./src/views/common/Navigator.vue\");\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../api/index */ \"./src/api/index.js\");\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//\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//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Dialog\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'userIndex',\n data: function data() {\n return {\n qqurl_: _api_index__WEBPACK_IMPORTED_MODULE_5__[\"productionUrlApi\"] + 'login/qq',\n typeVal: 5,\n ismini: true\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.user.loading;\n },\n userInfo: function userInfo(state) {\n return state.user.userInfo;\n },\n orderCounts: function orderCounts(state) {\n return state.user.orderCounts;\n },\n bindInfo: function bindInfo(state) {\n return state.user.bindInfo;\n },\n isLayout: function isLayout(state) {\n return state.user.isLayout;\n },\n isGetBindInfo: function isGetBindInfo(state) {\n return state.user.isGetBindInfo;\n }\n })),\n watch: {\n isLayout: function isLayout(val) {\n if (val) {\n this.goOut();\n }\n },\n isGetBindInfo: function isGetBindInfo(val) {\n if (val) {\n this.$store.dispatch({\n type: 'getBindInfo'\n });\n }\n }\n },\n created: function created() {\n this.getData();\n\n if (isMiniProgram) {\n this.ismini = false;\n }\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'getUserType'\n });\n this.$store.dispatch({\n type: 'orderCount'\n });\n this.$store.dispatch({\n type: 'getBindInfo'\n });\n },\n goOut: function goOut() {\n this.$store.dispatch({\n type: 'logout'\n });\n },\n jiebang: function jiebang() {\n var _this = this;\n\n vant__WEBPACK_IMPORTED_MODULE_3__[\"Dialog\"].confirm({\n message: '请确认是否要解绑当前账号?'\n }).then(function () {\n _this.$store.dispatch({\n type: 'unbindPhone'\n });\n }).catch(function () {// on cancel\n });\n }\n },\n components: {\n Navigator: _views_common_Navigator_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/user/index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Navigator_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/views/common/Navigator.vue */ \"./src/views/common/Navigator.vue\");\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../api/index */ \"./src/api/index.js\");\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//\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//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Dialog\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'userIndex',\n data: function data() {\n return {\n qqurl_: _api_index__WEBPACK_IMPORTED_MODULE_5__[\"productionUrlApi\"] + 'login/qq',\n typeVal: 5,\n ismini: true\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.user.loading;\n },\n userInfo: function userInfo(state) {\n return state.user.userInfo;\n },\n orderCounts: function orderCounts(state) {\n return state.user.orderCounts;\n },\n bindInfo: function bindInfo(state) {\n return state.user.bindInfo;\n },\n isLayout: function isLayout(state) {\n return state.user.isLayout;\n },\n isGetBindInfo: function isGetBindInfo(state) {\n return state.user.isGetBindInfo;\n }\n })),\n watch: {\n isLayout: function isLayout(val) {\n if (val) {\n this.goOut();\n }\n },\n isGetBindInfo: function isGetBindInfo(val) {\n if (val) {\n this.$store.dispatch({\n type: 'getBindInfo'\n });\n }\n }\n },\n created: function created() {\n this.getData();\n\n if (isMiniProgram) {\n this.ismini = false;\n }\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'getUserType'\n });\n this.$store.dispatch({\n type: 'orderCount'\n });\n this.$store.dispatch({\n type: 'getBindInfo'\n });\n },\n goOut: function goOut() {\n this.$store.dispatch({\n type: 'logout'\n });\n },\n jiebang: function jiebang() {\n var _this = this;\n\n vant__WEBPACK_IMPORTED_MODULE_3__[\"Dialog\"].confirm({\n message: '请确认是否要解绑当前账号?'\n }).then(function () {\n _this.$store.dispatch({\n type: 'unbindPhone'\n });\n }).catch(function () {// on cancel\n });\n }\n },\n components: {\n Navigator: _views_common_Navigator_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/user/index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'wallet',\n data: function data() {\n return {\n title: \"我的钱包\",\n meaushow: true\n };\n },\n beforeRouteEnter: function beforeRouteEnter(to, from, next) {\n next(function (vm) {\n vm.$store.dispatch({\n type: 'loginCheck',\n is_jump: true\n });\n });\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n }\n })),\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n withdraw: function withdraw() {\n var _this = this;\n\n if (this.walletInfoData.wallet_status == 1 && !(this.walletInfoData.bank_account === null)) {\n //钱包状态:1启用,-1未启用,-2锁定\n this.$router.push({\n path: '/wallet/withdraw'\n });\n } else {\n vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"].confirm({\n title: '提醒',\n message: '请先去绑卡'\n }).then(function () {\n _this.$router.push({\n path: '/wallet/verify'\n });\n }).catch(function () {// on cancel\n });\n }\n },\n activate: function activate() {\n this.$router.push({\n path: '/wallet/activate'\n });\n },\n recharge: function recharge() {\n this.$router.push({\n path: '/wallet/recharge'\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/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'wallet',\n data: function data() {\n return {\n title: \"我的钱包\",\n meaushow: true\n };\n },\n beforeRouteEnter: function beforeRouteEnter(to, from, next) {\n next(function (vm) {\n vm.$store.dispatch({\n type: 'loginCheck',\n is_jump: true\n });\n });\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n }\n })),\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n withdraw: function withdraw() {\n var _this = this;\n\n if (this.walletInfoData.wallet_status == 1 && !(this.walletInfoData.bank_account === null)) {\n //钱包状态:1启用,-1未启用,-2锁定\n this.$router.push({\n path: '/wallet/withdraw'\n });\n } else {\n vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"].confirm({\n title: '提醒',\n message: '请先去绑卡'\n }).then(function () {\n _this.$router.push({\n path: '/wallet/verify'\n });\n }).catch(function () {// on cancel\n });\n }\n },\n activate: function activate() {\n this.$router.push({\n path: '/wallet/activate'\n });\n },\n recharge: function recharge() {\n this.$router.push({\n path: '/wallet/recharge'\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/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'wxlist',\n data: function data() {\n return {\n page: 0,\n limit: 6,\n loading: false\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n wechatArticle: function wechatArticle(state) {\n return state.wxlist.wechatArticle;\n },\n wechatArticleList: function wechatArticleList(state) {\n return state.wxlist.wechatArticleList;\n },\n limits: function limits(state) {\n return state.wxlist.limits;\n },\n loadStatus: function loadStatus(state) {\n return state.wxlist.loadStatus;\n },\n finished: function finished(state) {\n return state.wxlist.finished;\n }\n })),\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n created: function created() {},\n methods: {\n getData: function getData(type_id) {\n this.$store.dispatch({\n type: 'wechatArticle',\n type_id: type_id,\n page: this.page,\n limit: this.limit\n });\n },\n onLoad: function onLoad() {\n if (this.page < this.limits) {\n this.page++;\n this.getData(this.$route.query.type_id);\n }\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/wxlist/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'wxlist',\n data: function data() {\n return {\n page: 0,\n limit: 6,\n loading: false\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n wechatArticle: function wechatArticle(state) {\n return state.wxlist.wechatArticle;\n },\n wechatArticleList: function wechatArticleList(state) {\n return state.wxlist.wechatArticleList;\n },\n limits: function limits(state) {\n return state.wxlist.limits;\n },\n loadStatus: function loadStatus(state) {\n return state.wxlist.loadStatus;\n },\n finished: function finished(state) {\n return state.wxlist.finished;\n }\n })),\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n created: function created() {},\n methods: {\n getData: function getData(type_id) {\n this.$store.dispatch({\n type: 'wechatArticle',\n type_id: type_id,\n page: this.page,\n limit: this.limit\n });\n },\n onLoad: function onLoad() {\n if (this.page < this.limits) {\n this.page++;\n this.getData(this.$route.query.type_id);\n }\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/wxlist/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
This diff could not be displayed because it is too large.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Swipe\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"SwipeItem\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Lazyload\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'news',\n data: function data() {\n return {\n title: \"猎芯网-新闻列表\",\n p: 1,\n cat_id: '',\n bannerHeight: 180,\n meaushow: true,\n loading: false,\n limit: 10,\n act: 0,\n navListfixed: false\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n rollbanner: function rollbanner(state) {\n return state.news.rollbanner;\n },\n cat_list: function cat_list(state) {\n return state.news.cat_list;\n },\n content_list: function content_list(state) {\n return state.news.content_list;\n },\n loadStatus: function loadStatus(state) {\n return state.news.loadStatus;\n },\n finished: function finished(state) {\n return state.news.finished;\n },\n totalLimit: function totalLimit(state) {\n return state.news.totalLimit;\n }\n })),\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n created: function created() {\n this.getData();\n },\n mounted: function mounted() {\n this.scrollFns();\n },\n methods: {\n getData: function getData() {\n var catid = \"\";\n\n if (this.cat_id) {\n catid = this.cat_id;\n } else {\n if (this.cat_list.length > 0) {\n catid = this.cat_list[0].cat_id;\n }\n }\n\n this.$store.dispatch({\n type: 'newsArticle',\n cat_id: catid,\n p: this.p,\n limit: this.limit\n });\n },\n tab: function tab(index) {\n if (this.act == index) {\n return;\n }\n\n this.act = index;\n this.p = 1;\n this.cat_id = this.cat_list[index].cat_id;\n this.getData();\n },\n onLoad: function onLoad() {\n if (this.p < this.totalLimit) {\n this.p++;\n this.getData();\n }\n },\n scrollFns: function scrollFns() {\n var self = this;\n\n window.onscroll = function () {\n var t = document.documentElement.scrollTop || document.body.scrollTop;\n\n if (t >= 300) {\n self.navListfixed = true;\n } else {\n self.navListfixed = false;\n }\n };\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/news/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Swipe\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"SwipeItem\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Lazyload\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'news',\n data: function data() {\n return {\n title: \"猎芯网-新闻列表\",\n p: 1,\n cat_id: '',\n bannerHeight: 180,\n meaushow: true,\n loading: false,\n limit: 10,\n act: 0,\n navListfixed: false\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n rollbanner: function rollbanner(state) {\n return state.news.rollbanner;\n },\n cat_list: function cat_list(state) {\n return state.news.cat_list;\n },\n content_list: function content_list(state) {\n return state.news.content_list;\n },\n loadStatus: function loadStatus(state) {\n return state.news.loadStatus;\n },\n finished: function finished(state) {\n return state.news.finished;\n },\n totalLimit: function totalLimit(state) {\n return state.news.totalLimit;\n }\n })),\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n created: function created() {\n this.getData();\n },\n mounted: function mounted() {\n this.scrollFns();\n },\n methods: {\n getData: function getData() {\n var catid = \"\";\n\n if (this.cat_id) {\n catid = this.cat_id;\n } else {\n if (this.cat_list.length > 0) {\n catid = this.cat_list[0].cat_id;\n }\n }\n\n this.$store.dispatch({\n type: 'newsArticle',\n cat_id: catid,\n p: this.p,\n limit: this.limit\n });\n },\n tab: function tab(index) {\n if (this.act == index) {\n return;\n }\n\n this.act = index;\n this.p = 1;\n this.cat_id = this.cat_list[index].cat_id;\n this.getData();\n },\n onLoad: function onLoad() {\n if (this.p < this.totalLimit) {\n this.p++;\n this.getData();\n }\n },\n scrollFns: function scrollFns() {\n var self = this;\n\n window.onscroll = function () {\n var t = document.documentElement.scrollTop || document.body.scrollTop;\n\n if (t >= 300) {\n self.navListfixed = true;\n } else {\n self.navListfixed = false;\n }\n };\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/news/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"exchange\",\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n },\n data: function data() {\n return {\n page: 1,\n loading: false,\n limit: 12,\n flow_type: 1,\n detaillists: [],\n prize_type: 1\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n navlist: function navlist(state) {\n return state.pointmall.navlist;\n },\n loadStatus: function loadStatus(state) {\n return state.exchange.loadStatus;\n },\n finished: function finished(state) {\n return state.exchange.finished;\n },\n totalLimit: function totalLimit(state) {\n return state.exchange.totalLimit;\n },\n detaillist: function detaillist(state) {\n return state.exchange.detaillist;\n }\n })),\n created: function created() {\n this.$store.dispatch({\n type: 'getPointPrize'\n });\n this.getData();\n },\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'getUserPointExchangeList',\n page: this.page,\n limit: this.limit,\n prize_type: this.prize_type\n });\n },\n tab: function tab(prize_type) {\n if (prize_type == this.prize_type) {\n return;\n }\n\n this.prize_type = prize_type;\n this.page = 1;\n var pointDom = this.$refs['pointContent'];\n\n if (!pointDom.scrollTo) {\n pointDom.scrollTop = 0;\n } else {\n pointDom.scrollTo(0, 0);\n }\n\n this.getData();\n },\n onLoad: function onLoad() {\n if (this.page < this.totalLimit) {\n this.page++;\n this.getData();\n }\n }\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/exchange.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"exchange\",\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n },\n data: function data() {\n return {\n page: 1,\n loading: false,\n limit: 12,\n flow_type: 1,\n detaillists: [],\n prize_type: 1\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n navlist: function navlist(state) {\n return state.pointmall.navlist;\n },\n loadStatus: function loadStatus(state) {\n return state.exchange.loadStatus;\n },\n finished: function finished(state) {\n return state.exchange.finished;\n },\n totalLimit: function totalLimit(state) {\n return state.exchange.totalLimit;\n },\n detaillist: function detaillist(state) {\n return state.exchange.detaillist;\n }\n })),\n created: function created() {\n this.$store.dispatch({\n type: 'getPointPrize'\n });\n this.getData();\n },\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'getUserPointExchangeList',\n page: this.page,\n limit: this.limit,\n prize_type: this.prize_type\n });\n },\n tab: function tab(prize_type) {\n if (prize_type == this.prize_type) {\n return;\n }\n\n this.prize_type = prize_type;\n this.page = 1;\n var pointDom = this.$refs['pointContent'];\n\n if (!pointDom.scrollTo) {\n pointDom.scrollTop = 0;\n } else {\n pointDom.scrollTo(0, 0);\n }\n\n this.getData();\n },\n onLoad: function onLoad() {\n if (this.page < this.totalLimit) {\n this.page++;\n this.getData();\n }\n }\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/exchange.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'pointdetail',\n data: function data() {\n return {\n finishedtext: \" \",\n page: 1,\n loading: false,\n limit: 12,\n flow_type: 1,\n detaillists: []\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n getUserCurrentPoint: function getUserCurrentPoint(state) {\n return state.pointdetail.getUserCurrentPoint;\n },\n loadStatus: function loadStatus(state) {\n return state.pointdetail.loadStatus;\n },\n finished: function finished(state) {\n return state.pointdetail.finished;\n },\n totalLimit: function totalLimit(state) {\n return state.pointdetail.totalLimit;\n },\n detaillist: function detaillist(state) {\n return state.pointdetail.detaillist;\n }\n })),\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getUserCurrentPointdetail'\n });\n this.getData();\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'getUserPointDetail',\n page: this.page,\n limit: this.limit,\n flow_type: this.flow_type\n });\n },\n tab: function tab(flow_type) {\n if (this.flow_type == flow_type) {\n return;\n }\n\n var pointDom = this.$refs['pointContent'];\n this.flow_type = flow_type;\n this.page = 1;\n\n if (!pointDom.scrollTo) {\n pointDom.scrollTop = 0;\n } else {\n pointDom.scrollTo(0, 0);\n }\n\n this.getData();\n },\n onLoad: function onLoad() {\n if (this.page < this.totalLimit) {\n this.page++;\n this.getData();\n }\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/pointDetail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"List\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'pointdetail',\n data: function data() {\n return {\n finishedtext: \" \",\n page: 1,\n loading: false,\n limit: 12,\n flow_type: 1,\n detaillists: []\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n getUserCurrentPoint: function getUserCurrentPoint(state) {\n return state.pointdetail.getUserCurrentPoint;\n },\n loadStatus: function loadStatus(state) {\n return state.pointdetail.loadStatus;\n },\n finished: function finished(state) {\n return state.pointdetail.finished;\n },\n totalLimit: function totalLimit(state) {\n return state.pointdetail.totalLimit;\n },\n detaillist: function detaillist(state) {\n return state.pointdetail.detaillist;\n }\n })),\n watch: {\n loadStatus: function loadStatus(val) {\n this.loading = val;\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getUserCurrentPointdetail'\n });\n this.getData();\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'getUserPointDetail',\n page: this.page,\n limit: this.limit,\n flow_type: this.flow_type\n });\n },\n tab: function tab(flow_type) {\n if (this.flow_type == flow_type) {\n return;\n }\n\n var pointDom = this.$refs['pointContent'];\n this.flow_type = flow_type;\n this.page = 1;\n\n if (!pointDom.scrollTo) {\n pointDom.scrollTop = 0;\n } else {\n pointDom.scrollTo(0, 0);\n }\n\n this.getData();\n },\n onLoad: function onLoad() {\n if (this.page < this.totalLimit) {\n this.page++;\n this.getData();\n }\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/pointDetail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"pointchange\",\n data: function data() {\n return {\n prize_type: this.$route.query.prize_type,\n point_exchange_id: this.$route.query.point_exchange_id\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.pointchange.loading;\n },\n prize_info: function prize_info(state) {\n return state.pointchange.prize_info;\n },\n prize_types: function prize_types(state) {\n return state.pointchange.prize_types;\n },\n adressApiState: function adressApiState(state) {\n return state.pointchange.adressApiState;\n },\n address_info: function address_info(state) {\n return state.pointchange.address_info;\n }\n })),\n created: function created() {\n this.getPrizeInfo();\n },\n methods: {\n getPrizeInfo: function getPrizeInfo() {\n this.$store.dispatch({\n type: 'getUserPointExchangeDetail',\n point_exchange_id: this.$route.query.point_exchange_id\n });\n }\n },\n watch: {\n prize_types: function prize_types(val) {\n this.prize_type = val;\n },\n adressApiState: function adressApiState(val) {\n if (val) {\n this.$store.dispatch({\n type: 'recvlist'\n });\n }\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/pointchange.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"pointchange\",\n data: function data() {\n return {\n prize_type: this.$route.query.prize_type,\n point_exchange_id: this.$route.query.point_exchange_id\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.pointchange.loading;\n },\n prize_info: function prize_info(state) {\n return state.pointchange.prize_info;\n },\n prize_types: function prize_types(state) {\n return state.pointchange.prize_types;\n },\n adressApiState: function adressApiState(state) {\n return state.pointchange.adressApiState;\n },\n address_info: function address_info(state) {\n return state.pointchange.address_info;\n }\n })),\n created: function created() {\n this.getPrizeInfo();\n },\n methods: {\n getPrizeInfo: function getPrizeInfo() {\n this.$store.dispatch({\n type: 'getUserPointExchangeDetail',\n point_exchange_id: this.$route.query.point_exchange_id\n });\n }\n },\n watch: {\n prize_types: function prize_types(val) {\n this.prize_type = val;\n },\n adressApiState: function adressApiState(val) {\n if (val) {\n this.$store.dispatch({\n type: 'recvlist'\n });\n }\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/pointchange.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"pointrule\",\n data: function data() {\n return {};\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.pointrule.loading;\n },\n ruledata: function ruledata(state) {\n return state.pointrule.ruledata;\n }\n })),\n created: function created() {\n this.$store.dispatch({\n type: 'pointruleApi'\n });\n },\n methods: {},\n watch: {},\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/pointrule.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"pointrule\",\n data: function data() {\n return {};\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.pointrule.loading;\n },\n ruledata: function ruledata(state) {\n return state.pointrule.ruledata;\n }\n })),\n created: function created() {\n this.$store.dispatch({\n type: 'pointruleApi'\n });\n },\n methods: {},\n watch: {},\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/pointmall/pointrule.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../api/index */ \"./src/api/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"RadioGroup\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Radio\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Cell\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"CellGroup\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletRecharge',\n data: function data() {\n return {\n title: \"钱包充值\",\n meaushow: true,\n inputNum: this.$route.query.amount || '',\n radio: '1'\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n },\n amountRechargeID: function amountRechargeID(state) {\n return state.wallet.amountRechargeID;\n }\n })),\n watch: {\n amountRechargeID: function amountRechargeID(value) {\n if (value) {\n if (this.radio == 1) {\n //微信支付\n this.$store.dispatch({\n type: 'payTodo',\n pay_code: 'wxpay',\n // rescue: 1,\n types: 1,\n site_type: 2,\n order_id: value\n });\n } // else if (this.radio == 2) { //支付宝支付\n // window.location.href = productionUrlApi + \"pay/todo?pay_code=alipay&rescue=1&types=1&pay_mode=2&site_type=2&order_id=\" + value;\n // } else if (this.radio == 3) { //中国银联\n // window.location.href = productionUrlApi + \"pay/todo?pay_code=unionpay&rescue=1&types=1&site_type=2&order_id=\" + value;\n // }\n\n }\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n recharge: function recharge() {\n //充值\n if (this.inputNum !== '') {\n console.log(this.radio); //充值申请\n\n this.$store.dispatch({\n type: 'walletRecharge',\n amount: this.inputNum\n });\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/Recharge.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../api/index */ \"./src/api/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"RadioGroup\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Radio\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Cell\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"CellGroup\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletRecharge',\n data: function data() {\n return {\n title: \"钱包充值\",\n meaushow: true,\n inputNum: this.$route.query.amount || '',\n radio: '1'\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n },\n amountRechargeID: function amountRechargeID(state) {\n return state.wallet.amountRechargeID;\n }\n })),\n watch: {\n amountRechargeID: function amountRechargeID(value) {\n if (value) {\n if (this.radio == 1) {\n //微信支付\n this.$store.dispatch({\n type: 'payTodo',\n pay_code: 'wxpay',\n // rescue: 1,\n types: 1,\n site_type: 2,\n order_id: value\n });\n } // else if (this.radio == 2) { //支付宝支付\n // window.location.href = productionUrlApi + \"pay/todo?pay_code=alipay&rescue=1&types=1&pay_mode=2&site_type=2&order_id=\" + value;\n // } else if (this.radio == 3) { //中国银联\n // window.location.href = productionUrlApi + \"pay/todo?pay_code=unionpay&rescue=1&types=1&site_type=2&order_id=\" + value;\n // }\n\n }\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n recharge: function recharge() {\n //充值\n if (this.inputNum !== '') {\n console.log(this.radio); //充值申请\n\n this.$store.dispatch({\n type: 'walletRecharge',\n amount: this.inputNum\n });\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/Recharge.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Icon\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'newsDetail',\n data: function data() {\n return {\n title: \"猎芯网-新闻列表详情\",\n p: 1,\n meaushow: true,\n popdetailbool: false\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n newsDetailObj: function newsDetailObj(state) {\n return state.newsdetail.newsDetailObj;\n },\n loadStatus: function loadStatus(state) {\n return state.newsdetail.loadStatus;\n },\n newsDetailAd: function newsDetailAd(state) {\n return state.newsdetail.newsDetailAd;\n }\n })),\n watch: {\n newsDetailObj: function newsDetailObj(val) {\n if (JSON.stringify(val) != \"{}\") {\n this.title = val.current_info.title;\n window.document.title = val.current_info.title;\n }\n }\n },\n created: function created() {\n this.getDataAd();\n this.getData();\n this.scrollFns();\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'newsArticleDetail',\n art_id: this.$route.params.art_id\n });\n },\n getDataAd: function getDataAd() {\n this.$store.dispatch({\n type: 'newsArticleDetailAd',\n cat_id: this.$route.params.cat_id\n });\n },\n popdetailact: function popdetailact() {\n this.popdetailbool = false;\n this.newsDetailAd.h5_news_ad_pop = \"\";\n },\n scrollFns: function scrollFns() {\n var self = this;\n\n window.onscroll = function () {\n var t = document.documentElement.scrollTop || document.body.scrollTop;\n\n if (t >= 100) {\n self.popdetailbool = true;\n }\n };\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/news/Detail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Loading\"]).use(vant__WEBPACK_IMPORTED_MODULE_3__[\"Icon\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'newsDetail',\n data: function data() {\n return {\n title: \"猎芯网-新闻列表详情\",\n p: 1,\n meaushow: true,\n popdetailbool: false\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n newsDetailObj: function newsDetailObj(state) {\n return state.newsdetail.newsDetailObj;\n },\n loadStatus: function loadStatus(state) {\n return state.newsdetail.loadStatus;\n },\n newsDetailAd: function newsDetailAd(state) {\n return state.newsdetail.newsDetailAd;\n }\n })),\n watch: {\n newsDetailObj: function newsDetailObj(val) {\n if (JSON.stringify(val) != \"{}\") {\n this.title = val.current_info.title;\n window.document.title = val.current_info.title;\n }\n }\n },\n created: function created() {\n this.getDataAd();\n this.getData();\n this.scrollFns();\n },\n methods: {\n getData: function getData() {\n this.$store.dispatch({\n type: 'newsArticleDetail',\n art_id: this.$route.params.art_id\n });\n },\n getDataAd: function getDataAd() {\n this.$store.dispatch({\n type: 'newsArticleDetailAd',\n cat_id: this.$route.params.cat_id\n });\n },\n popdetailact: function popdetailact() {\n this.popdetailbool = false;\n this.newsDetailAd.h5_news_ad_pop = \"\";\n },\n scrollFns: function scrollFns() {\n var self = this;\n\n window.onscroll = function () {\n var t = document.documentElement.scrollTop || document.body.scrollTop;\n\n if (t >= 100) {\n self.popdetailbool = true;\n }\n };\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/news/Detail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\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//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Icon\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'WalletCashier',\n data: function data() {\n return {\n title: \"猎芯网收银台\",\n meaushow: true,\n showPassword: true,\n //是否显示密码\n password: ''\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n orderInfoData: function orderInfoData(state) {\n return state.wallet.orderInfoData;\n }\n })),\n watch: {},\n created: function created() {\n this.$store.dispatch({\n type: 'orderInfo',\n order_id: this.$route.query.order_id || ''\n });\n },\n methods: {\n changeShow: function changeShow() {\n this.showPassword = !this.showPassword;\n },\n forget: function forget() {\n this.$router.push({\n path: '/wallet/retrieve'\n });\n },\n pay: function pay() {\n this.$store.dispatch({\n type: 'walletPayTodo',\n pay_code: 'wallet',\n pay_password: this.password,\n //支付密码 pay_code=wallet时传入\n rescue: 1,\n types: 0,\n site_type: 2,\n order_id: this.$route.query.order_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/Cashier.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\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//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Icon\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'WalletCashier',\n data: function data() {\n return {\n title: \"猎芯网收银台\",\n meaushow: true,\n showPassword: true,\n //是否显示密码\n password: ''\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n orderInfoData: function orderInfoData(state) {\n return state.wallet.orderInfoData;\n }\n })),\n watch: {},\n created: function created() {\n this.$store.dispatch({\n type: 'orderInfo',\n order_id: this.$route.query.order_id || ''\n });\n },\n methods: {\n changeShow: function changeShow() {\n this.showPassword = !this.showPassword;\n },\n forget: function forget() {\n this.$router.push({\n path: '/wallet/retrieve'\n });\n },\n pay: function pay() {\n this.$store.dispatch({\n type: 'walletPayTodo',\n pay_code: 'wallet',\n pay_password: this.password,\n //支付密码 pay_code=wallet时传入\n rescue: 1,\n types: 0,\n site_type: 2,\n order_id: this.$route.query.order_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/Cashier.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Icon\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletStatus',\n data: function data() {\n return {\n title: \"钱包状态\",\n meaushow: true\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n }\n })),\n watch: {},\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n dialogTips: function dialogTips() {\n vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"].alert({\n message: '<p style=\"font-size:16px;\">您的' + this.walletInfoData.wallet_freeze_format + '元正在提现中,</p><p style=\"font-size:16px;\">预计1个工作日后到账,</p><p style=\"font-size:16px;\">节假日顺延,请耐心等候。</p>'\n }).then(function () {// on close\n });\n },\n submit: function submit() {\n this.$router.push({\n path: '/wallet/activate'\n });\n },\n forgetPassword: function forgetPassword() {\n this.$router.push({\n path: '/wallet/retrieve'\n });\n },\n bindBank: function bindBank() {\n this.$router.push({\n path: '/wallet/verify'\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/Status.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/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.1@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/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Icon\"]).use(vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletStatus',\n data: function data() {\n return {\n title: \"钱包状态\",\n meaushow: true\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n }\n })),\n watch: {},\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n dialogTips: function dialogTips() {\n vant__WEBPACK_IMPORTED_MODULE_4__[\"Dialog\"].alert({\n message: '<p style=\"font-size:16px;\">您的' + this.walletInfoData.wallet_freeze_format + '元正在提现中,</p><p style=\"font-size:16px;\">预计1个工作日后到账,</p><p style=\"font-size:16px;\">节假日顺延,请耐心等候。</p>'\n }).then(function () {// on close\n });\n },\n submit: function submit() {\n this.$router.push({\n path: '/wallet/activate'\n });\n },\n forgetPassword: function forgetPassword() {\n this.$router.push({\n path: '/wallet/retrieve'\n });\n },\n bindBank: function bindBank() {\n this.$router.push({\n path: '/wallet/verify'\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/Status.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.number.constructor */ \"./node_modules/_core-js@2.6.9@core-js/modules/es6.number.constructor.js\");\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/helpers/esm/objectSpread.js\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.10@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.1.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/views/common/Header.vue */ \"./src/views/common/Header.vue\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_2__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_5__[\"Icon\"]).use(vant__WEBPACK_IMPORTED_MODULE_5__[\"NumberKeyboard\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletWithdraw',\n data: function data() {\n return {\n title: \"钱包提现\",\n meaushow: true,\n showPassword: true,\n //是否显示密码\n amountNum: true,\n password: '',\n withdrawNum: '',\n clickFlag: true,\n moneyBtn: false,\n zIndex: 999999\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_1__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_3__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n },\n amountWithdrawFlag: function amountWithdrawFlag(state) {\n return state.wallet.amountWithdrawFlag;\n }\n })),\n watch: {\n withdrawNum: function withdrawNum(val) {\n if (Number(val) > Number(this.walletInfoData.wallet_usable)) {\n this.amountNum = false;\n } else {\n this.amountNum = true;\n }\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n changeShow: function changeShow() {\n this.showPassword = !this.showPassword;\n },\n withdraw: function withdraw() {\n //全部提现\n this.withdrawNum = this.walletInfoData.wallet_usable;\n },\n submit: function submit() {\n if (this.withdrawNum !== '') {\n if (this.password) {\n //提现申请\n this.$store.dispatch({\n type: 'walletWithdraw',\n amount: this.withdrawNum,\n pay_password: this.password\n });\n } else {\n Object(vant__WEBPACK_IMPORTED_MODULE_5__[\"Toast\"])({\n message: '请输入提现密码'\n });\n }\n }\n },\n onInput: function onInput(key) {\n this.withdrawNum = this.withdrawNum + key;\n },\n onDelete: function onDelete(key) {\n this.withdrawNum = this.withdrawNum.slice(0, this.withdrawNum.length - 1);\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/wallet/Withdraw.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.number.constructor */ \"./node_modules/_core-js@2.6.9@core-js/modules/es6.number.constructor.js\");\n/* harmony import */ var core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_number_constructor__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/helpers/esm/objectSpread.js\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.10@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.1.1@vuex/dist/vuex.esm.js\");\n/* harmony import */ var _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/views/common/Header.vue */ \"./src/views/common/Header.vue\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\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//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_2__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_5__[\"Icon\"]).use(vant__WEBPACK_IMPORTED_MODULE_5__[\"NumberKeyboard\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'walletWithdraw',\n data: function data() {\n return {\n title: \"钱包提现\",\n meaushow: true,\n showPassword: true,\n //是否显示密码\n amountNum: true,\n password: '',\n withdrawNum: '',\n clickFlag: true,\n moneyBtn: false,\n zIndex: 999999\n };\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_1__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_3__[\"mapState\"])({\n walletInfoData: function walletInfoData(state) {\n return state.wallet.walletInfoData;\n },\n amountWithdrawFlag: function amountWithdrawFlag(state) {\n return state.wallet.amountWithdrawFlag;\n }\n })),\n watch: {\n withdrawNum: function withdrawNum(val) {\n if (Number(val) > Number(this.walletInfoData.wallet_usable)) {\n this.amountNum = false;\n } else {\n this.amountNum = true;\n }\n }\n },\n created: function created() {\n this.$store.dispatch({\n type: 'getWalletInfo'\n });\n },\n methods: {\n changeShow: function changeShow() {\n this.showPassword = !this.showPassword;\n },\n withdraw: function withdraw() {\n //全部提现\n this.withdrawNum = this.walletInfoData.wallet_usable;\n },\n submit: function submit() {\n if (this.withdrawNum !== '') {\n if (this.password) {\n //提现申请\n this.$store.dispatch({\n type: 'walletWithdraw',\n amount: this.withdrawNum,\n pay_password: this.password\n });\n } else {\n Object(vant__WEBPACK_IMPORTED_MODULE_5__[\"Toast\"])({\n message: '请输入提现密码'\n });\n }\n }\n },\n onInput: function onInput(key) {\n this.withdrawNum = this.withdrawNum + key;\n },\n onDelete: function onDelete(key) {\n this.withdrawNum = this.withdrawNum.slice(0, this.withdrawNum.length - 1);\n }\n },\n components: {\n Header: _views_common_Header_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/wallet/Withdraw.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) { /***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict"; "use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/helpers/esm/objectSpread.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.1@vant/es/index.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.1.1@vuex/dist/vuex.esm.js\");\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//\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//\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//\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//\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//\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//\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//\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//\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: \"aboutUs\",\n components: {\n \"van-swipe\": vant__WEBPACK_IMPORTED_MODULE_1__[\"Swipe\"],\n \"van-swipe-item\": vant__WEBPACK_IMPORTED_MODULE_1__[\"SwipeItem\"]\n },\n data: function data() {\n return {\n current: 0\n };\n },\n created: function created() {\n this.$store.dispatch({\n type: \"getAboutUsData\"\n });\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.aboutus.loading;\n },\n aboutdata: function aboutdata(state) {\n return state.aboutus.aboutdata;\n }\n })),\n methods: {\n onChange: function onChange(index) {\n var self = this;\n setTimeout(function () {\n self.current = index;\n }, 300);\n }\n }\n});\n\n//# sourceURL=webpack:///./src/views/aboutUs/index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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"); eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread */ \"./node_modules/_@babel_runtime@7.4.5@@babel/runtime/helpers/esm/objectSpread.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.0.2@vant/es/index.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.1.1@vuex/dist/vuex.esm.js\");\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//\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//\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//\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//\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//\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//\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//\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//\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: \"aboutUs\",\n components: {\n \"van-swipe\": vant__WEBPACK_IMPORTED_MODULE_1__[\"Swipe\"],\n \"van-swipe-item\": vant__WEBPACK_IMPORTED_MODULE_1__[\"SwipeItem\"]\n },\n data: function data() {\n return {\n current: 0\n };\n },\n created: function created() {\n this.$store.dispatch({\n type: \"getAboutUsData\"\n });\n },\n computed: Object(D_lxWork_h5_node_modules_babel_runtime_helpers_esm_objectSpread__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, Object(vuex__WEBPACK_IMPORTED_MODULE_2__[\"mapState\"])({\n loading: function loading(state) {\n return state.aboutus.loading;\n },\n aboutdata: function aboutdata(state) {\n return state.aboutus.aboutdata;\n }\n })),\n methods: {\n onChange: function onChange(index) {\n var self = this;\n setTimeout(function () {\n self.current = index;\n }, 300);\n }\n }\n});\n\n//# sourceURL=webpack:///./src/views/aboutUs/index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.0.6@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");
/***/ }), /***/ }),
......
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