Commit d7d42149 authored by xd's avatar xd

同步历史接口调用

parent 6d835a73
......@@ -11,7 +11,7 @@
stripe
class="list"
ref="multipleTable"
:data="list.main"
:data="main"
tooltip-effect="dark"
style="width: 100%"
:header-cell-style="setListsHeadStyle"
......@@ -24,7 +24,7 @@
align="center"
></el-table-column>
<el-table-column
prop="taskType"
prop="userName"
label="姓名"
align="center"
></el-table-column>
......@@ -65,81 +65,8 @@ export default {
data() {
return {
list: {
main: [
{
id: "1001",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1002",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1003",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1001",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1002",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1003",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1001",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1002",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
},
{
id: "1003",
taskName: "2019年男装销售任务",
taskType: "拉新",
bar: "男装",
taskContent: "任务内容任务内容任务内容...",
sendDate: "2019/02/08"
}
],
main: [],
list: {
search: {
bar: [
{
......@@ -182,12 +109,14 @@ export default {
},
};
},
created() {},
created() {
this.getList()
},
methods: {
getList() {
getList() {
getHistoryList().then(res => {
console.log(res,"res");
this.main = res.data
})
},
setListsHeadStyle({ row, column, rowIndex, columnIndex }) {
......
.main[data-v-ef2cae9e]{background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column;justify-content:start}.lists[data-v-ef2cae9e]{height:auto;min-height:100%;padding:.125rem .375rem;display:flex;flex-direction:column;justify-content:flex-start}.list[data-v-ef2cae9e]{height:4.375rem;box-shadow:0 .0625rem .125rem 0 #bbb;margin:.1875rem 0;padding:0 .375rem;border-radius:.1875rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.list-logo[data-v-ef2cae9e]{width:3.125rem;height:3.125rem;border-radius:.1875rem}.list-infos[data-v-ef2cae9e]{width:100;height:3.125rem;padding-left:.375rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.list-info-title[data-v-ef2cae9e]{width:100%;height:.5625rem;font-size:.5rem;font-weight:700;line-height:.5625rem}.list-info-dsc[data-v-ef2cae9e]{margin-top:.1875rem;width:100%;height:.5rem;font-size:.375rem;font-weight:400;line-height:.5625rem}.menus[data-v-ef2cae9e]{border-top:1px solid #c2c2c2;position:fixed;bottom:0;left:0;width:100%;height:1.5625rem;background-color:#fff;display:flex;flex-direction:row;justify-content:start;align-items:center}.menu[data-v-ef2cae9e]{height:1.5625rem;width:50%;line-height:1.5625rem;text-align:center;font-size:.4375rem;color:#000}.activeMenu[data-v-ef2cae9e]{color:#f08080}.testButton[data-v-ef2cae9e]{border:1px solid grey;width:4.375rem;font-size:.4375rem}*{margin:0;padding:0;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:antialiased}*,input,select,textarea{font-family:PingFangSC-Regular,Microsoft YaHei,lucida grande,lucida sans unicode,lucida,helvetica,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif}body,html{width:100%;height:100%}li,ul{list-style:none}a{text-decoration:none}::-webkit-input-placeholder{color:#fff;font-family:PingFangSC-Regular,Microsoft YaHei,lucida grande,lucida sans unicode,lucida,helvetica,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;font-weight:400}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#bbb}.searchText::-webkit-input-placeholder{font-family:iconfont}h1,h2,h3,h4,h5,h6{line-height:1.2}p{margin:0;padding:0}.fr{float:right}.fl{float:left}.alignc{text-align:center}.alignr{text-align:right}input:focus{outline:none}#app{width:100%;height:100%}
\ No newline at end of file
.container[data-v-75a0f99a]{height:auto;background-color:#f8f8f8;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.title[data-v-75a0f99a]{background:#f8f8f8;display:flex;justify-content:space-between;align-items:center}.fg[data-v-75a0f99a],.title[data-v-75a0f99a]{height:1.375rem;padding:0 .5rem;font-size:.375rem;color:#2d476a}.fg[data-v-75a0f99a]{line-height:1.375rem}.icon[data-v-75a0f99a]{font-weight:800}.active[data-v-75a0f99a]{background-color:#fff;padding:.375rem .375rem 0 .375rem;box-shadow:0 .0625rem .125rem 0 #ddd}.list[data-v-75a0f99a]{height:2.9375rem;width:100%;background-color:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee;margin-bottom:.4375rem}.list3[data-v-75a0f99a]{border-bottom:none;margin-bottom:0}.left[data-v-75a0f99a],.right[data-v-75a0f99a]{height:2.5rem}.left[data-v-75a0f99a]{width:2.5rem;background:#f8f8f8}.right[data-v-75a0f99a]{width:76%;padding-left:.3125rem;background-color:#fff}h3[data-v-75a0f99a]{font-size:.4375rem;font-weight:700;color:#2d476a}p[data-v-75a0f99a]{margin-top:.3125rem;font-size:.375rem;color:rgba(45,71,106,.8)}
\ No newline at end of file
.container[data-v-06293271]{min-height:100%;display:flex;flex-direction:column;justify-content:flex-start;height:auto}.container[data-v-06293271] .van-tabs__wrap,.van-tabs__wrap--scrollable[data-v-06293271]{height:1.25rem}.container[data-v-06293271] .van-tab,.van-ellipsis[data-v-06293271],.van-tab--active[data-v-06293271]{line-height:1.25rem}.content[data-v-06293271] .van-icon-arrow:before{margin-top:.3125rem;color:#2d476a}.content[data-v-06293271] .van-cell__value{font-size:.4375rem;font-weight:400;color:#2d476a;line-height:1.375rem}.custom-title[data-v-06293271]{margin-left:.375rem;font-size:.5rem;font-weight:700;color:#2d476a}.content img[data-v-06293271]{width:1.375rem;height:1.375rem;border-radius:50%;vertical-align:middle}.tab[data-v-06293271] .van-tabs__nav--card .van-tab{border-right:none}.tab[data-v-06293271] .van-tab.van-tab--active{background-color:#75b2fd}.tab[data-v-06293271] .van-tabs__nav--card{margin:0;border:none;height:1.25rem}.tab[data-v-06293271] .van-tabs__nav,.van-tabs__nav--card[data-v-06293271]{margin:0}.main-menuBar[data-v-06293271]{box-shadow:inset 0 1px .0625rem 0 #ddd;width:100%;height:2.5625rem;position:fixed;bottom:0;left:0;background-color:#fafafa;padding:0 .4375rem;display:flex;flex-direction:row;justify-content:space-between}.menuBar-menu[data-v-06293271]{width:1.5rem;height:1.46875rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.menuBar-icon[data-v-06293271]{width:.75rem;height:.75rem;object-fit:cover}.menuBar-title[data-v-06293271]{width:auto;height:.375rem;font-size:.3125rem;font-weight:700;color:rgba(67,119,188,.4);text-align:center}.menuBar-title-ac[data-v-06293271]{color:#4377bc}
\ No newline at end of file
p[data-v-d5f8ddcc]{font-size:.375rem;font-weight:400;color:rgba(45,71,106,.8);margin-top:.4375rem}.wan[data-v-d5f8ddcc]{position:absolute;left:2.40625rem;top:.25rem;font-size:.5rem;font-weight:700}.wtitle[data-v-d5f8ddcc]{width:6.25rem;height:.75rem;position:absolute;left:50%;transform:translate(-50%);top:8.375rem;z-index:999}.wtitle img[data-v-d5f8ddcc]{width:100%}.topb[data-v-d5f8ddcc]{width:100%;height:6.25rem;background:url(../img/zpbg.70d9930a.png) no-repeat;background-size:cover}.title[data-v-d5f8ddcc]{width:100%;height:1.5625rem;font-size:.5625rem;background-color:#fff;box-shadow:0 .0625rem .125rem 0 #ddd;line-height:1.5625rem;padding-left:.5rem;position:relative}.container[data-v-d5f8ddcc]{background-color:#f8f8f8;height:auto;display:flex;justify-content:space-between;align-items:center;flex-direction:column;min-height:100%}.bt[data-v-d5f8ddcc]{font-size:.5rem;margin-left:3rem;font-weight:700;color:#2d476a}.tb[data-v-d5f8ddcc]{position:absolute;height:.75rem;line-height:.75rem;left:.5rem;top:.4375rem;border-radius:.0625rem;border:1px solid #2d476a;font-size:.3125rem;font-weight:500;color:#2d476a;width:2.75rem;text-align:center}.tb img[data-v-d5f8ddcc]{width:.375rem;height:.375rem}.content[data-v-d5f8ddcc]{margin:1.125rem .5rem .5rem;background:#fff;box-shadow:0 .0625rem .125rem 0 #ddd;position:relative;padding:.5rem .5rem .9375rem .5rem}.creat[data-v-d5f8ddcc]{width:10.71875rem;height:1.25rem;line-height:1.25rem;background:#75b2fd;border-radius:.3125rem;font-size:.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem}
\ No newline at end of file
.container[data-v-ba20fafe]{height:auto;background-color:#fff;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.title[data-v-ba20fafe]{background:#f8f8f8}.fg[data-v-ba20fafe],.title[data-v-ba20fafe]{height:1.375rem;line-height:1.375rem;padding:0 .5rem;font-size:.375rem;color:#2d476a}.icon[data-v-ba20fafe]{font-weight:800}.active[data-v-ba20fafe]{background-color:#fff;padding:.375rem .375rem 0 .375rem;box-shadow:0 .0625rem .125rem 0 #ddd}.list[data-v-ba20fafe]{height:2.9375rem;width:100%;background-color:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee;margin-bottom:.4375rem}.list3[data-v-ba20fafe]{border-bottom:none;margin-bottom:0}.left[data-v-ba20fafe],.right[data-v-ba20fafe]{height:2.5rem}.left[data-v-ba20fafe]{width:2.5rem;background:#f8f8f8}.left img[data-v-ba20fafe]{width:100%}.right[data-v-ba20fafe]{width:76%;padding:.3125rem;background-color:#fff}h3[data-v-ba20fafe]{font-size:.4375rem;font-weight:700;color:#2d476a}p[data-v-ba20fafe]{margin-top:.3125rem;font-size:.375rem;color:rgba(45,71,106,.8)}.nobr[data-v-ba20fafe] .van-cell:not(:last-child):after,.nobr[data-v-ba20fafe] [class*=van-hairline]:after{display:none}
\ No newline at end of file
.main[data-v-902997dc]{background-color:#f8f8f8;width:100%;height:auto;min-height:100%;padding-bottom:2.9375rem;display:flex;flex-direction:column;justify-content:start;overflow:auto}.backgrounds[data-v-902997dc]{width:100%;height:3.875rem;overflow:hidden;background-color:rgba(10,10,10,.5)}.background-img[data-v-902997dc]{width:100%;height:100%;object-fit:cover;filter:blur(.0625rem)}.infos[data-v-902997dc]{width:100%;height:1.375rem;margin-top:.375rem}.info[data-v-902997dc]{width:100%;height:4.625rem;padding:0 .5rem;position:relative;bottom:3.3125rem;display:flex;flex-direction:column;justify-content:space-between;align-items:start}.info-logos[data-v-902997dc]{width:100%;height:1.5rem}.info-logo[data-v-902997dc]{width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid #fff;object-fit:cover}.info-msgs[data-v-902997dc]{width:100%;height:2.5rem;margin-bottom:.375rem;background-color:#fff;border-radius:.0625rem;box-shadow:0 .0625rem .125rem 0 #ddd;padding:.4375rem .59375rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.msg[data-v-902997dc]{width:50%;height:100%;border-right:1px solid #eee;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.msg-latest[data-v-902997dc]{border-right:none;align-items:flex-end}.msg-title[data-v-902997dc]{width:3.75rem;height:.4375rem;font-size:.375rem;font-weight:700;line-height:.4375rem;color:#2d476a;text-align:center}.msg-num[data-v-902997dc]{width:3.75rem;height:1rem;border-radius:.5rem;background-color:#f8f8f8;display:flex;flex-direction:row;justify-content:center;align-items:center}.msg-num-red[data-v-902997dc]{color:#d0021b}.msg-num-blue[data-v-902997dc],.msg-num-red[data-v-902997dc]{font-size:.5625rem;font-weight:700;line-height:.625rem;text-align:center}.msg-num-blue[data-v-902997dc]{color:#75b2fd}.lists[data-v-902997dc]{width:100%;height:auto;padding:0 0 0 .5rem;background-color:#fff;box-shadow:0 1px .09375rem 0 #ddd}.list[data-v-902997dc]{width:100%;height:1.375rem;border-bottom:1px solid #ddd;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.list-latest[data-v-902997dc]{border-bottom:none}.list-title[data-v-902997dc]{width:auto;height:.5rem;font-size:.4375rem;font-weight:700;line-height:.5rem;color:#2d476a}.list-icon[data-v-902997dc]{margin-right:.5rem;width:.25rem;height:.40625rem;object-fit:cover}.main-menuBar[data-v-902997dc]{box-shadow:inset 0 1px .0625rem 0 #ddd;width:100%;height:2.5625rem;position:fixed;bottom:0;left:0;background-color:#fafafa;padding:0 .4375rem;display:flex;flex-direction:row;justify-content:space-between}.menuBar-menu[data-v-902997dc]{width:1.5rem;height:1.46875rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.menuBar-icon[data-v-902997dc]{width:.75rem;height:.75rem;object-fit:cover}.menuBar-title[data-v-902997dc]{width:auto;height:.375rem;font-size:.3125rem;font-weight:700;color:rgba(67,119,188,.4);text-align:center}.menuBar-title-ac[data-v-902997dc]{color:#4377bc}
\ No newline at end of file
.bfb[data-v-200bcab5]{position:absolute;right:.09375rem;top:0}.all[data-v-200bcab5] input{text-align:right}.small[data-v-200bcab5]{font-size:.3125rem}.add[data-v-200bcab5],.creat[data-v-200bcab5]{width:96%;height:1.25rem;background:#75b2fd;border-radius:.3125rem;text-align:center;line-height:1.25rem;font-size:.5rem;font-weight:700;color:#fff;margin:0 auto;margin-top:2.5rem;margin-bottom:.5rem}.add[data-v-200bcab5]{margin:.375rem auto}.area[data-v-200bcab5]{background-color:#f8f8f8;width:100%}.des[data-v-200bcab5]{font-size:.4375rem;font-weight:700;color:#2d476a;margin-bottom:.375rem}.phone[data-v-200bcab5]{margin-right:.3125rem}.title[data-v-200bcab5]{background-color:#f8f8f8;height:1.125rem;line-height:1.125rem;font-size:.375rem;padding-left:.5rem;color:#2d476a}[data-v-08d4afe1] .van-cell[data-v-200bcab5]{height:100%;font-size:.4375rem}.right[data-v-200bcab5]{padding:0}.nobr[data-v-200bcab5] .van-cell:not(:last-child):after,.right[data-v-200bcab5] .van-cell:not(:last-child):after{display:none!important}.noborder[data-v-200bcab5] .van-cell:not(:last-child):after{border:none}.gl[data-v-200bcab5] .van-field__control{margin-right:.5625rem}.name[data-v-200bcab5] .van-cell__value{font-size:.4375rem;font-weight:400;color:#2d476a}.cs[data-v-200bcab5] .van-cell__title{flex:3}.task[data-v-200bcab5] .van-cell__title{flex:7}.validity[data-v-200bcab5] .van-cell__value{flex:2}.container[data-v-200bcab5]{height:auto;display:flex;flex-direction:column;background:#f8f8f8;min-height:100%}.van-cell__title[data-v-200bcab5]{color:#2d476a!important}.type[data-v-200bcab5]{height:2.625rem}.mj[data-v-200bcab5]{height:1.25rem;display:flex;justify-content:flex-end;align-items:center;margin:.3125rem 0}.sz[data-v-200bcab5]{position:relative;padding-top:.3125rem}.je[data-v-200bcab5]{width:2.75rem;height:1.125rem;display:flex;align-items:center;background:#f8f8f8;border-radius:.3125rem}.word[data-v-200bcab5]{margin:0 .21875rem;font-size:.4375rem;font-weight:400;color:#2d476a}.end[data-v-200bcab5]{margin-right:0}.tm[data-v-200bcab5]{background-color:transparent}.je[data-v-200bcab5] .van-cell:not(:last-child):after,.jpsl[data-v-200bcab5] .van-cell:not(:last-child):after{display:none}.all[data-v-200bcab5]{box-shadow:0 1px .09375rem 0 #ddd;padding-bottom:1px}.detail[data-v-200bcab5]{margin-top:.375rem;background-color:#fff;padding:.375rem .5rem 0 .5rem}.border[data-v-200bcab5]{border-bottom:1px solid #ebedf0;padding-bottom:.28125rem}.close[data-v-200bcab5]{position:absolute;z-index:999;top:0}.condition[data-v-200bcab5]{display:flex;justify-content:flex-end;align-items:center}.van-cell[data-v-200bcab5]:not(:last-child):after{right:.4375rem}.yhType[data-v-200bcab5]{padding:.4375rem}.yhbr[data-v-200bcab5]{border-bottom:1px solid #f8f8f8;font-size:.4375rem}.top[data-v-200bcab5]{display:flex;justify-content:space-between;align-items:center}
\ No newline at end of file
.fr[data-v-560ddab0] .van-icon-arrow-down:before{margin-top:.09375rem}.content[data-v-560ddab0] .van-cell__value{font-size:.4375rem;font-weight:400;color:#2d476a;line-height:1.375rem}.container[data-v-560ddab0]{background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;align-items:start}.sx[data-v-560ddab0]{width:1.625rem;height:.625rem;border-radius:.0625rem;display:flex;justify-content:center;border:1px solid #fff;font-size:.3125rem;font-weight:500;color:#fff;text-align:center}.list[data-v-560ddab0]{width:100%;display:flex}.info[data-v-560ddab0]{display:inline-block;margin-left:.375rem}.person[data-v-560ddab0]{flex:1;height:2.25rem;background:#4377bc;width:100%;padding:.375rem .5rem;display:flex;justify-content:space-between;align-items:center}.pic[data-v-560ddab0]{width:1.5rem;height:1.5rem}.pic img[data-v-560ddab0]{width:100%;border-radius:50%}.name[data-v-560ddab0]{font-size:.4375rem;font-weight:700;color:#fff;margin-right:5.46875rem}.title[data-v-560ddab0]{height:1.375rem;line-height:1.375rem;padding-left:.5rem;font-size:.375rem;font-weight:400;color:#2d476a}.content img[data-v-560ddab0]{width:1.375rem;height:1.375rem;border-radius:50%}
\ No newline at end of file
.gn[data-v-19ac84cd] .van-cell__title{font-size:.4375rem;font-weight:700;color:#2d476a}.gn[data-v-19ac84cd]{margin-top:.375rem;width:100%}.container[data-v-19ac84cd]{background:#f8f8f8;height:auto;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;min-height:100%}.img[data-v-19ac84cd]{width:100%;height:6.25rem;background-color:pink}.img img[data-v-19ac84cd]{width:100%}.list[data-v-19ac84cd]{height:2.5rem;width:100%;background-color:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee;box-shadow:0 .0625rem .125rem 0 #ddd;border-radius:.0625rem;z-index:100}.list3[data-v-19ac84cd]{border-bottom:none;margin-bottom:0}.left[data-v-19ac84cd],.right[data-v-19ac84cd]{height:2.5rem}.left[data-v-19ac84cd]{width:2.5rem;background:#f8f8f8;position:absolute;top:5.875rem;left:.3125rem}.left img[data-v-19ac84cd]{width:100%}.right[data-v-19ac84cd]{width:76%;padding:.3125rem;background-color:#fff;margin-left:2.9375rem}h3[data-v-19ac84cd]{font-size:.4375rem;font-weight:700;color:#2d476a}p[data-v-19ac84cd]{margin-top:.3125rem;font-size:.375rem;color:rgba(45,71,106,.8)}
\ No newline at end of file
p[data-v-7cf832a2]{font-size:.375rem;font-weight:400;color:rgba(45,71,106,.8);margin-top:.4375rem}.wan[data-v-7cf832a2]{position:absolute;left:2.40625rem;top:.25rem;font-size:.5rem;font-weight:700}.wtitle[data-v-7cf832a2]{width:6.25rem;height:.75rem;position:absolute;left:50%;transform:translate(-50%);top:8.375rem;z-index:999}.wtitle img[data-v-7cf832a2]{width:100%}.topb[data-v-7cf832a2]{width:100%;height:6.25rem;background:url(../img/zpbg.70d9930a.png) no-repeat;background-size:cover}.topb img[data-v-7cf832a2]{width:100%}.title[data-v-7cf832a2]{width:100%;height:1.5625rem;font-size:.5625rem;background-color:#fff;box-shadow:0 .0625rem .125rem 0 #ddd;line-height:1.5625rem;padding-left:.5rem;position:relative}.container[data-v-7cf832a2]{height:auto;background-color:#f8f8f8;display:flex;justify-content:space-between;align-items:center;flex-direction:column;min-height:100%}.bt[data-v-7cf832a2]{font-size:.5rem;margin-left:3rem;font-weight:700;color:#2d476a}.tb[data-v-7cf832a2]{position:absolute;height:.75rem;line-height:.75rem;left:.5rem;top:.4375rem;border-radius:.0625rem;border:1px solid #2d476a;font-size:.3125rem;font-weight:500;color:#2d476a;width:2.75rem;text-align:center;align-items:center}.tb img[data-v-7cf832a2]{width:.375rem;height:.375rem;vertical-align:middle}.content[data-v-7cf832a2]{margin:1.125rem .5rem .5rem;background:#fff;box-shadow:0 .0625rem .125rem 0 #ddd;position:relative;padding:.5rem .5rem .9375rem .5rem}.creat[data-v-7cf832a2]{width:10.71875rem;height:1.25rem;line-height:1.25rem;background:#75b2fd;border-radius:.3125rem;font-size:.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem}
\ No newline at end of file
.condition[data-v-5f5e253e]{display:flex;justify-content:flex-end;align-items:center}.phone[data-v-5f5e253e]{margin-right:.3125rem}.all[data-v-5f5e253e] input{text-align:right}.noborder[data-v-5f5e253e] .van-cell:not(:last-child):after,.npbr .van-cell[data-v-5f5e253e]:not(:last-child):after{display:none!important}.creat[data-v-5f5e253e]{margin-top:2.5rem;width:96%;height:1.25rem;background:#75b2fd;border-radius:.3125rem;text-align:center;line-height:1.25rem;font-size:.5rem;font-weight:700;color:#fff;margin-left:2%;margin-bottom:.5rem}.container[data-v-5f5e253e]{height:auto;display:flex;flex-direction:column;background:#f8f8f8;min-height:100%}.area[data-v-5f5e253e] .van-field__control{background:#f8f8f8;padding:.375rem}.des[data-v-5f5e253e]{padding:.15625rem .5625rem 0;font-size:.4375rem;color:#2d476a}.title[data-v-5f5e253e]{background-color:#f8f8f8;height:1.125rem;line-height:1.125rem;font-size:.375rem;padding-left:.5rem;color:#2d476a}[data-v-08d4afe1] .van-cell[data-v-5f5e253e]{height:100%;font-size:.4375rem}.right[data-v-5f5e253e]{padding:0}.van-cell__title[data-v-5f5e253e]{color:#2d476a!important}
\ No newline at end of file
.kj[data-v-ad519bfe]{width:100%;height:7.15625rem;background:#f8f8f8;padding:.375rem;margin-bottom:.3125rem}.container[data-v-ad519bfe]{padding:.5rem}.title[data-v-ad519bfe]{font-size:.4375rem;font-weight:700;color:#2d476a}.ct[data-v-ad519bfe]{width:100%;height:5.625rem;background:#fff;box-shadow:0 .0625rem .125rem 0 #ddd;border-radius:.3125rem;margin-top:.375rem;position:relative}.ck[data-v-ad519bfe]{position:absolute;width:100%;bottom:0;height:1rem;line-height:1rem;text-align:center;background:rgba(117,178,253,.8);border-radius:0 0 .3125rem .3125rem;font-size:.375rem;font-weight:400;color:#fff}.main-menuBar[data-v-ad519bfe]{box-shadow:inset 0 1px .0625rem 0 #ddd;width:100%;height:2.5625rem;position:fixed;bottom:0;left:0;background-color:#fafafa;padding:0 .4375rem;display:flex;flex-direction:row;justify-content:space-between}.menuBar-menu[data-v-ad519bfe]{width:1.5rem;height:1.46875rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.menuBar-icon[data-v-ad519bfe]{width:.75rem;height:.75rem;object-fit:cover}.menuBar-title[data-v-ad519bfe]{width:auto;height:.375rem;font-size:.3125rem;font-weight:700;color:rgba(67,119,188,.4);text-align:center}.menuBar-title-ac[data-v-ad519bfe]{color:#4377bc}.last[data-v-ad519bfe]{margin-bottom:2.5rem}
\ No newline at end of file
.container[data-v-f076053a]{height:auto;background-color:#f8f8f8;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.title[data-v-f076053a]{background:#f8f8f8;display:flex;justify-content:space-between;align-items:center}.fg[data-v-f076053a],.title[data-v-f076053a]{height:1.375rem;padding:0 .5rem;font-size:.375rem;color:#2d476a}.fg[data-v-f076053a]{line-height:1.375rem}.icon[data-v-f076053a]{font-weight:800}.active[data-v-f076053a]{background-color:#fff;padding:.375rem .375rem 0 .375rem;box-shadow:0 .0625rem .125rem 0 #ddd}.list[data-v-f076053a]{height:2.9375rem;width:100%;background-color:#fff;display:flex;justify-content:space-between;border-bottom:1px solid #eee;margin-bottom:.4375rem}.list3[data-v-f076053a]{border-bottom:none;margin-bottom:0}.left[data-v-f076053a],.right[data-v-f076053a]{height:2.5rem}.left[data-v-f076053a]{width:2.5rem;background:#f8f8f8}.right[data-v-f076053a]{width:76%;padding-left:.3125rem;background-color:#fff}h3[data-v-f076053a]{font-size:.4375rem;font-weight:700;color:#2d476a}p[data-v-f076053a]{margin-top:.3125rem;font-size:.375rem;color:rgba(45,71,106,.8)}
\ No newline at end of file
.lists[data-v-b0986c0e]{padding:.125rem .5rem .625rem .5rem}.list[data-v-b0986c0e]{padding:.375rem 0;display:flex;flex-direction:row;justify-content:start;align-items:center;border-bottom:1px solid #eee}.list-logos[data-v-b0986c0e]{width:2.5rem;height:2.5rem;background-color:#f8f8f8;display:flex;flex-direction:row;justify-content:center;align-items:center}.list-logo[data-v-b0986c0e]{width:1.75rem;height:1.75rem}.list-infos[data-v-b0986c0e]{width:7.84375rem;height:2.5rem;display:flex;flex-direction:column;justify-content:center;align-items:start;margin-left:.375rem}.list-title[data-v-b0986c0e]{font-size:.4375rem;height:.5rem;line-height:.5rem;font-weight:700;color:#2d476a;width:100%;text-align:left;margin-bottom:.25rem}.list-dsc[data-v-b0986c0e]{font-size:.375rem;height:.4375rem;line-height:.4375rem;font-weight:400;color:#2d476a;width:100%;text-align:left;overflow:auto}
\ No newline at end of file
.price[data-v-58b61c8b]{width:2.75rem;height:1.125rem;line-height:1.125rem;background:#f8f8f8;float:right;margin-top:.375rem;border-radius:.3125rem;color:rgba(45,71,106,.6);padding:0}.nop[data-v-58b61c8b]{padding:0}.t-l[data-v-58b61c8b]{width:3.75rem}.t-r[data-v-58b61c8b]{width:70%}.type[data-v-58b61c8b]{padding:.4375rem;display:flex;justify-content:space-between;font-size:.4375rem}h3[data-v-58b61c8b]{font-size:.4375rem;color:#d0021b;margin-top:.5625rem}.container[data-v-58b61c8b]{height:100%;background-color:#f8f8f8;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.name[data-v-58b61c8b]{font-size:.4375rem;font-weight:700;color:#2d476a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.good[data-v-58b61c8b]{height:3.375rem;border-bottom:1px solid #eee;width:100%;padding:.375rem 0;display:flex;justify-content:space-between}.list[data-v-58b61c8b]{padding:0 .5rem;box-sizing:border-box;background-color:#fff;box-shadow:0 1px .09375rem 0 #ddd}.center[data-v-58b61c8b],.left[data-v-58b61c8b],.right[data-v-58b61c8b]{height:2.5rem}.left[data-v-58b61c8b]{width:2.5rem;border-radius:.125rem}.left img[data-v-58b61c8b]{width:100%}.center[data-v-58b61c8b]{width:70%}.phone[data-v-58b61c8b]{float:left}.option[data-v-58b61c8b] .van-field__control{text-align:right}.nob[data-v-58b61c8b] .van-cell:not(:last-child):after{border:none}.price[data-v-58b61c8b] .van-field__control{text-align:center}.creat[data-v-58b61c8b]{width:96%;height:1.25rem;background:#75b2fd;border-radius:.3125rem;text-align:center;line-height:1.25rem;font-size:.5rem;font-weight:700;color:#fff;margin-left:2%;position:absolute;bottom:.5rem}
\ No newline at end of file
.testCube[data-v-4d09df91]{width:1.875rem;height:.3125rem;background-color:#f08080;border:1px solid #fff}.main[data-v-4d09df91]{background-color:#edeff3;width:100%;height:auto;padding-bottom:2.9375rem;display:flex;flex-direction:column;justify-content:start;overflow:auto}.main-manInfos[data-v-4d09df91]{width:100%;height:2.25rem;background-color:#4377bc;padding:0 .5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.manInfo-logos[data-v-4d09df91]{width:1.5rem;height:1.5rem;display:flex;flex-direction:row;justify-content:start;align-items:center}.logos-logo[data-v-4d09df91]{width:1.5rem;height:1.5rem;object-fit:cover;border-radius:50%;border:.0625rem solid #fff}.manInfo-name[data-v-4d09df91]{width:100%;height:.5625rem;padding:0 .375rem;margin-right:1.875rem;color:#fff;font-size:.4375rem;line-height:.5rem;font-weight:700}.manInfo-switch[data-v-4d09df91]{width:3.125rem;height:.5625rem;font-size:.4375rem;line-height:.5625rem;font-weight:700;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.switch-icon[data-v-4d09df91]{width:.15625rem;height:.25rem}.switch-text[data-v-4d09df91]{color:#fff;padding-right:.125rem;font-size:.4375rem;line-height:.5rem;font-weight:400}.main-tips[data-v-4d09df91]{width:100%;height:1.5rem;background-color:#f8f8f8;padding:0 .5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tips-tip[data-v-4d09df91]{width:30%;height:.5rem;color:#4377bc;font-size:.375rem;font-weight:400;line-height:.5rem;text-align:center}.main-menus[data-v-4d09df91]{width:100%;height:7.5rem;display:flex;flex-direction:column;justify-content:start}.menus-row[data-v-4d09df91]{width:100%;height:3.75rem;padding:.375rem .5rem 0 .5rem;display:flex;flex-direction:row;justify-content:space-between}.menu[data-v-4d09df91]{width:3.375rem;height:3.375rem;background-color:#f8f8f8;display:flex;flex-direction:column;justify-content:center;align-items:center}.menu-logo[data-v-4d09df91]{width:1.5rem;height:1.5rem;object-fit:cover}.menu-text[data-v-4d09df91]{font-size:.4375rem;font-weight:700;color:#2d476a}.main-actives[data-v-4d09df91]{width:100%;height:11.875rem;margin-top:1.125rem;padding:0 .375rem;background-color:#fff;display:flex;flex-direction:column;justify-content:start}.actives-banners[data-v-4d09df91]{border-bottom:1px solid #eee;width:100%;height:.78125rem;display:flex;flex-direction:row;justify-content:center}.actives-banner-small[data-v-4d09df91]{width:6.875rem;height:.9375rem;object-fit:cover;position:relative;bottom:.21875rem}.actives-banner-title[data-v-4d09df91]{background:url(/mainSale/icon-active-title.png);background-repeat:no-repeat;background-size:100% 100%;width:6.875rem;height:.9375rem;font-size:.5rem;line-height:.5rem;color:#2d476a;text-align:center;position:relative;bottom:.21875rem}.actives-banner-main[data-v-4d09df91]{width:4.625rem;height:.75rem;border-radius:1.25rem;margin:0 .125rem;font-size:.5rem;font-weight:700;line-height:.5625rem;text-align:center;color:#2d476a;background:linear-gradient(#fff,50%,#e4f9ff);box-shadow:0 1px 1px 0 #96cedc;position:relative;bottom:.375rem}.actives-main[data-v-4d09df91]{border-bottom:1px solid #eee;width:100%;height:3.28125rem;padding:.375rem 0;display:flex;flex-direction:row;justify-content:start}.active-logos[data-v-4d09df91]{background-color:#f8f8f8;width:2.5rem;height:2.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.active-logo[data-v-4d09df91]{width:1.75rem;height:1.75rem}.active-infos[data-v-4d09df91]{width:100%;height:2.5rem;padding-left:.375rem;display:flex;flex-direction:column;justify-content:center}.active-title[data-v-4d09df91]{height:.5rem;font-size:.4375rem;font-weight:700;line-height:.4375rem;margin-bottom:.25rem}.active-dsc[data-v-4d09df91]{height:1.125rem;width:100%;font-size:.375rem;font-weight:400}.actives-mores[data-v-4d09df91]{width:100%;height:1.25rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.mores-title[data-v-4d09df91]{width:auto;height:.4375rem;margin-right:.125rem;font-size:.375rem;font-weight:400;line-height:.4375rem;color:#2d476a}.mores-icon[data-v-4d09df91]{width:.3125rem;height:.4375rem}.main-menuBar[data-v-4d09df91]{box-shadow:inset 0 1px .0625rem 0 #ddd;width:100%;height:2.5625rem;position:fixed;bottom:0;left:0;background-color:#fafafa;padding:0 .4375rem;display:flex;flex-direction:row;justify-content:space-between}.menuBar-menu[data-v-4d09df91]{width:1.5rem;height:1.46875rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.menuBar-icon[data-v-4d09df91]{width:.75rem;height:.75rem;object-fit:cover}.menuBar-title[data-v-4d09df91]{width:auto;height:.375rem;font-size:.3125rem;font-weight:700;color:rgba(67,119,188,.4);text-align:center}.menuBar-title-ac[data-v-4d09df91]{color:#4377bc}
\ No newline at end of file
.container[data-v-58ca6c2a] .van-tabs__wrap,.van-tabs__wrap--scrollable[data-v-58ca6c2a]{height:1.25rem}.container[data-v-58ca6c2a] .van-tab,.van-ellipsis[data-v-58ca6c2a],.van-tab--active[data-v-58ca6c2a]{line-height:1.25rem}.tab[data-v-58ca6c2a]{box-shadow:0 1px .09375rem 0 #ddd}.content[data-v-58ca6c2a] .van-cell__value{font-size:.4375rem;font-weight:400;color:#2d476a;line-height:1.375rem}.custom-title[data-v-58ca6c2a]{margin-left:.375rem;font-size:.5rem;font-weight:700;color:#2d476a}.content img[data-v-58ca6c2a]{width:1.375rem;height:1.375rem;border-radius:50%;vertical-align:middle}.tab[data-v-58ca6c2a] .van-tabs__nav--card .van-tab{border-right:none}.tab[data-v-58ca6c2a] .van-tab.van-tab--active{background-color:#75b2fd}.tab[data-v-58ca6c2a] .van-tabs__nav--card{margin:0;border:none;height:1.25rem}.list[data-v-58ca6c2a] .van-icon,.van-icon-notes-o[data-v-58ca6c2a]{color:#2d476a}.list[data-v-58ca6c2a]{height:14.65625rem;background:#fff;margin-top:.375rem}.money[data-v-58ca6c2a]{width:3.75rem;height:1rem;line-height:1rem;background:#f8f8f8;border-radius:.5rem;text-align:center;font-size:.5625rem;font-weight:700;color:#d0021b;margin:0 auto;margin-top:.25rem}.detail[data-v-58ca6c2a]{font-size:.3125rem;color:#75b2fd;margin-top:.25rem}.top p[data-v-58ca6c2a]{color:#2d476a;font-size:.375rem}.top img[data-v-58ca6c2a]{width:1rem;height:1rem}.container[data-v-58ca6c2a]{height:auto;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.top[data-v-58ca6c2a]{height:5rem;background:#fff;box-shadow:0 .0625rem .125rem 0 #ddd;padding:.75rem;display:flex}.left[data-v-58ca6c2a],.right[data-v-58ca6c2a]{flex:1;width:100%;text-align:center}.right[data-v-58ca6c2a]{border-left:1px solid #eee}.main-menuBar[data-v-58ca6c2a]{box-shadow:inset 0 1px .0625rem 0 #ddd;width:100%;height:2.5625rem;position:fixed;bottom:0;left:0;background-color:#fafafa;padding:0 .4375rem;display:flex;flex-direction:row;justify-content:space-between}.menuBar-menu[data-v-58ca6c2a]{width:1.5rem;height:1.46875rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.menuBar-icon[data-v-58ca6c2a]{width:.75rem;height:.75rem;object-fit:cover}.menuBar-title[data-v-58ca6c2a]{width:auto;height:.375rem;font-size:.3125rem;font-weight:700;color:rgba(67,119,188,.4);text-align:center}.menuBar-title-ac[data-v-58ca6c2a]{color:#4377bc}
\ No newline at end of file
.logo[data-v-4e964561] .van-uploader__preview-delete{top:0}.des[data-v-4e964561]{font-size:.4375rem;font-weight:700;color:#2d476a;margin-bottom:.375rem}.detail[data-v-4e964561]{background-color:#fff;padding:.375rem .5rem 0 .5rem}.border[data-v-4e964561] .van-field__control{text-align:left!important;background-color:#f8f8f8}.border[data-v-4e964561] .van-cell{padding:0}.banner[data-v-4e964561] .upload[data-v-6ea3d66a]{padding-top:.3125rem;z-index:100;width:100%;position:static;transform:unset;padding:.3125rem .28125rem 0}.img[data-v-4e964561] .van-uploader__preview{display:none}.banner[data-v-4e964561]{width:100%;background-color:#fff;height:3rem}.banner[data-v-4e964561] .van-uploader__upload-icon{display:none}.creat[data-v-4e964561]{margin:.625rem 0;width:10.71875rem;height:1.25rem;line-height:1.25rem;background:#75b2fd;border-radius:.3125rem;font-size:.5rem;font-weight:700;color:#fff;text-align:center;bottom:0}.cube[data-v-4e964561]{width:1.6875rem;height:1.5625rem;background:#f8f8f8;border-radius:.25rem;position:relative;text-align:center}.tj[data-v-4e964561]{height:1rem;line-height:1rem;background:rgba(117,178,253,.8);text-align:center;font-size:.375rem;color:#fff;position:absolute;bottom:0;width:100%}.add[data-v-4e964561]{font-size:1.875rem;font-weight:500;color:#fff}.circle[data-v-4e964561]{width:2rem;height:2rem;background:hsla(0,0%,100%,.6);border-radius:50%;line-height:1.875rem;text-align:center}.upload[data-v-4e964561]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.van-cell__value--alone[data-v-4e964561],.van-cell__value[data-v-4e964561]{text-align:right}.input[data-v-4e964561]{padding:0}.gn[data-v-4e964561] .van-field__control{text-align:right}.gn[data-v-4e964561] .van-cell__title{font-size:.4375rem;font-weight:700;color:#2d476a}.gn[data-v-4e964561]{margin-top:.375rem;width:100%;padding-bottom:.375rem}.input[data-v-4e964561] .van-uploader__input-wrapper{width:100%}.container[data-v-4e964561]{min-height:100%;height:auto;background:#f8f8f8;display:flex;justify-content:flex-start;flex-direction:column;align-items:center}.img[data-v-4e964561]{width:100%;height:6.25rem;position:relative;background:url(../img/cswiper.d05dcfd9.png)no-repeat;background-size:cover}.mb[data-v-4e964561]{position:absolute;width:100%;height:.5rem;bottom:0;line-height:.5rem;background-color:#8ebffb;font-size:.1875rem;color:#fff}.mb img[data-v-4e964561]{height:100%}.cfx[data-v-4e964561]{position:absolute;width:100%;height:100%}
\ No newline at end of file
.main[data-v-30f126b8]{background-color:#fff;width:100%;height:100%;display:flex;flex-direction:column;justify-content:start}.tops[data-v-30f126b8]{border:.0625rem solid #add8e6;width:100%;height:3.125rem}.contents[data-v-30f126b8]{width:100%;height:100%;padding:.5rem;padding-bottom:1.25rem}.content[data-v-30f126b8]{border:0 solid orange;height:3.125rem;width:100%;padding:.125rem 0;margin-bottom:.5rem;border-radius:.125rem;box-shadow:0 .0625rem .125rem 0 #bbb;display:flex;flex-direction:row;justify-content:start}.content-imgs[data-v-30f126b8]{width:20%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center}.imgs-img[data-v-30f126b8]{width:1.5625rem;height:1.5625rem;margin-top:.3125rem;border-radius:50%;object-fit:cover}.content-infos[data-v-30f126b8]{width:80%;height:100%}.infos-mains[data-v-30f126b8]{height:70%;width:100%;display:flex;flex-direction:row;justify-content:start}.mains[data-v-30f126b8]{width:70%;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.main-usedPercent[data-v-30f126b8]{font-size:.4375rem;color:grey}.main-money[data-v-30f126b8]{font-size:.75rem}.buttons[data-v-30f126b8]{width:30%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.button-send[data-v-30f126b8]{border:0 solid #00f;height:1.25rem;width:1.875rem;border-radius:.125rem;background-color:#445dfb;color:#fff;font-size:.5rem}.infos-tips[data-v-30f126b8]{height:30%;width:100%;border-top:1px dashed grey;padding-top:.1875rem;display:flex;flex-direction:row;justify-content:start;align-items:center}.tip-shareMan[data-v-30f126b8]{width:70%;height:100%;font-size:.4375rem;line-height:.5rem;color:#969696}.tip-commision[data-v-30f126b8]{width:30%;height:100%;font-size:.4375rem;line-height:.5rem;color:#969696}.menus[data-v-30f126b8]{border-top:1px solid #c2c2c2;position:fixed;bottom:0;left:0;width:100%;height:1.5625rem;background-color:#fff;display:flex;flex-direction:row;justify-content:start;align-items:center}.menu[data-v-30f126b8]{height:1.5625rem;width:50%;line-height:1.5625rem;text-align:center;font-size:.4375rem;color:#000}.activeMenu[data-v-30f126b8]{color:#f08080}
\ No newline at end of file
.main[data-v-7f87989d]{background-color:#f8f8f8;width:100%;height:auto;min-height:100%;padding-bottom:2.9375rem;display:flex;flex-direction:column;justify-content:start;overflow:auto}.org[data-v-7f87989d]{width:100%;height:auto}.org-titles[data-v-7f87989d]{width:100%;height:1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 .5rem}.org-title[data-v-7f87989d]{width:auto;height:.4375rem;font-size:.375rem;font-weight:400;line-height:.4375rem;color:#2d476a}.org-infos[data-v-7f87989d]{width:100%;height:auto;padding:.5rem;background-color:#fff;border-top:1px solid #eee;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-shadow:0 .0625rem .125rem 0 #ddd}.org-info-title[data-v-7f87989d]{width:auto;max-width:100%;font-size:.4375rem;font-weight:700;line-height:.4375rem;color:#2d476a}.org-info-content[data-v-7f87989d]{width:100%;height:auto;margin:.375rem .5rem .375rem 0;padding:.375rem;background-color:#f8f8f8;font-size:.375rem;font-weight:400;word-wrap:break-word;color:rgba(45,71,106,.8)}.org-info-other[data-v-7f87989d]{width:100%;height:.78125rem;padding-top:.375rem;border-top:1px solid #eee;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.org-author[data-v-7f87989d],.org-date[data-v-7f87989d]{width:auto;height:.375rem;font-size:.375rem;font-weight:400;line-height:.375rem;color:#2d476a}.my[data-v-7f87989d]{width:100%;height:auto}.my-titles[data-v-7f87989d]{width:100%;height:1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 .5rem}.my-title[data-v-7f87989d]{width:auto;height:.4375rem;font-size:.375rem;font-weight:400;line-height:.4375rem;color:#2d476a}.my-title-icon[data-v-7f87989d]{width:.15625rem;height:.25rem;object-fit:cover}.my-infos[data-v-7f87989d]{padding:0 .5rem;flex-direction:column;background-color:#fff;box-shadow:0 .0625rem .125rem 0 #ddd}.my-info[data-v-7f87989d],.my-infos[data-v-7f87989d]{width:100%;height:auto;display:flex;justify-content:flex-start}.my-info[data-v-7f87989d]{border-top:1px solid #eee;padding:.375rem 0;flex-direction:row;align-items:center}.my-logo[data-v-7f87989d]{width:2.5rem;height:2.5rem;border-radius:.125rem}.my-contents[data-v-7f87989d]{border:0 solid red;width:100%;height:2.5rem;padding:0 .375rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.content-title[data-v-7f87989d]{width:auto;max-width:100%;word-wrap:unset;font-size:.4375rem;font-weight:700;line-height:.5rem;color:#2d476a;padding-bottom:.5rem}.content-tasks[data-v-7f87989d]{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.task-title[data-v-7f87989d]{color:#2d476a}.task-money[data-v-7f87989d],.task-title[data-v-7f87989d]{width:auto;font-size:.375rem;font-weight:400;line-height:.375rem}.task-money[data-v-7f87989d]{color:#d0021b}
\ No newline at end of file
.tab[data-v-3d38d05f] .van-tabs__nav--card .van-tab{border-right:none}.tab[data-v-3d38d05f] .van-tab.van-tab--active{background-color:#75b2fd}.sj[data-v-3d38d05f]{width:2rem;height:1rem;background:#75b2fd;border-radius:.25rem;line-height:1rem;text-align:center;font-size:.4375rem;color:#fff;margin-top:.625rem}h3[data-v-3d38d05f]{font-size:.4375rem;color:#d0021b;margin-top:.5625rem}.name[data-v-3d38d05f]{font-size:.4375rem;font-weight:700;color:#2d476a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.good[data-v-3d38d05f]{height:3.375rem;border-bottom:1px solid #eee;width:100%;padding:.375rem 0;display:flex;justify-content:space-between}.list[data-v-3d38d05f]{padding:0 .5rem;box-sizing:border-box}.center[data-v-3d38d05f],.left[data-v-3d38d05f],.right[data-v-3d38d05f]{height:2.5rem}.left[data-v-3d38d05f]{width:2.5rem;border-radius:.125rem}.left img[data-v-3d38d05f]{width:100%}.center[data-v-3d38d05f]{width:50%}.right[data-v-3d38d05f]{width:20%}.tab[data-v-3d38d05f] .van-tabs__nav--card{margin:0;border:none;height:1.25rem}.container[data-v-3d38d05f]{height:auto;min-height:100%;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.search[data-v-3d38d05f]{padding:.375rem .5rem}.active[data-v-3d38d05f]{background-color:#75b2fd}
\ No newline at end of file
.pic[data-v-76814715]{width:100%;margin-bottom:.4375rem}.pic img[data-v-76814715]{width:100%}.nr[data-v-76814715]{margin-top:.375rem}.nr p[data-v-76814715]{font-size:.375rem;font-weight:400;color:#576c88;margin-bottom:.4375rem}.container[data-v-76814715]{background:#f8f8f8;height:auto;padding:.5rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:start;min-height:100%}.ct[data-v-76814715]{background-color:#fff;box-shadow:0 .0625rem .125rem 0 #ddd;padding:.5rem}.head[data-v-76814715]{height:2.3125rem;width:100%;border-bottom:1px solid #eee}.head h3[data-v-76814715]{font-size:.5625rem;font-weight:700;color:#2d476a}.head span[data-v-76814715]{font-size:.375rem;font-weight:500;color:#2d476a}
\ No newline at end of file
This diff is collapsed.
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>亿百分</title><link href=/css/chunk-vendors.0e32032d.css rel=stylesheet><link href=/css/app.d62bb54b.css rel=stylesheet></head><body><noscript><strong>We're sorry but ybf_wx doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=http://res.wx.qq.com/open/js/jweixin-1.2.0.js></script><script src=/js/chunk-vendors.c95b8ecf.js></script><script src=/js/app.fddce6ea.js></script></body></html>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0016fa9e"],{"2ae8":function(s,t,i){},9063:function(s,t,i){"use strict";var a=i("2ae8"),l=i.n(a);l.a},f0b1:function(s,t,i){"use strict";i.r(t);var a=function(){var s=this,t=s.$createElement;s._self._c;return s._m(0)},l=[function(){var s=this,t=s.$createElement,i=s._self._c||t;return i("div",{staticClass:"container"},[i("div",{staticClass:"title"},[i("span",[s._v("会员分裂")]),i("span",{staticClass:"fr"},[s._v("查看更多"),i("span",{staticClass:"icon"},[s._v(">")])])]),i("div",{staticClass:"active"},[i("div",{staticClass:"list"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("砍价")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),i("div",{staticClass:"list"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("集赞")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),i("div",{staticClass:"list list3"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("推荐有礼")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])])]),i("div",{staticClass:"fg"},[s._v("复购")]),i("div",{staticClass:"active"},[i("div",{staticClass:"list"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("大转盘抽奖")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),i("div",{staticClass:"list list3"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("砸金蛋抽奖")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])])])])}],c={},v=c,e=(i("9063"),i("2877")),n=Object(e["a"])(v,a,l,!1,null,"75a0f99a",null);t["default"]=n.exports}}]);
//# sourceMappingURL=chunk-0016fa9e.2aa0bb10.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///./src/views/active/activeList.vue?f38f","webpack:///./src/views/active/activeList.vue?34d8","webpack:///src/views/active/activeList.vue","webpack:///./src/views/active/activeList.vue?e934","webpack:///./src/views/active/activeList.vue"],"names":["render","_vm","this","_h","$createElement","_self","_c","_m","staticRenderFns","staticClass","_v","component"],"mappings":"yIAAA,yBAA2f,EAAG,G,yCCA9f,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAsBH,EAAII,MAAMC,GAAO,OAAOL,EAAIM,GAAG,IACnGC,EAAkB,CAAC,WAAa,IAAIP,EAAIC,KAASC,EAAGF,EAAIG,eAAmBE,EAAGL,EAAII,MAAMC,IAAIH,EAAG,OAAOG,EAAG,MAAM,CAACG,YAAY,aAAa,CAACH,EAAG,MAAM,CAACG,YAAY,SAAS,CAACH,EAAG,OAAO,CAACL,EAAIS,GAAG,UAAUJ,EAAG,OAAO,CAACG,YAAY,MAAM,CAACR,EAAIS,GAAG,QAAQJ,EAAG,OAAO,CAACG,YAAY,QAAQ,CAACR,EAAIS,GAAG,WAAWJ,EAAG,MAAM,CAACG,YAAY,UAAU,CAACH,EAAG,MAAM,CAACG,YAAY,QAAQ,CAACH,EAAG,MAAM,CAACG,YAAY,SAASH,EAAG,MAAM,CAACG,YAAY,SAAS,CAACH,EAAG,KAAK,CAACL,EAAIS,GAAG,QAAQJ,EAAG,IAAI,CAACL,EAAIS,GAAG,uCAAuCJ,EAAG,MAAM,CAACG,YAAY,QAAQ,CAACH,EAAG,MAAM,CAACG,YAAY,SAASH,EAAG,MAAM,CAACG,YAAY,SAAS,CAACH,EAAG,KAAK,CAACL,EAAIS,GAAG,QAAQJ,EAAG,IAAI,CAACL,EAAIS,GAAG,uCAAuCJ,EAAG,MAAM,CAACG,YAAY,cAAc,CAACH,EAAG,MAAM,CAACG,YAAY,SAASH,EAAG,MAAM,CAACG,YAAY,SAAS,CAACH,EAAG,KAAK,CAACL,EAAIS,GAAG,UAAUJ,EAAG,IAAI,CAACL,EAAIS,GAAG,yCAAyCJ,EAAG,MAAM,CAACG,YAAY,MAAM,CAACR,EAAIS,GAAG,QAAQJ,EAAG,MAAM,CAACG,YAAY,UAAU,CAACH,EAAG,MAAM,CAACG,YAAY,QAAQ,CAACH,EAAG,MAAM,CAACG,YAAY,SAASH,EAAG,MAAM,CAACG,YAAY,SAAS,CAACH,EAAG,KAAK,CAACL,EAAIS,GAAG,WAAWJ,EAAG,IAAI,CAACL,EAAIS,GAAG,uCAAuCJ,EAAG,MAAM,CAACG,YAAY,cAAc,CAACH,EAAG,MAAM,CAACG,YAAY,SAASH,EAAG,MAAM,CAACG,YAAY,SAAS,CAACH,EAAG,KAAK,CAACL,EAAIS,GAAG,WAAWJ,EAAG,IAAI,CAACL,EAAIS,GAAG,6CCiDluC,KClDmW,I,wBCQ/VC,EAAY,eACd,EACAX,EACAQ,GACA,EACA,KACA,WACA,MAIa,aAAAG,E","file":"js/chunk-0016fa9e.2aa0bb10.js","sourcesContent":["import mod from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./activeList.vue?vue&type=style&index=0&id=75a0f99a&scoped=true&lang=css&\"; export default mod; export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./activeList.vue?vue&type=style&index=0&id=75a0f99a&scoped=true&lang=css&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _vm._m(0)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"container\"},[_c('div',{staticClass:\"title\"},[_c('span',[_vm._v(\"会员分裂\")]),_c('span',{staticClass:\"fr\"},[_vm._v(\"查看更多\"),_c('span',{staticClass:\"icon\"},[_vm._v(\">\")])])]),_c('div',{staticClass:\"active\"},[_c('div',{staticClass:\"list\"},[_c('div',{staticClass:\"left\"}),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"砍价\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])]),_c('div',{staticClass:\"list\"},[_c('div',{staticClass:\"left\"}),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"集赞\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])]),_c('div',{staticClass:\"list list3\"},[_c('div',{staticClass:\"left\"}),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"推荐有礼\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])])]),_c('div',{staticClass:\"fg\"},[_vm._v(\"复购\")]),_c('div',{staticClass:\"active\"},[_c('div',{staticClass:\"list\"},[_c('div',{staticClass:\"left\"}),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"大转盘抽奖\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])]),_c('div',{staticClass:\"list list3\"},[_c('div',{staticClass:\"left\"}),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"砸金蛋抽奖\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])])])])}]\n\nexport { render, staticRenderFns }","<template>\r\n <div class=\"container\">\r\n <div class=\"title\">\r\n <span>会员分裂</span>\r\n <span class=\"fr\">查看更多<span class=\"icon\">></span></span>\r\n </div>\r\n <div class=\"active\">\r\n <div class=\"list\">\r\n <div class=\"left\"></div>\r\n <div class=\"right\">\r\n <h3>砍价</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n <div class=\"list\">\r\n <div class=\"left\"></div>\r\n <div class=\"right\">\r\n <h3>集赞</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n <div class=\"list list3\">\r\n <div class=\"left\"></div>\r\n <div class=\"right\">\r\n <h3>推荐有礼</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"fg\">复购</div>\r\n <div class=\"active\">\r\n <div class=\"list\">\r\n <div class=\"left\"></div>\r\n <div class=\"right\">\r\n <h3>大转盘抽奖</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n <div class=\"list list3\">\r\n <div class=\"left\"></div>\r\n <div class=\"right\">\r\n <h3>砸金蛋抽奖</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {};\r\n</script>\r\n\r\n<style scoped>\r\n.container {\r\n height: auto;\r\n background-color: rgba(248, 248, 248, 1);\r\n min-height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start; \r\n}\r\n.title {\r\n height: 44px;\r\n background: rgba(248, 248, 248, 1);\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n padding: 0 16px;\r\n font-size: 12px;\r\n color: rgba(45, 71, 106, 1);\r\n}\r\n.fg {\r\n padding: 0 16px;\r\n font-size: 12px;\r\n color: rgba(45, 71, 106, 1);\r\n height: 44px;\r\n line-height: 44px; \r\n}\r\n.icon {\r\n font-weight: 800;\r\n}\r\n.active {\r\n background-color: #fff;\r\n padding: 12px 12px 0 12px;\r\n box-shadow:0px 2px 4px 0px rgba(221,221,221,1);\r\n}\r\n.list {\r\n height: 94px;\r\n width: 100%;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: space-between;\r\n border-bottom: 1px solid rgba(238,238,238,1);\r\n margin-bottom: 14px;\r\n}\r\n.list3 {\r\n border-bottom: none;\r\n margin-bottom: 0;\r\n}\r\n.left,.right {\r\n height: 80px;\r\n}\r\n.left {\r\n width: 80px; \r\n background:rgba(248,248,248,1); \r\n}\r\n.right {\r\n width: 76%;\r\n padding-left: 10px;\r\n background-color: #fff;\r\n}\r\nh3 {\r\n font-size: 14px;\r\n font-weight:bold;\r\n color:rgba(45,71,106,1);\r\n}\r\np {\r\n margin-top: 10px;\r\n font-size:12px;\r\n color:rgba(45,71,106,0.8);\r\n}\r\n</style>\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./activeList.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./activeList.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./activeList.vue?vue&type=template&id=75a0f99a&scoped=true&\"\nimport script from \"./activeList.vue?vue&type=script&lang=js&\"\nexport * from \"./activeList.vue?vue&type=script&lang=js&\"\nimport style0 from \"./activeList.vue?vue&type=style&index=0&id=75a0f99a&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"75a0f99a\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-07baf4b2"],{6721:function(n,t,a){"use strict";var i=a("dacf"),e=a.n(i);e.a},9678:function(n,t,a){"use strict";a.r(t);var i=function(){var n=this,t=n.$createElement,i=n._self._c||t;return i("div",{staticClass:"container"},[i("van-tabs",{staticClass:"tab",attrs:{type:"card","title-active-color":"#fff","title-inactive-color":"#2D476A",background:"#F8F8F8"},on:{click:n.onClick}},[i("van-tab",{attrs:{title:"人员拉新"}},[i("van-list",{attrs:{finished:n.finished},on:{load:n.onLoad},model:{value:n.writeOff,callback:function(t){n.writeOff=t},expression:"writeOff"}},n._l(n.newMemberList,(function(t,e){return i("van-cell",{key:e,staticClass:"content",attrs:{value:t.number,"is-link":""}},[i("template",{slot:"title"},[i("img",{attrs:{src:a("e66c"),alt:""}}),i("span",{staticClass:"custom-title"},[n._v(n._s(t.name))])])],2)})),1)],1),i("van-tab",{attrs:{title:"顾客流失"}}),i("van-tab",{attrs:{title:"拉接受问询"}}),i("van-tab",{attrs:{title:"回复问询"}}),i("van-tab",{attrs:{title:"推券"}}),i("van-tab",{attrs:{title:"推活动"}}),i("van-tab",{attrs:{title:"推商品"}})],1),i("div",{staticClass:"main-menuBar"},[i("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuBarClick("MainSale")}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["1"]}}),i("div",{staticClass:"menuBar-title"},[n._v("活动")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuCase()}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["2"]}}),i("div",{staticClass:"menuBar-title"},[n._v("案例")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuProfit()}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["3"]}}),i("div",{staticClass:"menuBar-title"},[n._v("收益")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuTask()}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["4"]}}),i("div",{staticClass:"menuBar-title menuBar-title-ac"},[n._v("任务")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuBarClick("Me")}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["5"]}}),i("div",{staticClass:"menuBar-title"},[n._v("我的")])])])],1)},e=[],s={data:function(){return{writeOff:!1,finished:!1,newMemberList:[{number:100,src:"",name:"Solomon"}],menuBarInfo:{list:{main:[{name:"",iconUaUrl:"",iconAcUrl:""}]},icon:{now:{1:"",2:"",3:"",4:"",5:""},ua:{1:"/mainSale/icon-menuBar-1-ua.png",2:"/mainSale/icon-menuBar-2-ua.png",3:"/mainSale/icon-menuBar-3-ua.png",4:"/mainSale/icon-menuBar-4-ua.png",5:"/mainSale/icon-menuBar-5-ua.png"},ac:{1:"/mainSale/icon-menuBar-1-ac.png",2:"/mainSale/icon-menuBar-2-ac.png",3:"/mainSale/icon-menuBar-3-ac.png",4:"/mainSale/icon-menuBar-4-ac.png",5:"/mainSale/icon-menuBar-5-ac.png"}}}}},created:function(){this.checkNowMenuBar()},methods:{onClick:function(){},onLoad:function(){this.writeOff=!1},checkNowMenuBar:function(){var n="4";this.menuBarInfo.icon.now=this.menuBarInfo.icon.ua,this.menuBarInfo.icon.now[n]=this.menuBarInfo.icon.ac[n]},menuBarClick:function(n){this.$router.push(n)},listTaskClick:function(){this.$router.push("Task")},menuProfit:function(){this.$router.push({path:"/profitList"})},menuTask:function(){this.$router.push({path:"/taskList"})},menuCase:function(){this.$router.push({path:"/case"})}}},c=s,r=(a("6721"),a("2877")),o=Object(r["a"])(c,i,e,!1,null,"06293271",null);t["default"]=o.exports},dacf:function(n,t,a){},e66c:function(n,t,a){n.exports=a.p+"img/photo.10c99b5a.png"}}]);
//# sourceMappingURL=chunk-07baf4b2.28bde71e.js.map
\ No newline at end of file
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0b12dd42"],{"0fdc":function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAC5klEQVQ4T62VS0hUYRTH/+e7o6PS07RFCBUFEToSTS3MArXJmRZhLSQogjaJzeQiqOixmDGQiQoidIawTUQI0aJcNTPaA9KCyqAZoYSCJBHyUWSQNs39Tnx3Ht4xH0Xd1cd5/M499/ufcwmzPHZ7Q068WNsLUB0YWwCsSoUNg/AS4M7cUf1eX1/7z5npNNNQ5vLsI5aXAFoHYJhAXh08pOI0UAmDm5MF+D2TONkfCtw1M0xAnyh3jV5g5hMA0vbvk0IrfHe/9YdKWr+7yZov9c8AClIQJqLL0VDxacAnlS0DLHd5LkqWTQTKM1cUQM3rcPCRspXXNtYwiQdZXTEmSVBbNBQ4lQEm2+TbJIRL6nIHEXzpJGLyRyOBc0mgp4WJz0wD2UtC62EpQ0y0X7VPxgUUaW/AdCcWCRrBZbVurwn6IiH1gxbK0UDyJoCtSSB5Y+HAeXWy1br9IK7PHdM3ks11tB5M13P1xOq+7vav6eomaIIIjQCszLgKwGKGqXi7o2FpXLMMgvgI2VzuW2Cs/DJhrRt6dmXS/H1sTvcxZvXd6ZC6ZGa+QSRkLBwImOPsexoK4nFLJwifyOZ0vwWwgYEpYn7KAt3Qta7+rqJX5c7xSgn9MQFCARiQAlpVNLyit9Q1YiewgyAcYK5UHQAYUMAJAIt/EyhRLzMGAT6Q7aMOgNcCqJhlJr4tAJSDAM0AcgdAawBsmws4b8sMXWlQSyXrBK1atVy2a2wzkXSA4GCgkgCl34EFL0VAJCTJ7QooWPRISEssHGwzv11JxfH85UvinSAe+SPZxK1ThRgHchflqbGzMKO5PxLMiH9T1eFlurXggyGbBYXNeBmLBA0x25zu52lhM8PXHwmqRQGby+0Hp4RtTMZ8o0fkj4YCZ43Rc3paGGycDRkxfEITT7JGL+2cazkQy53RyLWHKq7U6a4WgHHOQMFTgkRr1nJIOv/z+srM8IwFqypJ4KPy/+WCnW7jX34BvwATOZA+Stvi4QAAAABJRU5ErkJggg=="},1757:function(t,a,s){},"1f06":function(t,a,s){"use strict";s.r(a);var c=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"container"},[t._m(0),s("div",{staticClass:"creat",on:{click:t.createActive}},[t._v("创建同款活动")])])},i=[function(){var t=this,a=t.$createElement,c=t._self._c||a;return c("div",[c("div",{staticClass:"topb"}),c("div",{staticClass:"title"},[c("span",{staticClass:"bt"},[t._v("服装店幸运抽奖")]),c("div",{staticClass:"tb"},[c("img",{attrs:{src:s("0fdc"),alt:""}}),t._v(" 大转盘抽奖 ")])]),c("div",{staticClass:"wtitle"},[c("img",{attrs:{src:s("6265"),alt:""}}),c("span",{staticClass:"wan"},[t._v("玩法介绍")])]),c("div",{staticClass:"content"},[c("p",[t._v(" 马几一民号传所把半米料己走专管每见严且具还京叫海公好速信调化眼务难心化二响住厂图电没速严义常象关更了低。由压反几风列线法再石究说布通总织第量回儿称从消片度音济学地通斯带老水亲东志报月者进放北传看术走形解林直动效提情影和复色米最只等。济交感去照象强手式性九己值正可心什体收并适部该置可山省十。 ")]),c("p",[t._v(" 马几一民号传所把半米料己走专管每见严且具还京叫海公好速信调化眼务难心化二响住厂图电没速严义常象关更了低。由压反几风列线法再石究说布通总织第量回儿称从消片度音济学地通斯带老水亲东志报月者进放北传看术走形解林直动效提情影和复色米最只等。济交感去照象强手式性九己值正可心什体收并适部该置可山省十。 ")])])])}],A={data:function(){return{}},methods:{createActive:function(){this.$router.push({name:"createActive"})}}},e=A,n=(s("a230"),s("2877")),r=Object(n["a"])(e,c,i,!1,null,"d5f8ddcc",null);a["default"]=r.exports},6265:function(t,a,s){t.exports=s.p+"img/water.d5a7e450.png"},a230:function(t,a,s){"use strict";var c=s("1757"),i=s.n(c);i.a}}]);
//# sourceMappingURL=chunk-0b12dd42.febed585.js.map
\ No newline at end of file
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0c48f230"],{3832:function(t,a,i){t.exports=i.p+"img/counter.ea009d87.png"},a870:function(t,a,i){"use strict";i.r(a);var s=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"container"},[s("van-radio-group",{staticClass:"nobr",model:{value:t.radio,callback:function(a){t.radio=a},expression:"radio"}},[s("van-cell-group",[s("van-cell",{attrs:{clickable:""},on:{click:function(a){t.radio="1"}}},[s("div",{staticClass:"list"},[s("div",{staticClass:"left"},[s("img",{attrs:{src:i("3832"),alt:""}})]),s("div",{staticClass:"right"},[s("h3",[t._v("欧亚一号专柜")]),s("p",[t._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),s("van-radio",{attrs:{slot:"right-icon",name:"1"},slot:"right-icon"})],1),s("van-cell",{attrs:{clickable:""},on:{click:function(a){t.radio="2"}}},[s("div",{staticClass:"list"},[s("div",{staticClass:"left"},[s("img",{attrs:{src:i("3832"),alt:""}})]),s("div",{staticClass:"right"},[s("h3",[t._v("欧亚一号专柜")]),s("p",[t._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),s("van-radio",{attrs:{slot:"right-icon",name:"2"},slot:"right-icon"})],1),s("van-cell",{attrs:{clickable:""},on:{click:function(a){t.radio="3"}}},[s("div",{staticClass:"list"},[s("div",{staticClass:"left"},[s("img",{attrs:{src:i("3832"),alt:""}})]),s("div",{staticClass:"right"},[s("h3",[t._v("欧亚一号专柜")]),s("p",[t._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),s("van-radio",{attrs:{slot:"right-icon",name:"3"},slot:"right-icon"})],1)],1)],1)],1)},c=[],n={data:function(){return{radio:""}}},l=n,r=(i("ad9f"),i("2877")),o=Object(r["a"])(l,s,c,!1,null,"ba20fafe",null);a["default"]=o.exports},ad9f:function(t,a,i){"use strict";var s=i("e986"),c=i.n(s);c.a},e986:function(t,a,i){}}]);
//# sourceMappingURL=chunk-0c48f230.32053df9.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///./public/img/counter.png","webpack:///./src/views/counter/changeCounter.vue?5124","webpack:///src/views/counter/changeCounter.vue","webpack:///./src/views/counter/changeCounter.vue?47c6","webpack:///./src/views/counter/changeCounter.vue","webpack:///./src/views/counter/changeCounter.vue?9d41"],"names":["module","exports","render","_vm","this","_h","$createElement","_c","_self","staticClass","model","value","callback","$$v","radio","expression","attrs","on","$event","_v","slot","staticRenderFns","data","component"],"mappings":"mGAAAA,EAAOC,QAAU,IAA0B,4B,yCCA3C,IAAIC,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,aAAa,CAACF,EAAG,kBAAkB,CAACE,YAAY,OAAOC,MAAM,CAACC,MAAOR,EAAS,MAAES,SAAS,SAAUC,GAAMV,EAAIW,MAAMD,GAAKE,WAAW,UAAU,CAACR,EAAG,iBAAiB,CAACA,EAAG,WAAW,CAACS,MAAM,CAAC,UAAY,IAAIC,GAAG,CAAC,MAAQ,SAASC,GAAQf,EAAIW,MAAQ,OAAO,CAACP,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACS,MAAM,CAAC,IAAM,EAAQ,QAAmC,IAAM,QAAQT,EAAG,MAAM,CAACE,YAAY,SAAS,CAACF,EAAG,KAAK,CAACJ,EAAIgB,GAAG,YAAYZ,EAAG,IAAI,CAACJ,EAAIgB,GAAG,uCAAuCZ,EAAG,YAAY,CAACS,MAAM,CAAC,KAAO,aAAa,KAAO,KAAKI,KAAK,gBAAgB,GAAGb,EAAG,WAAW,CAACS,MAAM,CAAC,UAAY,IAAIC,GAAG,CAAC,MAAQ,SAASC,GAAQf,EAAIW,MAAQ,OAAO,CAACP,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACS,MAAM,CAAC,IAAM,EAAQ,QAAmC,IAAM,QAAQT,EAAG,MAAM,CAACE,YAAY,SAAS,CAACF,EAAG,KAAK,CAACJ,EAAIgB,GAAG,YAAYZ,EAAG,IAAI,CAACJ,EAAIgB,GAAG,uCAAuCZ,EAAG,YAAY,CAACS,MAAM,CAAC,KAAO,aAAa,KAAO,KAAKI,KAAK,gBAAgB,GAAGb,EAAG,WAAW,CAACS,MAAM,CAAC,UAAY,IAAIC,GAAG,CAAC,MAAQ,SAASC,GAAQf,EAAIW,MAAQ,OAAO,CAACP,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACS,MAAM,CAAC,IAAM,EAAQ,QAAmC,IAAM,QAAQT,EAAG,MAAM,CAACE,YAAY,SAAS,CAACF,EAAG,KAAK,CAACJ,EAAIgB,GAAG,YAAYZ,EAAG,IAAI,CAACJ,EAAIgB,GAAG,uCAAuCZ,EAAG,YAAY,CAACS,MAAM,CAAC,KAAO,aAAa,KAAO,KAAKI,KAAK,gBAAgB,IAAI,IAAI,IAAI,IAChhDC,EAAkB,GC6CtB,GACEC,KADF,WAEI,MAAO,CACLR,MAAO,MCjDyV,I,wBCQlWS,EAAY,eACd,EACArB,EACAmB,GACA,EACA,KACA,WACA,MAIa,aAAAE,E,2CCnBf,yBAA8f,EAAG,G","file":"js/chunk-0c48f230.32053df9.js","sourcesContent":["module.exports = __webpack_public_path__ + \"img/counter.ea009d87.png\";","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"container\"},[_c('van-radio-group',{staticClass:\"nobr\",model:{value:(_vm.radio),callback:function ($$v) {_vm.radio=$$v},expression:\"radio\"}},[_c('van-cell-group',[_c('van-cell',{attrs:{\"clickable\":\"\"},on:{\"click\":function($event){_vm.radio = '1'}}},[_c('div',{staticClass:\"list\"},[_c('div',{staticClass:\"left\"},[_c('img',{attrs:{\"src\":require(\"../../../public/img/counter.png\"),\"alt\":\"\"}})]),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"欧亚一号专柜\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])]),_c('van-radio',{attrs:{\"slot\":\"right-icon\",\"name\":\"1\"},slot:\"right-icon\"})],1),_c('van-cell',{attrs:{\"clickable\":\"\"},on:{\"click\":function($event){_vm.radio = '2'}}},[_c('div',{staticClass:\"list\"},[_c('div',{staticClass:\"left\"},[_c('img',{attrs:{\"src\":require(\"../../../public/img/counter.png\"),\"alt\":\"\"}})]),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"欧亚一号专柜\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])]),_c('van-radio',{attrs:{\"slot\":\"right-icon\",\"name\":\"2\"},slot:\"right-icon\"})],1),_c('van-cell',{attrs:{\"clickable\":\"\"},on:{\"click\":function($event){_vm.radio = '3'}}},[_c('div',{staticClass:\"list\"},[_c('div',{staticClass:\"left\"},[_c('img',{attrs:{\"src\":require(\"../../../public/img/counter.png\"),\"alt\":\"\"}})]),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"欧亚一号专柜\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])]),_c('van-radio',{attrs:{\"slot\":\"right-icon\",\"name\":\"3\"},slot:\"right-icon\"})],1)],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\r\n <div class=\"container\">\r\n <van-radio-group v-model=\"radio\" class=\"nobr\">\r\n <van-cell-group>\r\n <van-cell clickable @click=\"radio = '1'\">\r\n <div class=\"list\">\r\n <div class=\"left\">\r\n <img src=\"../../../public/img/counter.png\" alt=\"\" />\r\n </div>\r\n <div class=\"right\">\r\n <h3>欧亚一号专柜</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n <van-radio slot=\"right-icon\" name=\"1\" />\r\n </van-cell>\r\n <van-cell clickable @click=\"radio = '2'\">\r\n <div class=\"list\">\r\n <div class=\"left\">\r\n <img src=\"../../../public/img/counter.png\" alt=\"\" />\r\n </div>\r\n <div class=\"right\">\r\n <h3>欧亚一号专柜</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n <van-radio slot=\"right-icon\" name=\"2\" />\r\n </van-cell>\r\n <van-cell clickable @click=\"radio = '3'\">\r\n <div class=\"list\">\r\n <div class=\"left\">\r\n <img src=\"../../../public/img/counter.png\" alt=\"\" />\r\n </div>\r\n <div class=\"right\">\r\n <h3>欧亚一号专柜</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n <van-radio slot=\"right-icon\" name=\"3\" />\r\n </van-cell>\r\n </van-cell-group>\r\n </van-radio-group>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n data() {\r\n return {\r\n radio: \"\"\r\n };\r\n }\r\n};\r\n</script>\r\n\r\n<style scoped>\r\n.container {\r\n height: auto;\r\n background-color: #fff;\r\n min-height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n}\r\n.title {\r\n height: 44px;\r\n background: rgba(248, 248, 248, 1);\r\n line-height: 44px;\r\n padding: 0 16px;\r\n font-size: 12px;\r\n color: rgba(45, 71, 106, 1);\r\n}\r\n.fg {\r\n padding: 0 16px;\r\n font-size: 12px;\r\n color: rgba(45, 71, 106, 1);\r\n height: 44px;\r\n line-height: 44px;\r\n}\r\n.icon {\r\n font-weight: 800;\r\n}\r\n.active {\r\n background-color: #fff;\r\n padding: 12px 12px 0 12px;\r\n box-shadow: 0px 2px 4px 0px rgba(221, 221, 221, 1);\r\n}\r\n.list {\r\n height: 94px;\r\n width: 100%;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: space-between;\r\n border-bottom: 1px solid rgba(238, 238, 238, 1);\r\n margin-bottom: 14px;\r\n}\r\n.list3 {\r\n border-bottom: none;\r\n margin-bottom: 0;\r\n}\r\n.left,\r\n.right {\r\n height: 80px;\r\n}\r\n.left {\r\n width: 80px;\r\n background: rgba(248, 248, 248, 1);\r\n}\r\n.left img {\r\n width: 100%;\r\n}\r\n.right {\r\n width: 76%;\r\n padding: 10px;\r\n background-color: #fff;\r\n}\r\nh3 {\r\n font-size: 14px;\r\n font-weight: bold;\r\n color: rgba(45, 71, 106, 1);\r\n}\r\np {\r\n margin-top: 10px;\r\n font-size: 12px;\r\n color: rgba(45, 71, 106, 0.8);\r\n}\r\n.nobr >>> [class*=van-hairline]::after {\r\n display: none;\r\n}\r\n.nobr >>> .van-cell:not(:last-child)::after {\r\n display: none;\r\n}\r\n</style>\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./changeCounter.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./changeCounter.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./changeCounter.vue?vue&type=template&id=ba20fafe&scoped=true&\"\nimport script from \"./changeCounter.vue?vue&type=script&lang=js&\"\nexport * from \"./changeCounter.vue?vue&type=script&lang=js&\"\nimport style0 from \"./changeCounter.vue?vue&type=style&index=0&id=ba20fafe&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"ba20fafe\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./changeCounter.vue?vue&type=style&index=0&id=ba20fafe&scoped=true&lang=css&\"; export default mod; export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./changeCounter.vue?vue&type=style&index=0&id=ba20fafe&scoped=true&lang=css&\""],"sourceRoot":""}
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0f06fdd7"],{"1a17":function(a,i,t){"use strict";t.r(i);var s=function(){var a=this,i=a.$createElement,t=a._self._c||i;return t("div",{staticClass:"main"},[t("div",{staticClass:"backgrounds"},[t("img",{staticClass:"background-img",attrs:{src:a.cache.icon.testImg}})]),t("div",{staticClass:"infos"},[t("div",{staticClass:"info"},[t("div",{staticClass:"info-logos"},[t("img",{staticClass:"info-logo",attrs:{src:a.cache.icon.testImg}})]),a._m(0)])]),t("div",{staticClass:"lists"},[t("div",{staticClass:"list"},[t("div",{staticClass:"list-title"},[a._v("我的客户")]),t("img",{staticClass:"list-icon",attrs:{src:a.cache.icon.arrowRightDark}})]),t("div",{staticClass:"list",on:{click:a.listTaskClick}},[t("div",{staticClass:"list-title"},[a._v("任务列表")]),t("img",{staticClass:"list-icon",attrs:{src:a.cache.icon.arrowRightDark}})]),t("div",{staticClass:"list list-latest"},[t("div",{staticClass:"list-title"},[a._v("我的收益")]),t("img",{staticClass:"list-icon",attrs:{src:a.cache.icon.arrowRightDark}})])]),t("div",{staticClass:"main-menuBar"},[t("div",{staticClass:"menuBar-menu",on:{click:function(i){return a.menuBarClick("MainSale")}}},[t("img",{staticClass:"menuBar-icon",attrs:{src:a.menuBarInfo.icon.now["1"]}}),t("div",{staticClass:"menuBar-title"},[a._v("活动")])]),t("div",{staticClass:"menuBar-menu",on:{click:function(i){return a.menuCase()}}},[t("img",{staticClass:"menuBar-icon",attrs:{src:a.menuBarInfo.icon.now["2"]}}),t("div",{staticClass:"menuBar-title"},[a._v("案例")])]),t("div",{staticClass:"menuBar-menu",on:{click:function(i){return a.menuProfit()}}},[t("img",{staticClass:"menuBar-icon",attrs:{src:a.menuBarInfo.icon.now["3"]}}),t("div",{staticClass:"menuBar-title"},[a._v("收益")])]),t("div",{staticClass:"menuBar-menu",on:{click:function(i){return a.menuTask()}}},[t("img",{staticClass:"menuBar-icon",attrs:{src:a.menuBarInfo.icon.now["4"]}}),t("div",{staticClass:"menuBar-title"},[a._v("任务")])]),t("div",{staticClass:"menuBar-menu",on:{click:function(i){return a.menuBarClick("Me")}}},[t("img",{staticClass:"menuBar-icon",attrs:{src:a.menuBarInfo.icon.now["5"]}}),t("div",{staticClass:"menuBar-title menuBar-title-ac"},[a._v("我的")])])])])},n=[function(){var a=this,i=a.$createElement,t=a._self._c||i;return t("div",{staticClass:"info-msgs"},[t("div",{staticClass:"msg"},[t("div",{staticClass:"msg-title"},[a._v("未完成任务")]),t("div",{staticClass:"msg-num"},[t("div",{staticClass:"msg-num-red"},[a._v("15")])])]),t("div",{staticClass:"msg msg-latest"},[t("div",{staticClass:"msg-title"},[a._v("未完成任务")]),t("div",{staticClass:"msg-num"},[t("div",{staticClass:"msg-num-blue"},[a._v("5")])])])])}],c={name:"me",data:function(){return{cache:{icon:{testImg:"/mainSale/test-city.png",arrowRightLight:"/mainSale/icon-arrow-right-light.png",arrowRightDark:"/mainSale/icon-arrow-right-dark.png"}},menuBarInfo:{list:{main:[{name:"",iconUaUrl:"",iconAcUrl:""}]},icon:{now:{1:"",2:"",3:"",4:"",5:""},ua:{1:"/mainSale/icon-menuBar-1-ua.png",2:"/mainSale/icon-menuBar-2-ua.png",3:"/mainSale/icon-menuBar-3-ua.png",4:"/mainSale/icon-menuBar-4-ua.png",5:"/mainSale/icon-menuBar-5-ua.png"},ac:{1:"/mainSale/icon-menuBar-1-ac.png",2:"/mainSale/icon-menuBar-2-ac.png",3:"/mainSale/icon-menuBar-3-ac.png",4:"/mainSale/icon-menuBar-4-ac.png",5:"/mainSale/icon-menuBar-5-ac.png"}}}}},created:function(){this.checkNowMenuBar()},methods:{checkNowMenuBar:function(){var a="5";this.menuBarInfo.icon.now=this.menuBarInfo.icon.ua,this.menuBarInfo.icon.now[a]=this.menuBarInfo.icon.ac[a]},menuBarClick:function(a){this.$router.push(a)},listTaskClick:function(){this.$router.push("Task")},menuProfit:function(){this.$router.push({path:"/profitList"})},menuTask:function(){this.$router.push({path:"/taskList"})},menuCase:function(){this.$router.push({path:"/case"})}}},e=c,r=(t("3c26"),t("2877")),o=Object(r["a"])(e,s,n,!1,null,"902997dc",null);i["default"]=o.exports},"3c26":function(a,i,t){"use strict";var s=t("59e9"),n=t.n(s);n.a},"59e9":function(a,i,t){}}]);
//# sourceMappingURL=chunk-0f06fdd7.ab7d605a.js.map
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1e6d1184"],{"29f3":function(t,s,i){"use strict";var a=i("e7e5"),n=i.n(a);n.a},4261:function(t,s,i){"use strict";i.r(s);var a=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"container"},[i("div",{staticClass:"person"},[t._m(0),i("span",{staticClass:"name"},[t._v("营业员1")]),i("div",{staticClass:"fr sx"},[i("span",[t._v("月度")]),i("van-icon",{attrs:{name:"arrow-down"}})],1)]),i("div",{staticClass:"title"},[t._v("月度拉新任务情况统计")]),i("div",{staticClass:"title"},[t._v("9月新增客户")]),i("van-list",{staticClass:"list",attrs:{finished:t.finished},on:{load:t.onLoad},model:{value:t.writeOff,callback:function(s){t.writeOff=s},expression:"writeOff"}},t._l(t.list,(function(s,a){return i("van-cell",{key:a,staticClass:"content",attrs:{value:s.time}},[i("template",{slot:"title"},[i("img",{attrs:{src:"/img/photo.png",alt:""}}),i("div",{staticClass:"info"},[i("div",{staticClass:"custom-title"},[t._v(t._s(s.name))]),i("div",[t._v("18866664444")])])])],2)})),1)],1)},n=[function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("span",{staticClass:"pic"},[i("img",{attrs:{src:"/img/photo.png",alt:""}})])}],e={data:function(){return{writeOff:!1,finished:!1,list:[{time:"2019 / 12 /27",src:"",name:"Solomon"}]}},methods:{onLoad:function(){this.writeOff=!1}}},l=e,c=(i("29f3"),i("2877")),o=Object(c["a"])(l,a,n,!1,null,"560ddab0",null);s["default"]=o.exports},e7e5:function(t,s,i){}}]);
//# sourceMappingURL=chunk-1e6d1184.39f566e8.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///./src/views/task/newMemberTask.vue?dbd4","webpack:///./src/views/task/newMemberTask.vue?30e3","webpack:///src/views/task/newMemberTask.vue","webpack:///./src/views/task/newMemberTask.vue?647d","webpack:///./src/views/task/newMemberTask.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","_m","_v","attrs","finished","on","onLoad","model","value","callback","$$v","writeOff","expression","_l","item","index","key","time","slot","_s","name","staticRenderFns","data","list","methods","component"],"mappings":"kHAAA,yBAA8f,EAAG,G,yCCAjgB,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,aAAa,CAACF,EAAG,MAAM,CAACE,YAAY,UAAU,CAACN,EAAIO,GAAG,GAAGH,EAAG,OAAO,CAACE,YAAY,QAAQ,CAACN,EAAIQ,GAAG,UAAUJ,EAAG,MAAM,CAACE,YAAY,SAAS,CAACF,EAAG,OAAO,CAACJ,EAAIQ,GAAG,QAAQJ,EAAG,WAAW,CAACK,MAAM,CAAC,KAAO,iBAAiB,KAAKL,EAAG,MAAM,CAACE,YAAY,SAAS,CAACN,EAAIQ,GAAG,gBAAgBJ,EAAG,MAAM,CAACE,YAAY,SAAS,CAACN,EAAIQ,GAAG,YAAYJ,EAAG,WAAW,CAACE,YAAY,OAAOG,MAAM,CAAC,SAAWT,EAAIU,UAAUC,GAAG,CAAC,KAAOX,EAAIY,QAAQC,MAAM,CAACC,MAAOd,EAAY,SAAEe,SAAS,SAAUC,GAAMhB,EAAIiB,SAASD,GAAKE,WAAW,aAAalB,EAAImB,GAAInB,EAAQ,MAAE,SAASoB,EAAKC,GAAO,OAAOjB,EAAG,WAAW,CAACkB,IAAID,EAAMf,YAAY,UAAUG,MAAM,CAAC,MAAQW,EAAKG,OAAO,CAACnB,EAAG,WAAW,CAACoB,KAAK,SAAS,CAACpB,EAAG,MAAM,CAACK,MAAM,CAAC,IAAM,iBAAiB,IAAM,MAAML,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACE,YAAY,gBAAgB,CAACN,EAAIQ,GAAGR,EAAIyB,GAAGL,EAAKM,SAAStB,EAAG,MAAM,CAACJ,EAAIQ,GAAG,sBAAsB,MAAK,IAAI,IACx8BmB,EAAkB,CAAC,WAAa,IAAI3B,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,OAAO,CAACE,YAAY,OAAO,CAACF,EAAG,MAAM,CAACK,MAAM,CAAC,IAAM,iBAAiB,IAAM,UCsCvL,GACEmB,KADF,WAEI,MAAO,CACLX,UAAU,EACVP,UAAU,EACVmB,KAAM,CACZ,CACQ,KAAR,gBACQ,IAAR,GACQ,KAAR,cAKEC,QAAS,CACPlB,OADJ,WAGMX,KAAKgB,UAAW,KCxDgV,I,wBCQlWc,EAAY,eACd,EACAhC,EACA4B,GACA,EACA,KACA,WACA,MAIa,aAAAI,E","file":"js/chunk-1e6d1184.39f566e8.js","sourcesContent":["import mod from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./newMemberTask.vue?vue&type=style&index=0&id=560ddab0&scoped=true&lang=css&\"; export default mod; export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./newMemberTask.vue?vue&type=style&index=0&id=560ddab0&scoped=true&lang=css&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"container\"},[_c('div',{staticClass:\"person\"},[_vm._m(0),_c('span',{staticClass:\"name\"},[_vm._v(\"营业员1\")]),_c('div',{staticClass:\"fr sx\"},[_c('span',[_vm._v(\"月度\")]),_c('van-icon',{attrs:{\"name\":\"arrow-down\"}})],1)]),_c('div',{staticClass:\"title\"},[_vm._v(\"月度拉新任务情况统计\")]),_c('div',{staticClass:\"title\"},[_vm._v(\"9月新增客户\")]),_c('van-list',{staticClass:\"list\",attrs:{\"finished\":_vm.finished},on:{\"load\":_vm.onLoad},model:{value:(_vm.writeOff),callback:function ($$v) {_vm.writeOff=$$v},expression:\"writeOff\"}},_vm._l((_vm.list),function(item,index){return _c('van-cell',{key:index,staticClass:\"content\",attrs:{\"value\":item.time}},[_c('template',{slot:\"title\"},[_c('img',{attrs:{\"src\":\"/img/photo.png\",\"alt\":\"\"}}),_c('div',{staticClass:\"info\"},[_c('div',{staticClass:\"custom-title\"},[_vm._v(_vm._s(item.name))]),_c('div',[_vm._v(\"18866664444\")])])])],2)}),1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{staticClass:\"pic\"},[_c('img',{attrs:{\"src\":\"/img/photo.png\",\"alt\":\"\"}})])}]\n\nexport { render, staticRenderFns }","<template>\r\n <div class=\"container\">\r\n <div class=\"person\">\r\n <span class=\"pic\">\r\n <img src=\"/img/photo.png\" alt=\"\" />\r\n </span>\r\n <span class=\"name\">营业员1</span>\r\n <div class=\"fr sx\">\r\n <span>月度</span>\r\n <van-icon name=\"arrow-down\" />\r\n </div>\r\n </div>\r\n <div class=\"title\">月度拉新任务情况统计</div>\r\n <div class=\"title\">9月新增客户</div>\r\n <van-list\r\n v-model=\"writeOff\"\r\n :finished=\"finished\"\r\n @load=\"onLoad\"\r\n class=\"list\"\r\n >\r\n <van-cell\r\n :value=\"item.time\"\r\n class=\"content\"\r\n v-for=\"(item, index) in list\"\r\n :key=\"index\"\r\n >\r\n <template slot=\"title\">\r\n <img src=\"/img/photo.png\" alt=\"\" />\r\n <div class=\"info\">\r\n <div class=\"custom-title\">{{ item.name }}</div>\r\n <div>18866664444</div>\r\n </div>\r\n </template>\r\n </van-cell>\r\n </van-list>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n data() {\r\n return {\r\n writeOff: false,\r\n finished: false,\r\n list: [\r\n {\r\n time: \"2019 / 12 /27\",\r\n src: \"\",\r\n name: \"Solomon\"\r\n }\r\n ]\r\n };\r\n },\r\n methods: {\r\n onLoad() {\r\n // fetchSomeThing().catch(() => {\r\n this.writeOff = false;\r\n // })\r\n }\r\n }\r\n};\r\n</script>\r\n\r\n<style scoped>\r\n.fr >>> .van-icon-arrow-down:before {\r\n margin-top: 3px;\r\n}\r\n.content >>> .van-cell__value {\r\n font-size: 14px;\r\n font-weight: 400;\r\n color: rgba(45, 71, 106, 1);\r\n line-height: 44px;\r\n}\r\n.container {\r\n background-color: #f8f8f8;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: start;\r\n}\r\n.sx {\r\n width: 52px;\r\n height: 20px;\r\n border-radius: 2px;\r\n display: flex;\r\n justify-content: center;\r\n border: 1px solid rgba(255, 255, 255, 1);\r\n font-size: 10px;\r\n font-weight: 500;\r\n color: #fff;\r\n text-align: center;\r\n}\r\n.list {\r\n width: 100%;\r\n display: flex;\r\n}\r\n.info {\r\n display: inline-block;\r\n margin-left: 12px;\r\n}\r\n.person {\r\n flex: 1;\r\n height: 72px;\r\n background: rgba(67, 119, 188, 1);\r\n width: 100%;\r\n padding: 12px 16px;\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n}\r\n.pic {\r\n /* display: inline-block; */\r\n width: 48px;\r\n height: 48px;\r\n}\r\n.pic img {\r\n width: 100%;\r\n border-radius: 50%;\r\n}\r\n.name {\r\n font-size: 14px;\r\n font-weight: bold;\r\n color: rgba(255, 255, 255, 1);\r\n margin-right: 175px;\r\n}\r\n.title {\r\n height: 44px;\r\n line-height: 44px;\r\n padding-left: 16px;\r\n font-size: 12px;\r\n font-weight: 400;\r\n color: rgba(45, 71, 106, 1);\r\n}\r\n.content img {\r\n width: 44px;\r\n height: 44px;\r\n border-radius: 50%;\r\n}\r\n</style>\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./newMemberTask.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./newMemberTask.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./newMemberTask.vue?vue&type=template&id=560ddab0&scoped=true&\"\nimport script from \"./newMemberTask.vue?vue&type=script&lang=js&\"\nexport * from \"./newMemberTask.vue?vue&type=script&lang=js&\"\nimport style0 from \"./newMemberTask.vue?vue&type=style&index=0&id=560ddab0&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"560ddab0\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-24961c68"],{"10a4":function(t,a,i){t.exports=i.p+"img/cswiper.d05dcfd9.png"},3832:function(t,a,i){t.exports=i.p+"img/counter.ea009d87.png"},"63f3":function(t,a,i){"use strict";i.r(a);var s=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"container"},[s("div",{staticClass:"img"},[s("van-swipe",{attrs:{autoplay:3e3}},[s("van-swipe-item",[s("img",{attrs:{src:i("10a4")}})]),s("van-swipe-item",[s("img",{attrs:{src:i("10a4")}})]),s("van-swipe-item",[s("img",{attrs:{src:i("10a4")}})])],1)],1),t._m(0),s("van-cell-group",{staticClass:"gn"},[s("van-cell",{attrs:{title:"专柜信息","is-link":"",value:"详细信息"}}),s("van-cell",{attrs:{title:"访问专柜首页","is-link":"",value:"详细信息"}}),s("van-cell",{attrs:{title:"专柜收款码","is-link":"",value:"详细信息"}}),s("van-cell",{attrs:{title:"推送门店信息","is-link":"",value:"详细信息"}})],1)],1)},e=[function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"list"},[s("div",{staticClass:"left"},[s("img",{attrs:{src:i("3832"),alt:""}})]),s("div",{staticClass:"right"},[s("h3",[t._v("欧亚一号专柜")]),s("p",[t._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])])}],n={data:function(){return{}}},l=n,c=(i("6d66"),i("2877")),r=Object(c["a"])(l,s,e,!1,null,"19ac84cd",null);a["default"]=r.exports},"6d66":function(t,a,i){"use strict";var s=i("e6ea"),e=i.n(s);e.a},e6ea:function(t,a,i){}}]);
//# sourceMappingURL=chunk-24961c68.45c21114.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///./public/img/cswiper.png","webpack:///./public/img/counter.png","webpack:///./src/views/counter/counterInfo.vue?ac28","webpack:///src/views/counter/counterInfo.vue","webpack:///./src/views/counter/counterInfo.vue?32fc","webpack:///./src/views/counter/counterInfo.vue","webpack:///./src/views/counter/counterInfo.vue?df66"],"names":["module","exports","render","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","_m","staticRenderFns","_v","data","component"],"mappings":"qGAAAA,EAAOC,QAAU,IAA0B,4B,qBCA3CD,EAAOC,QAAU,IAA0B,4B,2CCA3C,IAAIC,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,aAAa,CAACF,EAAG,MAAM,CAACE,YAAY,OAAO,CAACF,EAAG,YAAY,CAACG,MAAM,CAAC,SAAW,MAAO,CAACH,EAAG,iBAAiB,CAACA,EAAG,MAAM,CAACG,MAAM,CAAC,IAAM,EAAQ,aAAwCH,EAAG,iBAAiB,CAACA,EAAG,MAAM,CAACG,MAAM,CAAC,IAAM,EAAQ,aAAwCH,EAAG,iBAAiB,CAACA,EAAG,MAAM,CAACG,MAAM,CAAC,IAAM,EAAQ,cAAyC,IAAI,GAAGP,EAAIQ,GAAG,GAAGJ,EAAG,iBAAiB,CAACE,YAAY,MAAM,CAACF,EAAG,WAAW,CAACG,MAAM,CAAC,MAAQ,OAAO,UAAU,GAAG,MAAQ,UAAUH,EAAG,WAAW,CAACG,MAAM,CAAC,MAAQ,SAAS,UAAU,GAAG,MAAQ,UAAUH,EAAG,WAAW,CAACG,MAAM,CAAC,MAAQ,QAAQ,UAAU,GAAG,MAAQ,UAAUH,EAAG,WAAW,CAACG,MAAM,CAAC,MAAQ,SAAS,UAAU,GAAG,MAAQ,WAAW,IAAI,IAChzBE,EAAkB,CAAC,WAAa,IAAIT,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACE,YAAY,QAAQ,CAACF,EAAG,MAAM,CAACG,MAAM,CAAC,IAAM,EAAQ,QAAmC,IAAM,QAAQH,EAAG,MAAM,CAACE,YAAY,SAAS,CAACF,EAAG,KAAK,CAACJ,EAAIU,GAAG,YAAYN,EAAG,IAAI,CAACJ,EAAIU,GAAG,yCCiCnU,GACEC,KADF,WAEI,MAAO,KCpCyV,I,wBCQhWC,EAAY,eACd,EACAb,EACAU,GACA,EACA,KACA,WACA,MAIa,aAAAG,E,6CCnBf,yBAA4f,EAAG,G","file":"js/chunk-24961c68.45c21114.js","sourcesContent":["module.exports = __webpack_public_path__ + \"img/cswiper.d05dcfd9.png\";","module.exports = __webpack_public_path__ + \"img/counter.ea009d87.png\";","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"container\"},[_c('div',{staticClass:\"img\"},[_c('van-swipe',{attrs:{\"autoplay\":3000}},[_c('van-swipe-item',[_c('img',{attrs:{\"src\":require(\"../../../public/img/cswiper.png\")}})]),_c('van-swipe-item',[_c('img',{attrs:{\"src\":require(\"../../../public/img/cswiper.png\")}})]),_c('van-swipe-item',[_c('img',{attrs:{\"src\":require(\"../../../public/img/cswiper.png\")}})])],1)],1),_vm._m(0),_c('van-cell-group',{staticClass:\"gn\"},[_c('van-cell',{attrs:{\"title\":\"专柜信息\",\"is-link\":\"\",\"value\":\"详细信息\"}}),_c('van-cell',{attrs:{\"title\":\"访问专柜首页\",\"is-link\":\"\",\"value\":\"详细信息\"}}),_c('van-cell',{attrs:{\"title\":\"专柜收款码\",\"is-link\":\"\",\"value\":\"详细信息\"}}),_c('van-cell',{attrs:{\"title\":\"推送门店信息\",\"is-link\":\"\",\"value\":\"详细信息\"}})],1)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"list\"},[_c('div',{staticClass:\"left\"},[_c('img',{attrs:{\"src\":require(\"../../../public/img/counter.png\"),\"alt\":\"\"}})]),_c('div',{staticClass:\"right\"},[_c('h3',[_vm._v(\"欧亚一号专柜\")]),_c('p',[_vm._v(\"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。\")])])])}]\n\nexport { render, staticRenderFns }","<template>\r\n <div class=\"container\">\r\n <div class=\"img\">\r\n <van-swipe :autoplay=\"3000\">\r\n <van-swipe-item>\r\n <img src=\"../../../public/img/cswiper.png\" />\r\n </van-swipe-item>\r\n <van-swipe-item>\r\n <img src=\"../../../public/img/cswiper.png\" />\r\n </van-swipe-item>\r\n <van-swipe-item>\r\n <img src=\"../../../public/img/cswiper.png\" />\r\n </van-swipe-item>\r\n </van-swipe>\r\n </div>\r\n <div class=\"list\">\r\n <div class=\"left\">\r\n <img src=\"../../../public/img/counter.png\" alt=\"\" />\r\n </div>\r\n <div class=\"right\">\r\n <h3>欧亚一号专柜</h3>\r\n <p>由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。</p>\r\n </div>\r\n </div>\r\n <van-cell-group class=\"gn\">\r\n <van-cell title=\"专柜信息\" is-link value=\"详细信息\" />\r\n <van-cell title=\"访问专柜首页\" is-link value=\"详细信息\" />\r\n <van-cell title=\"专柜收款码\" is-link value=\"详细信息\" />\r\n <van-cell title=\"推送门店信息\" is-link value=\"详细信息\" />\r\n </van-cell-group>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n data() {\r\n return {};\r\n }\r\n};\r\n</script>\r\n\r\n<style scoped>\r\n.gn >>> .van-cell__title{\r\n font-size:14px;\r\n font-weight:bold;\r\n color:rgba(45,71,106,1);\r\n}\r\n.gn {\r\n margin-top: 12px;\r\n width: 100%;\r\n}\r\n.container {\r\n background: #f8f8f8;\r\n height: auto;\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n flex-direction: column;\r\n min-height: 100%;\r\n}\r\n.img {\r\n width: 100%;\r\n height: 200px;\r\n background-color: pink;\r\n}\r\n.img img {\r\n width: 100%;\r\n}\r\n.list {\r\n height: 80px;\r\n width: 100%;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: space-between;\r\n border-bottom: 1px solid rgba(238, 238, 238, 1);\r\n box-shadow: 0px 2px 4px 0px rgba(221, 221, 221, 1);\r\n border-radius: 2px;\r\n z-index: 100;\r\n}\r\n.list3 {\r\n border-bottom: none;\r\n margin-bottom: 0;\r\n}\r\n.left,\r\n.right {\r\n height: 80px;\r\n}\r\n.left {\r\n width: 80px;\r\n background: rgba(248, 248, 248, 1);\r\n position: absolute;\r\n top: 188px;\r\n left: 10px;\r\n}\r\n.left img {\r\n width: 100%;\r\n}\r\n.right {\r\n width: 76%;\r\n padding: 10px;\r\n background-color: #fff;\r\n margin-left: 94px;\r\n}\r\nh3 {\r\n font-size: 14px;\r\n font-weight: bold;\r\n color: rgba(45, 71, 106, 1);\r\n}\r\np {\r\n margin-top: 10px;\r\n font-size: 12px;\r\n color: rgba(45, 71, 106, 0.8);\r\n}\r\n</style>\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./counterInfo.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./counterInfo.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./counterInfo.vue?vue&type=template&id=19ac84cd&scoped=true&\"\nimport script from \"./counterInfo.vue?vue&type=script&lang=js&\"\nexport * from \"./counterInfo.vue?vue&type=script&lang=js&\"\nimport style0 from \"./counterInfo.vue?vue&type=style&index=0&id=19ac84cd&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"19ac84cd\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./counterInfo.vue?vue&type=style&index=0&id=19ac84cd&scoped=true&lang=css&\"; export default mod; export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./counterInfo.vue?vue&type=style&index=0&id=19ac84cd&scoped=true&lang=css&\""],"sourceRoot":""}
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3c366aec"],{"0967":function(t,a,c){"use strict";var s=c("21c7"),i=c.n(s);i.a},"0fdc":function(t,a){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAC5klEQVQ4T62VS0hUYRTH/+e7o6PS07RFCBUFEToSTS3MArXJmRZhLSQogjaJzeQiqOixmDGQiQoidIawTUQI0aJcNTPaA9KCyqAZoYSCJBHyUWSQNs39Tnx3Ht4xH0Xd1cd5/M499/ufcwmzPHZ7Q068WNsLUB0YWwCsSoUNg/AS4M7cUf1eX1/7z5npNNNQ5vLsI5aXAFoHYJhAXh08pOI0UAmDm5MF+D2TONkfCtw1M0xAnyh3jV5g5hMA0vbvk0IrfHe/9YdKWr+7yZov9c8AClIQJqLL0VDxacAnlS0DLHd5LkqWTQTKM1cUQM3rcPCRspXXNtYwiQdZXTEmSVBbNBQ4lQEm2+TbJIRL6nIHEXzpJGLyRyOBc0mgp4WJz0wD2UtC62EpQ0y0X7VPxgUUaW/AdCcWCRrBZbVurwn6IiH1gxbK0UDyJoCtSSB5Y+HAeXWy1br9IK7PHdM3ks11tB5M13P1xOq+7vav6eomaIIIjQCszLgKwGKGqXi7o2FpXLMMgvgI2VzuW2Cs/DJhrRt6dmXS/H1sTvcxZvXd6ZC6ZGa+QSRkLBwImOPsexoK4nFLJwifyOZ0vwWwgYEpYn7KAt3Qta7+rqJX5c7xSgn9MQFCARiQAlpVNLyit9Q1YiewgyAcYK5UHQAYUMAJAIt/EyhRLzMGAT6Q7aMOgNcCqJhlJr4tAJSDAM0AcgdAawBsmws4b8sMXWlQSyXrBK1atVy2a2wzkXSA4GCgkgCl34EFL0VAJCTJ7QooWPRISEssHGwzv11JxfH85UvinSAe+SPZxK1ThRgHchflqbGzMKO5PxLMiH9T1eFlurXggyGbBYXNeBmLBA0x25zu52lhM8PXHwmqRQGby+0Hp4RtTMZ8o0fkj4YCZ43Rc3paGGycDRkxfEITT7JGL+2cazkQy53RyLWHKq7U6a4WgHHOQMFTgkRr1nJIOv/z+srM8IwFqypJ4KPy/+WCnW7jX34BvwATOZA+Stvi4QAAAABJRU5ErkJggg=="},"21c7":function(t,a,c){},"32cd":function(t,a,c){"use strict";c.r(a);var s=function(){var t=this,a=t.$createElement,c=t._self._c||a;return c("div",{staticClass:"container"},[t._m(0),c("div",{staticClass:"creat",on:{click:t.createActive}},[t._v("创建同款活动")])])},i=[function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",[s("div",{staticClass:"topb"}),s("div",{staticClass:"title"},[s("span",{staticClass:"bt"},[t._v("服装店幸运抽奖")]),s("div",{staticClass:"tb"},[s("img",{attrs:{src:c("0fdc"),alt:""}}),t._v(" 大转盘抽奖 ")])]),s("div",{staticClass:"wtitle"},[s("img",{attrs:{src:c("6265"),alt:""}}),s("span",{staticClass:"wan"},[t._v("玩法介绍")])]),s("div",{staticClass:"content"},[s("p",[t._v(" 马几一民号传所把半米料己走专管每见严且具还京叫海公好速信调化眼务难心化二响住厂图电没速严义常象关更了低。由压反几风列线法再石究说布通总织第量回儿称从消片度音济学地通斯带老水亲东志报月者进放北传看术走形解林直动效提情影和复色米最只等。济交感去照象强手式性九己值正可心什体收并适部该置可山省十。 ")]),s("p",[t._v(" 马几一民号传所把半米料己走专管每见严且具还京叫海公好速信调化眼务难心化二响住厂图电没速严义常象关更了低。由压反几风列线法再石究说布通总织第量回儿称从消片度音济学地通斯带老水亲东志报月者进放北传看术走形解林直动效提情影和复色米最只等。济交感去照象强手式性九己值正可心什体收并适部该置可山省十。 ")])])])}],e={data:function(){return{}},methods:{createActive:function(){this.$router.push({name:"createBigWheelActive"})}}},A=e,n=(c("0967"),c("2877")),r=Object(n["a"])(A,s,i,!1,null,"7cf832a2",null);a["default"]=r.exports},6265:function(t,a,c){t.exports=c.p+"img/water.d5a7e450.png"}}]);
//# sourceMappingURL=chunk-3c366aec.0f02b1a0.js.map
\ No newline at end of file
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4eedda26"],{"1d95":function(t,e,a){},"339a":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"container"},[a("div",{staticClass:"title"},[t._v("基础设置")]),a("van-cell-group",{staticClass:"all"},[a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"活动标题"}},[a("template",{slot:"default"},[a("van-field",{staticClass:"right",staticStyle:{"font-size":"14px"},attrs:{placeholder:"请输入活动标题"},model:{value:t.title,callback:function(e){t.title=e},expression:"title"}})],1)],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"消费后领券"}},[a("template",{slot:"default"},[a("van-switch",{staticClass:"right",attrs:{size:"20px"},model:{value:t.coupon,callback:function(e){t.coupon=e},expression:"coupon"}})],1)],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"新客专享"}},[a("template",{slot:"default"},[a("van-switch",{staticClass:"right",attrs:{size:"20px"},model:{value:t.newCustomer,callback:function(e){t.newCustomer=e},expression:"newCustomer"}})],1)],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"领券条件"}},[a("template",{slot:"default"},[a("div",{staticClass:"condition"},[a("span",{staticClass:"phone"},[t._v("手机号必填")]),a("van-switch",{attrs:{size:"20px"},model:{value:t.condition,callback:function(e){t.condition=e},expression:"condition"}})],1)])],2)],1),a("div",{staticClass:"title"},[t._v("券设置")]),a("van-cell-group",{staticClass:"all"},[a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"活动标题"}},[a("template",{slot:"default"},[a("van-field",{staticClass:"right",staticStyle:{"font-size":"14px"},attrs:{placeholder:"请输入活动标题"},model:{value:t.title2,callback:function(e){t.title2=e},expression:"title2"}})],1)],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"券类型"}},[a("template",{slot:"default"},[a("van-radio-group",{staticClass:"right",model:{value:t.type,callback:function(e){t.type=e},expression:"type"}},[a("van-radio",{staticStyle:{float:"left"},attrs:{name:"1"}},[t._v("代金券")]),a("van-radio",{staticStyle:{float:"right"},attrs:{name:"2"}},[t._v("折扣券")])],1)],1)],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"代金券金额"}},[a("template",{slot:"default"},[a("div",{staticClass:"npbr"},[a("van-field",{staticClass:"right noborder",attrs:{readonly:"",clickable:"",value:t.cashCoupon,placeholder:"输入代金券金额"},nativeOn:{touchstart:function(e){e.stopPropagation(),t.show=!0}}}),a("van-number-keyboard",{attrs:{show:t.show,maxlength:6},on:{blur:function(e){t.show=!1}},model:{value:t.cashCoupon,callback:function(e){t.cashCoupon=e},expression:"cashCoupon"}})],1)])],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"使用门槛"}},[a("template",{slot:"default"},[a("div",{staticClass:"npbr"},[a("van-field",{staticClass:"right noborder",attrs:{readonly:"",clickable:"",value:t.limit,placeholder:"输入使用门槛"},nativeOn:{touchstart:function(e){e.stopPropagation(),t.show2=!0}}}),a("van-number-keyboard",{attrs:{show:t.show2,maxlength:6},on:{blur:function(e){t.show2=!1}},model:{value:t.limit,callback:function(e){t.limit=e},expression:"limit"}})],1)])],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"活动开始时间"}},[a("template",{slot:"default"},[a("div",{staticClass:"npbr"},[a("van-field",{staticClass:"right",attrs:{placeholder:"选择活动开始时间",readonly:"readonly"},on:{click:function(e){t.startShow=!0}},model:{value:t.startTime1,callback:function(e){t.startTime1=e},expression:"startTime1"}}),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.startShow,callback:function(e){t.startShow=e},expression:"startShow"}},[a("van-datetime-picker",{attrs:{type:"date"},on:{cancel:function(e){t.startShow=!1},confirm:t.handleStartTime,change:t.startTimeChange},model:{value:t.startTime,callback:function(e){t.startTime=e},expression:"startTime"}})],1)],1)])],2),a("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"活动结束时间"}},[a("template",{slot:"default"},[a("div",{staticClass:"npbr"},[a("van-field",{staticClass:"right",attrs:{placeholder:"选择活动结束时间",readonly:"readonly"},on:{click:function(e){t.endShow=!0}},model:{value:t.endTime1,callback:function(e){t.endTime1=e},expression:"endTime1"}}),a("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.endShow,callback:function(e){t.endShow=e},expression:"endShow"}},[a("van-datetime-picker",{attrs:{type:"date"},on:{cancel:function(e){t.endShow=!1},confirm:t.handleEndTime,change:t.endTimeChange},model:{value:t.endTime,callback:function(e){t.endTime=e},expression:"endTime"}})],1)],1)])],2),a("div",{staticClass:"des"},[t._v("描述")]),a("van-field",{staticClass:"area",attrs:{rows:"3",autosize:"",type:"textarea",placeholder:"请输入描述","show-word-limit":""},model:{value:t.message,callback:function(e){t.message=e},expression:"message"}})],1),a("div",{staticClass:"creat"},[t._v("创建活动")])],1)},n=[],l=(a("99af"),{data:function(){return{title:"",title2:"",coupon:"",newCustomer:"",condition:"",type:"",show:!1,show2:!1,cashCoupon:"",limit:"",startTime:new Date,startTime1:"",endTime:new Date,endTime1:"",startShow:!1,endShow:!1,message:""}},methods:{timeFormat:function(t){var e=1900+t.getYear(),a="0"+(t.getMonth()+1),s="0"+t.getDate();return e+"-"+a.substring(a.length-2,a.length)+"-"+s.substring(s.length-2,s.length)+" "},startTimeChange:function(t){var e=t.getValues();this.startTime1="".concat(e[0],"-").concat(e[1],"-").concat(e[2])},handleStartTime:function(t){this.startTime1=this.timeFormat(t),this.startShow=!1},handleEndTime:function(t){this.endTime1=this.timeFormat(t),this.endShow=!1},endTimeChange:function(t){var e=t.getValues();this.endTime1="".concat(e[0],"-").concat(e[1],"-").concat(e[2])}},mounted:function(){}}),i=l,o=(a("ec7c"),a("2877")),c=Object(o["a"])(i,s,n,!1,null,"5f5e253e",null);e["default"]=c.exports},ec7c:function(t,e,a){"use strict";var s=a("1d95"),n=a.n(s);n.a}}]);
//# sourceMappingURL=chunk-4eedda26.721e68aa.js.map
\ No newline at end of file
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4f3e0c90"],{1154:function(n,t,a){"use strict";a.r(t);var i=function(){var n=this,t=n.$createElement,a=n._self._c||t;return a("div",{staticClass:"container"},[a("div",{staticClass:"kj"},[a("div",{staticClass:"title"},[n._v("热门案例")]),a("div",{staticClass:"ct",on:{click:n.handleDetail}},[a("div",{staticClass:"ck"},[n._v("查看详情")])])]),a("div",{staticClass:"kj",on:{click:n.handleDetail}},[a("div",{staticClass:"title"},[n._v("技巧")]),n._m(0)]),a("div",{staticClass:"kj last",on:{click:n.handleDetail}},[a("div",{staticClass:"title"},[n._v("服务")]),n._m(1)]),a("div",{staticClass:"main-menuBar"},[a("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuBarClick("MainSale")}}},[a("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["1"]}}),a("div",{staticClass:"menuBar-title"},[n._v("活动")])]),a("div",{staticClass:"menuBar-menu"},[a("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["2"]}}),a("div",{staticClass:"menuBar-title menuBar-title-ac"},[n._v("案例")])]),a("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuProfit()}}},[a("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["3"]}}),a("div",{staticClass:"menuBar-title"},[n._v("收益")])]),a("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuTask()}}},[a("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["4"]}}),a("div",{staticClass:"menuBar-title"},[n._v("任务")])]),a("div",{staticClass:"menuBar-menu",on:{click:function(t){return n.menuBarClick("Me")}}},[a("img",{staticClass:"menuBar-icon",attrs:{src:n.menuBarInfo.icon.now["5"]}}),a("div",{staticClass:"menuBar-title"},[n._v("我的")])])])])},c=[function(){var n=this,t=n.$createElement,a=n._self._c||t;return a("div",{staticClass:"ct"},[a("div",{staticClass:"ck"},[n._v("查看详情")])])},function(){var n=this,t=n.$createElement,a=n._self._c||t;return a("div",{staticClass:"ct"},[a("div",{staticClass:"ck"},[n._v("查看详情")])])}],e=a("1e38"),s={data:function(){return{menuBarInfo:{list:{main:[{name:"",iconUaUrl:"",iconAcUrl:""}]},icon:{now:{1:"",2:"",3:"",4:"",5:""},ua:{1:"/mainSale/icon-menuBar-1-ua.png",2:"/mainSale/icon-menuBar-2-ua.png",3:"/mainSale/icon-menuBar-3-ua.png",4:"/mainSale/icon-menuBar-4-ua.png",5:"/mainSale/icon-menuBar-5-ua.png"},ac:{1:"/mainSale/icon-menuBar-1-ac.png",2:"/mainSale/icon-menuBar-2-ac.png",3:"/mainSale/icon-menuBar-3-ac.png",4:"/mainSale/icon-menuBar-4-ac.png",5:"/mainSale/icon-menuBar-5-ac.png"}}}}},created:function(){this.checkNowMenuBar(),this.getList()},methods:{getList:function(){var n={};Object(e["b"])(n).then((function(n){console.log(n,"案例列表")}))},handleDetail:function(){this.$router.push({path:"caseDetail"})},checkNowMenuBar:function(){var n="2";this.menuBarInfo.icon.now=this.menuBarInfo.icon.ua,this.menuBarInfo.icon.now[n]=this.menuBarInfo.icon.ac[n]},menuBarClick:function(n){this.$router.push(n)},listTaskClick:function(){this.$router.push("Task")},menuProfit:function(){this.$router.push({path:"/profitList"})},menuTask:function(){this.$router.push({path:"/taskList"})}}},u=s,r=(a("7c46"),a("2877")),o=Object(r["a"])(u,i,c,!1,null,"ad519bfe",null);t["default"]=o.exports},"1e38":function(n,t,a){"use strict";a.d(t,"b",(function(){return c})),a.d(t,"a",(function(){return e})),a.d(t,"e",(function(){return s})),a.d(t,"c",(function(){return u})),a.d(t,"d",(function(){return r}));var i=a("a1ec");function c(n){return Object(i["a"])({url:"/admin/common/findLoginType",method:"post",data:n})}function e(n){return Object(i["a"])({url:"",method:"post",data:n})}function s(n){return Object(i["a"])({url:"",method:"post",data:n})}function u(n){return Object(i["a"])({url:"",method:"post",data:n})}function r(n){return Object(i["a"])({url:"",method:"post",data:n})}},"7c46":function(n,t,a){"use strict";var i=a("bd00"),c=a.n(i);c.a},bd00:function(n,t,a){}}]);
//# sourceMappingURL=chunk-4f3e0c90.d775b5bd.js.map
\ No newline at end of file
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-50696e1c"],{"994c":function(s,t,i){},a24e:function(s,t,i){"use strict";var a=i("994c"),l=i.n(a);l.a},f01a:function(s,t,i){"use strict";i.r(t);var a=function(){var s=this,t=s.$createElement;s._self._c;return s._m(0)},l=[function(){var s=this,t=s.$createElement,i=s._self._c||t;return i("div",{staticClass:"container"},[i("div",{staticClass:"title"},[i("span",[s._v("集团消息")]),i("span",{staticClass:"fr"},[s._v("查看更多"),i("span",{staticClass:"icon"},[s._v(">")])])]),i("div",{staticClass:"active"},[i("div",{staticClass:"list"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("砍价")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),i("div",{staticClass:"list"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("集赞")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),i("div",{staticClass:"list list3"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("推荐有礼")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])])]),i("div",{staticClass:"title"},[i("span",[s._v("工作消息")]),i("span",{staticClass:"fr"},[s._v("查看更多"),i("span",{staticClass:"icon"},[s._v(">")])])]),i("div",{staticClass:"active"},[i("div",{staticClass:"list"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("大转盘抽奖")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),i("div",{staticClass:"list"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("大转盘抽奖")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])]),i("div",{staticClass:"list list3"},[i("div",{staticClass:"left"}),i("div",{staticClass:"right"},[i("h3",[s._v("砸金蛋抽奖")]),i("p",[s._v("由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。")])])])])])}],c={},v=c,e=(i("a24e"),i("2877")),n=Object(e["a"])(v,a,l,!1,null,"f076053a",null);t["default"]=n.exports}}]);
//# sourceMappingURL=chunk-50696e1c.9fd7eda4.js.map
\ No newline at end of file
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-562dd8f6"],{"71fc":function(t,i,s){"use strict";s.r(i);var c=function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("div",{staticClass:"lists"},t._l(t.list.active,(function(i,c){return s("div",{key:c},[s("div",{staticClass:"list",on:{click:function(i){return t.listClick(c)}}},[s("div",{staticClass:"list-logos"},[s("img",{staticClass:"list-logo",attrs:{src:i.logoUrl}})]),s("div",{staticClass:"list-infos"},[s("div",{staticClass:"list-title"},[t._v(t._s(i.name))]),s("div",{staticClass:"list-dsc"},[t._v(t._s(i.dsc))])])])])})),0)},n=[],e={name:"discountIndex",data:function(){return{list:{active:[{name:"大转盘活动",logoUrl:"/mainSale/icon-active-1.png",dsc:"有各种物质组成的举行球状天体,叫做星球。星球有一定的形状。",reDirect:"turntableDetail"},{name:"送券活动",logoUrl:"/mainSale/icon-active-2.png",dsc:"有各种物质组成的举行球状天体,叫做星球。星球有一定的形状。",reDirect:"couponDetail"}]}}},created:function(){},methods:{listClick:function(t){this.$router.push(this.list.active[t].reDirect)}}},l=e,a=(s("c40d"),s("2877")),o=Object(a["a"])(l,c,n,!1,null,"b0986c0e",null);i["default"]=o.exports},c40d:function(t,i,s){"use strict";var c=s("f032"),n=s.n(c);n.a},f032:function(t,i,s){}}]);
//# sourceMappingURL=chunk-562dd8f6.fecec649.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///./src/views/mainSale/active/template/index.vue?d15e","webpack:///src/views/mainSale/active/template/index.vue","webpack:///./src/views/mainSale/active/template/index.vue?db1e","webpack:///./src/views/mainSale/active/template/index.vue","webpack:///./src/views/mainSale/active/template/index.vue?75ed"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","_l","list","item","index","key","on","$event","listClick","attrs","logoUrl","_v","_s","name","dsc","staticRenderFns","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,SAASN,EAAIO,GAAIP,EAAIQ,KAAW,QAAE,SAASC,EAAKC,GAAO,OAAON,EAAG,MAAM,CAACO,IAAID,GAAO,CAACN,EAAG,MAAM,CAACE,YAAY,OAAOM,GAAG,CAAC,MAAQ,SAASC,GAAQ,OAAOb,EAAIc,UAAUJ,MAAU,CAACN,EAAG,MAAM,CAACE,YAAY,cAAc,CAACF,EAAG,MAAM,CAACE,YAAY,YAAYS,MAAM,CAAC,IAAMN,EAAKO,aAAaZ,EAAG,MAAM,CAACE,YAAY,cAAc,CAACF,EAAG,MAAM,CAACE,YAAY,cAAc,CAACN,EAAIiB,GAAGjB,EAAIkB,GAAGT,EAAKU,SAASf,EAAG,MAAM,CAACE,YAAY,YAAY,CAACN,EAAIiB,GAAGjB,EAAIkB,GAAGT,EAAKW,iBAAgB,IACljBC,EAAkB,GCuBtB,GACE,KAAF,gBACE,KAFF,WAGI,MAAJ,CACM,KAAN,CACQ,OAAR,CACA,CACU,KAAV,QACU,QAAV,8BACU,IAAV,gCACU,SAAV,mBAEA,CACU,KAAV,OACU,QAAV,8BACU,IAAV,gCACU,SAAV,oBAME,QAtBF,aAyBE,QAAF,CACI,UADJ,SACA,GAGM,KAAN,8CCrD4X,I,wBCQxXC,EAAY,eACd,EACAvB,EACAsB,GACA,EACA,KACA,WACA,MAIa,aAAAC,E,2CCnBf,yBAA0hB,EAAG,G","file":"js/chunk-562dd8f6.fecec649.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"lists\"},_vm._l((_vm.list.active),function(item,index){return _c('div',{key:index},[_c('div',{staticClass:\"list\",on:{\"click\":function($event){return _vm.listClick(index)}}},[_c('div',{staticClass:\"list-logos\"},[_c('img',{staticClass:\"list-logo\",attrs:{\"src\":item.logoUrl}})]),_c('div',{staticClass:\"list-infos\"},[_c('div',{staticClass:\"list-title\"},[_vm._v(_vm._s(item.name))]),_c('div',{staticClass:\"list-dsc\"},[_vm._v(_vm._s(item.dsc))])])])])}),0)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\r\n\r\n <div class=\"lists\">\r\n <div v-for=\"(item, index) of list.active\" :key=\"index\">\r\n <div class=\"list\" @click=\"listClick(index)\">\r\n <div class=\"list-logos\">\r\n <img class=\"list-logo\" :src=\"item.logoUrl\">\r\n </div>\r\n <div class=\"list-infos\">\r\n <div class=\"list-title\">{{item.name}}</div>\r\n <div class=\"list-dsc\">{{item.dsc}}</div>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n\r\n\r\n</template>\r\n\r\n<script>\r\n // ZKit\r\n // const log = console.log.bind(console)\r\n\r\n export default {\r\n name: \"discountIndex\",\r\n data() {\r\n return {\r\n list: {\r\n active: [\r\n {\r\n name: \"大转盘活动\",\r\n logoUrl: \"/mainSale/icon-active-1.png\",\r\n dsc: \"有各种物质组成的举行球状天体,叫做星球。星球有一定的形状。\",\r\n reDirect: \"turntableDetail\"\r\n },\r\n {\r\n name: \"送券活动\",\r\n logoUrl: \"/mainSale/icon-active-2.png\",\r\n dsc: \"有各种物质组成的举行球状天体,叫做星球。星球有一定的形状。\",\r\n reDirect: \"couponDetail\"\r\n }\r\n ],\r\n },\r\n };\r\n },\r\n created() {\r\n\r\n },\r\n methods: {\r\n listClick(inIndex){\r\n // log('--->click: inIndex =', inIndex)\r\n // log('--->click: reDirect =', this.list.active[inIndex].reDirect)\r\n this.$router.push(this.list.active[inIndex].reDirect)\r\n },\r\n }\r\n };\r\n</script>\r\n\r\n<style scoped>\r\n .lists {\r\n padding: 4px 16px 20px 16px;\r\n }\r\n\r\n .list {\r\n padding: 12px 0px;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: start;\r\n align-items: center;\r\n border-bottom: 1px solid #EEEEEE;\r\n }\r\n\r\n .list-logos {\r\n width: 80px;\r\n height: 80px;\r\n background-color: #F8F8F8;\r\n\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n }\r\n\r\n .list-logo {\r\n width: 56px;\r\n height: 56px;\r\n }\r\n\r\n .list-infos {\r\n width: 251px;\r\n height: 80px;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: start;\r\n\r\n margin-left: 12px;\r\n }\r\n\r\n .list-title {\r\n font-size: 14px;\r\n height: 16px;\r\n line-height: 16px;\r\n font-weight: bold;\r\n color: #2D476A;\r\n width: 100%;\r\n text-align: left;\r\n\r\n margin-bottom: 8px;\r\n }\r\n\r\n .list-dsc {\r\n font-size: 12px;\r\n height: 14px;\r\n line-height: 14px;\r\n font-weight: normal;\r\n color: #2D476A;\r\n width: 100%;\r\n text-align: left;\r\n overflow: auto;\r\n }\r\n</style>\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=b0986c0e&scoped=true&\"\nimport script from \"./index.vue?vue&type=script&lang=js&\"\nexport * from \"./index.vue?vue&type=script&lang=js&\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=b0986c0e&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"b0986c0e\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=b0986c0e&scoped=true&lang=css&\"; export default mod; export * from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=b0986c0e&scoped=true&lang=css&\""],"sourceRoot":""}
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-742154c9"],{5463:function(t,a,e){"use strict";e.r(a);var n=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"container"},[t._m(0),e("van-cell-group",{staticClass:"option"},[e("van-cell",{staticClass:"nop"},[e("div",{staticClass:"type"},[e("div",{staticClass:"t-l"},[t._v("佣金类型")]),e("div",{staticClass:"t-r"},[e("van-radio-group",{model:{value:t.type,callback:function(a){t.type=a},expression:"type"}},[e("van-radio",{staticStyle:{float:"left"},attrs:{name:"1"}},[t._v("固定金额")]),e("van-radio",{staticStyle:{float:"right"},attrs:{name:"2"}},[t._v("成交价比例")])],1),e("div",{staticClass:"fr"},[e("span",{staticClass:"fr",staticStyle:{"margin-top":"16px"}},[t._v("元")]),e("van-field",{staticClass:"price",attrs:{readonly:"",clickable:"",value:t.price,placeholder:"请输入金额"},nativeOn:{touchstart:function(a){a.stopPropagation(),t.show2=!0}}}),e("van-number-keyboard",{attrs:{show:t.show2},on:{blur:function(a){t.show2=!1}},model:{value:t.price,callback:function(a){t.price=a},expression:"price"}})],1)],1)])]),e("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"活动开始时间"}},[e("template",{slot:"default"},[e("van-field",{staticClass:"nop",attrs:{placeholder:"选择活动结束时间",readonly:"readonly"},on:{click:function(a){t.startShow=!0}},model:{value:t.startTime1,callback:function(a){t.startTime1=a},expression:"startTime1"}}),e("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.startShow,callback:function(a){t.startShow=a},expression:"startShow"}},[e("van-datetime-picker",{attrs:{type:"datetime"},on:{cancel:function(a){t.startShow=!1},confirm:function(a){t.startShow=!1},change:t.startTimeChange},model:{value:t.startTime,callback:function(a){t.startTime=a},expression:"startTime"}})],1)],1)],2),e("van-cell",{staticStyle:{"font-size":"14px"},attrs:{title:"活动结束时间"}},[e("template",{slot:"default"},[e("van-field",{staticClass:"nop",attrs:{placeholder:"选择活动结束时间",readonly:"readonly"},on:{click:function(a){t.endShow=!0}},model:{value:t.endTime1,callback:function(a){t.endTime1=a},expression:"endTime1"}}),e("van-popup",{attrs:{position:"bottom",overlay:!0},model:{value:t.endShow,callback:function(a){t.endShow=a},expression:"endShow"}},[e("van-datetime-picker",{attrs:{type:"datetime"},on:{cancel:function(a){t.endShow=!1},confirm:function(a){t.endShow=!1},change:t.endTimeChange},model:{value:t.endTime,callback:function(a){t.endTime=a},expression:"endTime"}})],1)],1)],2),e("van-cell",{staticClass:"nob",staticStyle:{"font-size":"14px"},attrs:{title:"上架数量"}},[e("template",{slot:"default"},[e("van-field",{staticClass:"nop",attrs:{readonly:"",clickable:"",value:t.number,placeholder:"请输入数量"},nativeOn:{touchstart:function(a){a.stopPropagation(),t.show=!0}}}),e("van-number-keyboard",{attrs:{show:t.show},on:{blur:function(a){t.show=!1}},model:{value:t.number,callback:function(a){t.number=a},expression:"number"}})],1)],2)],1),e("div",{staticClass:"creat"},[t._v("立即上架")])],1)},s=[function(){var t=this,a=t.$createElement,n=t._self._c||a;return n("div",{staticClass:"list"},[n("div",{staticClass:"good"},[n("div",{staticClass:"left"},[n("img",{attrs:{src:e("e680")}})]),n("div",{staticClass:"center"},[n("div",{staticClass:"name"},[t._v("商品名称商品名称商品名称商品名称商品")]),n("h3",[t._v("¥888")])])])])}],o=(e("99af"),{data:function(){return{startTime:new Date,startTime1:"",endTime:"",endTime1:"",startShow:!1,endShow:!1,number:"",type:"",show:!1,show2:!1,price:""}},methods:{startTimeChange:function(t){var a=t.getValues();this.startTime1="".concat(a[0],"-").concat(a[1],"-").concat(a[2]," ").concat(a[3],":").concat(a[4],":00")},endTimeChange:function(t){var a=t.getValues();this.endTime1="".concat(a[0],"-").concat(a[1],"-").concat(a[2]," ").concat(a[3],":").concat(a[4],":00")}}}),i=o,c=(e("6d6f"),e("2877")),l=Object(c["a"])(i,n,s,!1,null,"58b61c8b",null);a["default"]=l.exports},"6d6f":function(t,a,e){"use strict";var n=e("a577"),s=e.n(n);s.a},a577:function(t,a,e){},e680:function(t,a,e){t.exports=e.p+"img/goods.bd651c6f.png"}}]);
//# sourceMappingURL=chunk-742154c9.076238bf.js.map
\ No newline at end of file
This diff is collapsed.
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7735f113"],{"200e":function(t,a,i){"use strict";i.r(a);var s=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",{staticClass:"main"},[i("div",{staticClass:"main-manInfos"},[i("div",{staticClass:"manInfo-logos"},[i("img",{staticClass:"logos-logo",attrs:{src:t.test.manInfo.logoUrl}})]),i("div",{staticClass:"manInfo-name",on:{click:t.manInfoClick}},[t._v(t._s(t.test.manInfo.barFrom)+"的专柜:"+t._s(t.test.manInfo.barName))]),i("div",{staticClass:"manInfo-switch",on:{click:t.switchBarClick}},[i("div",{staticClass:"switch-text"},[t._v("切换")]),i("img",{staticClass:"switch-icon",attrs:{src:t.test.manInfo.icon["1"]}})])]),i("div",{staticClass:"main-tips"},[i("div",{staticClass:"tips-tip"},[t._v("店铺粉丝 "+t._s(t.test.barInfo.fans))]),i("div",{staticClass:"tips-tip"},[t._v("个人粉丝 "+t._s(t.test.barInfo.personalFans))]),i("div",{staticClass:"tips-tip"},[t._v("今日新增 "+t._s(t.test.barInfo.newFans))])]),i("div",{staticClass:"main-menus"},[i("div",{staticClass:"menus-row"},[i("div",{staticClass:"menu"},[i("img",{staticClass:"menu-logo",attrs:{src:t.test.menuInfo.icon["1"]}}),i("div",{staticClass:"menu-text"},[t._v("优惠券核销")])]),i("div",{staticClass:"menu",on:{click:t.menu02Click}},[i("img",{staticClass:"menu-logo",attrs:{src:t.test.menuInfo.icon["2"]}}),i("div",{staticClass:"menu-text"},[t._v("任务列表")])]),i("div",{staticClass:"menu",on:{click:t.menu03Click}},[i("img",{staticClass:"menu-logo",attrs:{src:t.test.menuInfo.icon["3"]}}),i("div",{staticClass:"menu-text"},[t._v("活动列表")])])]),i("div",{staticClass:"menus-row"},[i("div",{staticClass:"menu",on:{click:t.menu04Click}},[i("img",{staticClass:"menu-logo",attrs:{src:t.test.menuInfo.icon["4"]}}),i("div",{staticClass:"menu-text"},[t._v("专柜维护")])]),i("div",{staticClass:"menu",on:{click:t.menu05Click}},[i("img",{staticClass:"menu-logo",attrs:{src:t.test.menuInfo.icon["5"]}}),i("div",{staticClass:"menu-text"},[t._v("活动模版")])]),i("div",{staticClass:"menu",on:{click:t.menu06Click}},[i("img",{staticClass:"menu-logo",attrs:{src:t.test.menuInfo.icon["6"]}}),i("div",{staticClass:"menu-text"},[t._v("商品管理")])])])]),i("div",{staticClass:"main-actives"},[t._m(0),i("div",{staticClass:"actives-main"},[i("div",{staticClass:"active-logos"},[i("img",{staticClass:"active-logo",attrs:{src:t.test.activeInfo.icon["1"]}})]),i("div",{staticClass:"active-infos"},[i("div",{staticClass:"active-title"},[t._v("大转盘")]),i("div",{staticClass:"active-dsc"},[t._v(t._s(t.test.cache.actDsc))])])]),i("div",{staticClass:"actives-main"},[i("div",{staticClass:"active-logos"},[i("img",{staticClass:"active-logo",attrs:{src:t.test.activeInfo.icon["2"]}})]),i("div",{staticClass:"active-infos"},[i("div",{staticClass:"active-title"},[t._v("现金券发放")]),i("div",{staticClass:"active-dsc"},[t._v(t._s(t.test.cache.actDsc))])])]),i("div",{staticClass:"actives-main"},[i("div",{staticClass:"active-logos"},[i("img",{staticClass:"active-logo",attrs:{src:t.test.activeInfo.icon["3"]}})]),i("div",{staticClass:"active-infos"},[i("div",{staticClass:"active-title"},[t._v("集卡")]),i("div",{staticClass:"active-dsc"},[t._v(t._s(t.test.cache.actDsc))])])]),i("div",{staticClass:"actives-mores"},[i("div",{staticClass:"mores-title"},[t._v("查看更多")]),i("img",{staticClass:"mores-icon",attrs:{src:t.test.cache.arrowRightDark}})])]),i("div",{staticClass:"main-menuBar"},[i("div",{staticClass:"menuBar-menu",on:{click:function(a){return t.menuBarClick("MainSale")}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:t.test.menuBarInfo.icon.now["1"]}}),i("div",{staticClass:"menuBar-title menuBar-title-ac"},[t._v("活动")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(a){return t.menuCase()}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:t.test.menuBarInfo.icon.now["2"]}}),i("div",{staticClass:"menuBar-title"},[t._v("案例")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(a){return t.menuProfit()}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:t.test.menuBarInfo.icon.now["3"]}}),i("div",{staticClass:"menuBar-title"},[t._v("收益")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(a){return t.menuTask()}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:t.test.menuBarInfo.icon.now["4"]}}),i("div",{staticClass:"menuBar-title"},[t._v("任务")])]),i("div",{staticClass:"menuBar-menu",on:{click:function(a){return t.menuBarClick("Me")}}},[i("img",{staticClass:"menuBar-icon",attrs:{src:t.test.menuBarInfo.icon.now["5"]}}),i("div",{staticClass:"menuBar-title"},[t._v("我的")])])])])},n=[function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",{staticClass:"actives-banners"},[i("div",{staticClass:"actives-banner-title"},[t._v("现有开展活动")])])}],c={name:"discountIndex",data:function(){return{test:{cache:{imgUrl:"/hi.jpg",actDsc:"由各种物质组成的巨型球状天体,叫做星球。星球有一定的形状。",nowMenuBar:"1",arrowRightDark:"/mainSale/icon-arrow-right-dark.png"},manInfo:{bk_logoUrl:"https://ezhq.xyz/img/main/logo_sona.jpg",logoUrl:"/hi.jpg",barFrom:"Faker",barName:"only",icon:{1:"/mainSale/icon-arrow-right-light.png"}},barInfo:{fans:"299",personalFans:"77",newFans:"11"},menuInfo:{icon:{1:"/mainSale/icon-menu-01.png",2:"/mainSale/icon-menu-02.png",3:"/mainSale/icon-menu-03.png",4:"/mainSale/icon-menu-04.png",5:"/mainSale/icon-menu-05.png",6:"/mainSale/icon-menu-06.png"}},activeInfo:{icon:{0:"/mainSale/icon-active-title.png",1:"/mainSale/icon-active-1.png",2:"/mainSale/icon-active-2.png",3:"/mainSale/icon-active-3.png"}},menuBarInfo:{list:{main:[{name:"",iconUaUrl:"",iconAcUrl:""}]},icon:{now:{1:"",2:"",3:"",4:"",5:""},ua:{1:"/mainSale/icon-menuBar-1-ua.png",2:"/mainSale/icon-menuBar-2-ua.png",3:"/mainSale/icon-menuBar-3-ua.png",4:"/mainSale/icon-menuBar-4-ua.png",5:"/mainSale/icon-menuBar-5-ua.png"},ac:{1:"/mainSale/icon-menuBar-1-ac.png",2:"/mainSale/icon-menuBar-2-ac.png",3:"/mainSale/icon-menuBar-3-ac.png",4:"/mainSale/icon-menuBar-4-ac.png",5:"/mainSale/icon-menuBar-5-ac.png"}}}},dis:{}}},created:function(){this.checkNowMenuBar()},methods:{checkNowMenuBar:function(){var t="1";this.test.menuBarInfo.icon.now=this.test.menuBarInfo.icon.ua,this.test.menuBarInfo.icon.now[t]=this.test.menuBarInfo.icon.ac[t]},manInfoClick:function(){this.$router.push("counterInfo")},switchBarClick:function(){this.$router.push("changeCounter")},testButtonClick:function(){},menu01Click:function(){},menu02Click:function(){this.$router.push("Task")},menu03Click:function(){this.$router.push("activeList")},menu04Click:function(){this.$router.push("counterMaintain")},menu05Click:function(){this.$router.push("ActTemplate")},menu06Click:function(){this.$router.push("goodManage")},buttonMainMarketingClick:function(){},menuBarClick:function(t){this.$router.push(t)},menuCase:function(){this.$router.push({path:"/case"})},menuProfit:function(){this.$router.push({path:"/profitList"})},menuTask:function(){this.$router.push({path:"/taskList"})}}},e=c,o=(i("2a4b"),i("2877")),l=Object(o["a"])(e,s,n,!1,null,"4d09df91",null);a["default"]=l.exports},"2a4b":function(t,a,i){"use strict";var s=i("7b3b"),n=i.n(s);n.a},"7b3b":function(t,a,i){}}]);
//# sourceMappingURL=chunk-7735f113.d1dfef72.js.map
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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 to comment