Commit cf305630 authored by wangwei's avatar wangwei

添加打卡海报按钮分类型埋点

parent d974dac1
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name=screen-orientation content=portrait><meta name=x5-orientation content=portrait><title>唱唱启蒙英语</title><link rel=stylesheet href=https://at.alicdn.com/t/font_822651_g9r2j7kybxu.css><style></style><link href=static/css/app.9f631d4069047acf4ee994f5d9f958c3.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script type=text/javascript src=static/js/manifest.e861daea6c68418ba0eb.js></script><script type=text/javascript src=static/js/vendor.0302137f3a6bb59dc95e.js></script><script type=text/javascript src=static/js/app.d0d4737829d330ce17e4.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name=screen-orientation content=portrait><meta name=x5-orientation content=portrait><title>唱唱启蒙英语</title><link rel=stylesheet href=https://at.alicdn.com/t/font_822651_g9r2j7kybxu.css><style></style><link href=static/css/app.9f631d4069047acf4ee994f5d9f958c3.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script type=text/javascript src=static/js/manifest.1918f79fb4f207725ad9.js></script><script type=text/javascript src=static/js/vendor.0302137f3a6bb59dc95e.js></script><script type=text/javascript src=static/js/app.d0d4737829d330ce17e4.js></script></body></html>
\ No newline at end of file
webpackJsonp([9],{"4S5z":function(n,t,o){var e=o("DuJ/");"string"==typeof e&&(e=[[n.i,e,""]]),e.locals&&(n.exports=e.locals);o("rjj0")("2ca757eb",e,!1,{})},"54Ry":function(n,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var e=o("RjZ4"),i=o.n(e),a=o("LyMh"),s=o.n(a),A=o("CCn6"),r={name:"shareGoods",data:function(){return{shareGoodsBg:i.a,title_share_goods:s.a,userDetail:null,shopId:null,goodsDetail:null}},methods:{initPage:function(){var n=this;this.$sa.track("ViewInvitation",{salesID:this.$route.query.userID}),Object(A.s)(this.$route.query.userID).then(function(t){t.user_info.avatar=t.user_info.avatar.replace("http://","https://"),n.userDetail=t}),Object(A.u)().then(function(t){n.shopId=t[0].value,Object(A.h)(n.shopId).then(function(t){t.desc=JSON.parse(t.desc),n.goodsDetail=t})})},toBuy:function(n){1===n?this.$sa.track("buttonClick",{tabTitle:"打卡商品页",moduleTitle:"功能按钮",buttonType:"购买",buttonName:"马上报名1"}):this.$sa.track("buttonClick",{tabTitle:"打卡商品页",moduleTitle:"功能按钮",buttonType:"购买",buttonName:"马上报名2"}),window.location.href="https://wechat-test.changchangenglish.com/#/buy?shopId="+this.shopId+"&invite_code=CC-UDK-"+this.$route.query.userID}},mounted:function(){var n=this;this.initPage(),window.onscroll=function(){var t=document.documentElement.scrollTop||document.body.scrollTop;n.$refs.btn_block.style.opacity=t>500?1:0}}},d=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("div",[n.userDetail?o("div",{staticClass:"share-good-head",style:{backgroundImage:"url('"+n.shareGoodsBg+"')"}},[o("img",{staticClass:"head",attrs:{src:n.userDetail.user_info.avatar}}),n._v(" "),o("div",{staticClass:"title",style:{backgroundImage:"url('"+n.title_share_goods+"')"}},[n._v("\n "+n._s(n.userDetail.user_info.nickname)+"\n ")]),n._v(" "),o("div",{staticClass:"day"},[n._v("\n "+n._s(n.userDetail.total_day)+"\n "),o("span",[n._v("\n Days\n ")])]),n._v(" "),o("div",{staticClass:"iknow",on:{click:function(t){n.toBuy(1)}}})]):n._e(),n._v(" "),n.goodsDetail?o("div",{staticClass:"good-content"},[o("div",{staticClass:"content",domProps:{innerHTML:n._s(n.goodsDetail.desc.detail)}}),n._v(" "),o("div",{ref:"btn_block",staticClass:"btn-block"},[o("div",{staticClass:"btn",on:{click:function(t){n.toBuy(2)}}},[n._v("\n 快去报名\n ")])])]):n._e()])};d._withStripped=!0;var l={render:d,staticRenderFns:[]},h=l;var c=!1;var g=o("VU/8")(r,h,!1,function(n){c||(o("wP84"),o("4S5z"))},"data-v-52fa373e",null);g.options.__file="src/components/newLesson/shareGoods.vue";t.default=g.exports},"DuJ/":function(n,t,o){(n.exports=o("FZ+f")(!0)).push([n.i,"\nimg{\n max-width: 100% !important;\n}\n","",{version:3,sources:["D:/myproject/new-singsingH5/src/components/newLesson/src/components/newLesson/shareGoods.vue"],names:[],mappings:";AAqLA;EACA,2BAAA;CACA",file:"shareGoods.vue",sourcesContent:['<template>\n <div>\n <div class="share-good-head" v-if="userDetail" :style="{backgroundImage:`url(\'${shareGoodsBg}\')`}">\n <img class="head" :src="userDetail.user_info.avatar">\n <div class="title" :style="{backgroundImage:`url(\'${title_share_goods}\')`}" >\n {{userDetail.user_info.nickname}}\n </div>\n <div class="day">\n {{userDetail.total_day}}\n <span>\n Days\n </span>\n </div>\n <div class="iknow" @click="toBuy(1)">\n\n </div>\n </div>\n <div class="good-content" v-if="goodsDetail">\n <div class="content" v-html="goodsDetail.desc.detail">\n </div>\n <div class="btn-block" ref="btn_block">\n <div class="btn" @click="toBuy(2)">\n 快去报名\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<script>\n import shareGoodsBg from \'../../assets/newLesson/shareGoodsBg.png\'\n import title_share_goods from \'../../assets/newLesson/title-share-goods.png\'\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from "../../service/api";\n export default {\n name: "shareGoods",\n data(){\n return {\n shareGoodsBg:shareGoodsBg,\n title_share_goods:title_share_goods,\n userDetail:null,\n shopId:null,\n goodsDetail:null\n }\n },\n methods:{\n initPage(){\n this.$sa.track(\'ViewInvitation\',{\n salesID:this.$route.query.userID,\n });\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\n res.user_info.avatar = res.user_info.avatar.replace(\'http://\',\'https://\');\n this.userDetail = res\n });\n getShareGoodsApi().then(res=>{\n this.shopId = res[0].value;\n getGoodsDetailApi(this.shopId).then(res=>{\n res.desc = JSON.parse(res.desc)\n this.goodsDetail = res\n })\n })\n },\n toBuy(type){\n if(type === 1){\n this.$sa.track(\'buttonClick\',{\n tabTitle:\'打卡商品页\',\n moduleTitle:\'功能按钮\',\n buttonType:\'购买\',\n buttonName:\'马上报名1\'\n });\n }else{\n this.$sa.track(\'buttonClick\',{\n tabTitle:\'打卡商品页\',\n moduleTitle:\'功能按钮\',\n buttonType:\'购买\',\n buttonName:\'马上报名2\'\n });\n }\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\n }\n },\n mounted(){\n this.initPage();\n window.onscroll= ()=>{\n //变量t是滚动条滚动时,距离顶部的距离\n let t = document.documentElement.scrollTop||document.body.scrollTop;\n if(t>500){\n this.$refs.btn_block.style.opacity = 1\n }else{\n this.$refs.btn_block.style.opacity = 0\n }\n }\n }\n }\n<\/script>\n\n<style scoped lang="less">\n @import "../../util/public";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n</style>\n<style>\n img{\n max-width: 100% !important;\n }\n</style>\n'],sourceRoot:""}])},IshY:function(n,t,o){(n.exports=o("FZ+f")(!0)).push([n.i,"\n.fl-r[data-v-52fa373e] {\n float: right;\n}\n.main-block[data-v-52fa373e] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both[data-v-52fa373e]:after {\n content: '';\n display: block;\n clear: both;\n}\n[data-v-52fa373e]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-52fa373e]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-52fa373e]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.share-good-head[data-v-52fa373e] {\n width: 100%;\n height: 155.73333333vw;\n margin-top: -17.06666667vw;\n background-size: 100% 100%;\n position: relative;\n}\n.share-good-head .iknow[data-v-52fa373e] {\n position: absolute;\n top: 122.66666667vw;\n width: 53.33333333vw;\n height: 11.73333333vw;\n left: 23.2vw;\n}\n.share-good-head .head[data-v-52fa373e] {\n position: absolute;\n width: 18.66666667vw;\n height: 18.66666667vw;\n top: 41.33333333vw;\n left: 40.8vw;\n border-radius: 26.66666667vw;\n}\n.share-good-head .title[data-v-52fa373e] {\n position: absolute;\n width: 60vw;\n height: 14.4vw;\n background-size: 100% 100%;\n top: 57.33333333vw;\n left: 20vw;\n text-align: center;\n color: white;\n font-size: 5.33333333vw;\n line-height: 12.8vw;\n}\n.share-good-head .day[data-v-52fa373e] {\n position: absolute;\n top: 85.33333333vw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size: 12.8vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n}\n.share-good-head .day span[data-v-52fa373e] {\n font-size: 5.33333333vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n color: #069777;\n}\n.good-content[data-v-52fa373e] {\n background: #00E0AE;\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\n}\n.good-content .content[data-v-52fa373e] {\n background: white;\n border-radius: 2.13333333vw;\n padding: 2.66666667vw;\n}\n.btn-block[data-v-52fa373e] {\n padding: 2.13333333vw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n -webkit-transition: all 0.5s;\n transition: all 0.5s;\n bottom: 0;\n}\n.btn-block .btn[data-v-52fa373e] {\n width: 76.53333333vw;\n height: 11.73333333vw;\n margin: auto;\n background: #FF785D;\n border-radius: 26.66666667vw;\n color: white;\n line-height: 11.73333333vw;\n text-align: center;\n font-size: 16px;\n font-family: PingFang-SC-Medium;\n font-weight: 500;\n}\n","",{version:3,sources:["D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/util/public.less","D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue","D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue"],names:[],mappings:";AAcA;EACE,aAAA;CCbD;ADeD;EACE,YAAA;EACA,kBAAA;EACA,aAAA;CCbD;ADmBC;EACE,YAAA;EACA,eAAA;EACA,YAAA;CCjBH;ADqBD;EACE,oBAAA;CCnBD;ADqBD;EACE,WAAA;EACA,YAAA;CCnBD;ADqBD;EACE,uBAAA;EACA,oBAAA;EACA,aAAA;EACA,iBAAA;CCnBD;ACwEA;EACE,YAAA;EACA,uBAAA;EACA,2BAAA;EACA,2BAAA;EACA,mBAAA;CDtEF;ACiEA;EAOI,mBAAA;EACA,oBAAA;EACA,qBAAA;EACA,sBAAA;EACA,aAAA;CDrEJ;AC0DA;EAcI,mBAAA;EACA,qBAAA;EACA,sBAAA;EACA,mBAAA;EACA,aAAA;EACA,6BAAA;CDrEJ;ACkDA;EAsBI,mBAAA;EACA,YAAA;EACA,eAAA;EACA,2BAAA;EACA,mBAAA;EACA,WAAA;EACA,mBAAA;EACA,aAAA;EACA,wBAAA;EACA,oBAAA;CDrEJ;ACsCA;EAkCI,mBAAA;EACA,mBAAA;EACA,YAAA;EACA,mBAAA;EACA,eAAA;EACA,kBAAA;EACA,8BAAA;EACA,kBAAA;CDrEJ;AC4BA;EA2CM,wBAAA;EACA,8BAAA;EACA,kBAAA;EACA,eAAA;CDpEN;ACwEA;EACE,oBAAA;EACA,mDAAA;CDtEF;ACoEA;EAII,kBAAA;EACA,4BAAA;EACA,sBAAA;CDrEJ;ACwEA;EACE,sBAAA;EACA,gBAAA;EACA,QAAA;EACA,YAAA;EACA,kBAAA;EACA,WAAA;EACA,6BAAA;EAAA,qBAAA;EACA,UAAA;CDtEF;AC8DA;EAUI,qBAAA;EACA,sBAAA;EACA,aAAA;EACA,oBAAA;EACA,6BAAA;EACA,aAAA;EACA,2BAAA;EACA,mBAAA;EACA,gBAAA;EACA,gCAAA;EACA,iBAAA;CDrEJ",file:"shareGoods.vue",sourcesContent:["//颜色参数\n@toVw:100/375vw;\n@toVh:100/667vh;\n@bg-b: #333;\n@bg-b-s:#444;\n@black-line:#191919;\n@gray-line:#666;\n@light-line:#ddd;\n@main-font-color:#fff;\n@secondary-font-color:#999;\n@gold-color-light:#FFD04B;\n@gold-color: #a18430;\n\n//公共类\n.fl-r{\n float: right;\n}\n.main-block{\n margin: 5px;\n background: white;\n padding: 5px;\n}\nhtml{\n\n}\n.clear-both{\n &:after{\n content: '';\n display: block;\n clear: both;\n }\n}\n//滚动条样式\n::-webkit-scrollbar-track-piece { //滚动条凹槽的颜色,还可以设置边框属性\n border-radius: 10px;\n}\n::-webkit-scrollbar {//滚动条的宽度\n width:5px;\n height:5px;\n}\n::-webkit-scrollbar-thumb {//滚动条的设置\n background-color:@secondary-font-color;\n border-radius: 10px;\n height: 10px;\n min-height:10px;\n}\n",".fl-r {\n float: right;\n}\n.main-block {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both:after {\n content: '';\n display: block;\n clear: both;\n}\n::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.share-good-head {\n width: 100%;\n height: 155.73333333vw;\n margin-top: -17.06666667vw;\n background-size: 100% 100%;\n position: relative;\n}\n.share-good-head .iknow {\n position: absolute;\n top: 122.66666667vw;\n width: 53.33333333vw;\n height: 11.73333333vw;\n left: 23.2vw;\n}\n.share-good-head .head {\n position: absolute;\n width: 18.66666667vw;\n height: 18.66666667vw;\n top: 41.33333333vw;\n left: 40.8vw;\n border-radius: 26.66666667vw;\n}\n.share-good-head .title {\n position: absolute;\n width: 60vw;\n height: 14.4vw;\n background-size: 100% 100%;\n top: 57.33333333vw;\n left: 20vw;\n text-align: center;\n color: white;\n font-size: 5.33333333vw;\n line-height: 12.8vw;\n}\n.share-good-head .day {\n position: absolute;\n top: 85.33333333vw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size: 12.8vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n}\n.share-good-head .day span {\n font-size: 5.33333333vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n color: #069777;\n}\n.good-content {\n background: #00E0AE;\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\n}\n.good-content .content {\n background: white;\n border-radius: 2.13333333vw;\n padding: 2.66666667vw;\n}\n.btn-block {\n padding: 2.13333333vw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n}\n.btn-block .btn {\n width: 76.53333333vw;\n height: 11.73333333vw;\n margin: auto;\n background: #FF785D;\n border-radius: 26.66666667vw;\n color: white;\n line-height: 11.73333333vw;\n text-align: center;\n font-size: 16px;\n font-family: PingFang-SC-Medium;\n font-weight: 500;\n}\n",'\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n@import "../../util/public";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n'],sourceRoot:""}])},LyMh:function(n,t){n.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC"},RjZ4:function(n,t,o){n.exports=o.p+"static/img/shareGoodsBg.812a62b.png"},wP84:function(n,t,o){var e=o("IshY");"string"==typeof e&&(e=[[n.i,e,""]]),e.locals&&(n.exports=e.locals);o("rjj0")("7a96b268",e,!1,{})}});
//# sourceMappingURL=9.48c80f053ed95d5b6f1f.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///./src/components/newLesson/shareGoods.vue?9f21","webpack:///src/components/newLesson/shareGoods.vue","webpack:///./src/components/newLesson/shareGoods.vue?1b73","webpack:///./src/components/newLesson/shareGoods.vue","webpack:///./src/components/newLesson/shareGoods.vue?f704","webpack:///./src/components/newLesson/shareGoods.vue?a18f","webpack:///./src/assets/newLesson/title-share-goods.png","webpack:///./src/assets/newLesson/shareGoodsBg.png","webpack:///./src/components/newLesson/shareGoods.vue?16fc"],"names":["content","__webpack_require__","module","i","locals","exports","shareGoods","name","data","shareGoodsBg","shareGoodsBg_default","a","title_share_goods","title_share_goods_default","userDetail","shopId","goodsDetail","methods","initPage","_this","this","$sa","track","salesID","$route","query","userID","Object","api","then","res","user_info","avatar","replace","value","desc","JSON","parse","toBuy","type","tabTitle","moduleTitle","buttonType","buttonName","window","location","href","mounted","_this2","onscroll","t","document","documentElement","scrollTop","body","$refs","btn_block","style","opacity","render","_vm","_h","$createElement","_c","_self","staticClass","backgroundImage","attrs","src","_v","_s","nickname","total_day","on","click","$event","_e","domProps","innerHTML","detail","ref","_withStripped","esExports","staticRenderFns","newLesson_shareGoods","disposed","Component","normalizeComponent","ssrContext","options","__file","__webpack_exports__","push","version","sources","names","mappings","file","sourcesContent","sourceRoot","p"],"mappings":"yCAGA,IAAAA,EAAcC,EAAQ,QACtB,iBAAAD,QAA4CE,EAAAC,EAASH,EAAA,MACrDA,EAAAI,SAAAF,EAAAG,QAAAL,EAAAI,QAEaH,EAAQ,OAARA,CAAwE,WAAAD,GAAA,sJC0BrFM,GACAC,KAAA,aACAC,KAFA,WAGA,OACAC,aAAAC,EAAAC,EACAC,kBAAAC,EAAAF,EACAG,WAAA,KACAC,OAAA,KACAC,YAAA,OAGAC,SACAC,SADA,WACA,IAAAC,EAAAC,KACAA,KAAAC,IAAAC,MAAA,kBACAC,QAAAH,KAAAI,OAAAC,MAAAC,SAEMC,OAAAC,EAAA,EAAAD,CAANP,KAAAI,OAAAC,MAAAC,QAAAG,KAAA,SAAAC,GACAA,EAAAC,UAAAC,OAAAF,EAAAC,UAAAC,OAAAC,QAAA,sBACAd,EAAAL,WAAAgB,IAEMH,OAAAC,EAAA,EAAAD,GAANE,KAAA,SAAAC,GACAX,EAAAJ,OAAAe,EAAA,GAAAI,MACQP,OAAAC,EAAA,EAAAD,CAARR,EAAAJ,QAAAc,KAAA,SAAAC,GACAA,EAAAK,KAAAC,KAAAC,MAAAP,EAAAK,MACAhB,EAAAH,YAAAc,OAIAQ,MAjBA,SAiBAC,GACA,IAAAA,EACAnB,KAAAC,IAAAC,MAAA,eACAkB,SAAA,QACAC,YAAA,OACAC,WAAA,KACAC,WAAA,UAGAvB,KAAAC,IAAAC,MAAA,eACAkB,SAAA,QACAC,YAAA,OACAC,WAAA,KACAC,WAAA,UAGAC,OAAAC,SAAAC,KAAA,0DAAA1B,KAAAL,OAAA,uBAAAK,KAAAI,OAAAC,MAAAC,SAGAqB,QA/CA,WA+CA,IAAAC,EAAA5B,KACAA,KAAAF,WACA0B,OAAAK,SAAA,WAEA,IAAAC,EAAAC,SAAAC,gBAAAC,WAAAF,SAAAG,KAAAD,UAEAL,EAAAO,MAAAC,UAAAC,MAAAC,QADAR,EAAA,IACA,EAEA,KCxFAS,EAAA,WACA,IAAAC,EAAAxC,KACAyC,EAAAD,EAAAE,eACAC,EAAAH,EAAAI,MAAAD,IAAAF,EACA,OAAAE,EAAA,OACAH,EAAA9C,WACAiD,EACA,OAEAE,YAAA,kBACAR,OAAoBS,gBAAA,QAAAN,EAAAnD,aAAA,QAGpBsD,EAAA,OACAE,YAAA,OACAE,OAAsBC,IAAAR,EAAA9C,WAAAiB,UAAAC,UAEtB4B,EAAAS,GAAA,KACAN,EACA,OAEAE,YAAA,QACAR,OACAS,gBAAA,QAAAN,EAAAhD,kBAAA,QAIAgD,EAAAS,GACA,WACAT,EAAAU,GAAAV,EAAA9C,WAAAiB,UAAAwC,UACA,YAIAX,EAAAS,GAAA,KACAN,EAAA,OAAuBE,YAAA,QACvBL,EAAAS,GACA,WAAAT,EAAAU,GAAAV,EAAA9C,WAAA0D,WAAA,YAEAT,EAAA,QAAAH,EAAAS,GAAA,8BAEAT,EAAAS,GAAA,KACAN,EAAA,OACAE,YAAA,QACAQ,IACAC,MAAA,SAAAC,GACAf,EAAAtB,MAAA,SAMAsB,EAAAgB,KACAhB,EAAAS,GAAA,KACAT,EAAA5C,YACA+C,EAAA,OAAmBE,YAAA,iBACnBF,EAAA,OACAE,YAAA,UACAY,UAAuBC,UAAAlB,EAAAU,GAAAV,EAAA5C,YAAAmB,KAAA4C,WAEvBnB,EAAAS,GAAA,KACAN,EAAA,OAAqBiB,IAAA,YAAAf,YAAA,cACrBF,EACA,OAEAE,YAAA,MACAQ,IACAC,MAAA,SAAAC,GACAf,EAAAtB,MAAA,OAIAsB,EAAAS,GAAA,gCAIAT,EAAAgB,QAIAjB,EAAAsB,eAAA,EACA,IAAAC,GAAiBvB,SAAAwB,oBACFC,EAAA,EClFf,IAAAC,GAAA,EAMA,IAcAC,EAdyBrF,EAAQ,OAcjCsF,CACEjF,EACA8E,GATF,EAZA,SAAAI,GACAH,IACEpF,EAAQ,QACRA,EAAQ,UAaV,kBAEA,MASAqF,EAAAG,QAAAC,OAAA,0CAkBeC,EAAA,QAAAL,EAAiB,iCC9ChCpF,EAAAG,QAA2BJ,EAAQ,OAARA,EAA0D,IAKrF2F,MAAc1F,EAAAC,EAAS,6CAA2C,IAAU0F,QAAA,EAAAC,SAAA,gGAAAC,SAAAC,SAAA,yBAAgKC,KAAA,iBAAAC,gBAAA,yvJAAmyJC,WAAA,6BCL/gKjG,EAAAG,QAA2BJ,EAAQ,OAARA,EAA0D,IAKrF2F,MAAc1F,EAAAC,EAAS,g6EAA85E,IAAU0F,QAAA,EAAAC,SAAA,0SAAAC,SAAAC,SAAA,w/BAAw0CC,KAAA,iBAAAC,gBAAA,8uBAA2xB,6mEAA6mE,m7DAAo7DC,WAAA,0BCLnkRjG,EAAAG,QAAA,mgCCAAH,EAAAG,QAAiBJ,EAAAmG,EAAuB,4DCGxC,IAAApG,EAAcC,EAAQ,QACtB,iBAAAD,QAA4CE,EAAAC,EAASH,EAAA,MACrDA,EAAAI,SAAAF,EAAAG,QAAAL,EAAAI,QAEaH,EAAQ,OAARA,CAAwE,WAAAD,GAAA","file":"static/js/9.48c80f053ed95d5b6f1f.js","sourcesContent":["// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=1!./shareGoods.vue\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar update = require(\"!../../../node_modules/vue-style-loader/lib/addStylesClient.js\")(\"2ca757eb\", content, false, {});\n// Hot Module Replacement\nif(module.hot) {\n // When the styles change, update the <style> tags\n if(!content.locals) {\n module.hot.accept(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=1!./shareGoods.vue\", function() {\n var newContent = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=1!./shareGoods.vue\");\n if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];\n update(newContent);\n });\n }\n // When the module is disposed, remove the <style> tags\n module.hot.dispose(function() { update(); });\n}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-style-loader!./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":false,\"hasInlineConfig\":false}!./node_modules/vue-loader/lib/selector.js?type=styles&index=1!./src/components/newLesson/shareGoods.vue\n// module id = 4S5z\n// module chunks = 9","<template>\n <div>\n <div class=\"share-good-head\" v-if=\"userDetail\" :style=\"{backgroundImage:`url('${shareGoodsBg}')`}\">\n <img class=\"head\" :src=\"userDetail.user_info.avatar\">\n <div class=\"title\" :style=\"{backgroundImage:`url('${title_share_goods}')`}\" >\n {{userDetail.user_info.nickname}}\n </div>\n <div class=\"day\">\n {{userDetail.total_day}}\n <span>\n Days\n </span>\n </div>\n <div class=\"iknow\" @click=\"toBuy(1)\">\n\n </div>\n </div>\n <div class=\"good-content\" v-if=\"goodsDetail\">\n <div class=\"content\" v-html=\"goodsDetail.desc.detail\">\n </div>\n <div class=\"btn-block\" ref=\"btn_block\">\n <div class=\"btn\" @click=\"toBuy(2)\">\n 快去报名\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<script>\n import shareGoodsBg from '../../assets/newLesson/shareGoodsBg.png'\n import title_share_goods from '../../assets/newLesson/title-share-goods.png'\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from \"../../service/api\";\n export default {\n name: \"shareGoods\",\n data(){\n return {\n shareGoodsBg:shareGoodsBg,\n title_share_goods:title_share_goods,\n userDetail:null,\n shopId:null,\n goodsDetail:null\n }\n },\n methods:{\n initPage(){\n this.$sa.track('ViewInvitation',{\n salesID:this.$route.query.userID,\n });\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\n res.user_info.avatar = res.user_info.avatar.replace('http://','https://');\n this.userDetail = res\n });\n getShareGoodsApi().then(res=>{\n this.shopId = res[0].value;\n getGoodsDetailApi(this.shopId).then(res=>{\n res.desc = JSON.parse(res.desc)\n this.goodsDetail = res\n })\n })\n },\n toBuy(type){\n if(type === 1){\n this.$sa.track('buttonClick',{\n tabTitle:'打卡商品页',\n moduleTitle:'功能按钮',\n buttonType:'购买',\n buttonName:'马上报名1'\n });\n }else{\n this.$sa.track('buttonClick',{\n tabTitle:'打卡商品页',\n moduleTitle:'功能按钮',\n buttonType:'购买',\n buttonName:'马上报名2'\n });\n }\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\n }\n },\n mounted(){\n this.initPage();\n window.onscroll= ()=>{\n //变量t是滚动条滚动时,距离顶部的距离\n let t = document.documentElement.scrollTop||document.body.scrollTop;\n if(t>500){\n this.$refs.btn_block.style.opacity = 1\n }else{\n this.$refs.btn_block.style.opacity = 0\n }\n }\n }\n }\n</script>\n\n<style scoped lang=\"less\">\n @import \"../../util/public\";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n</style>\n<style>\n img{\n max-width: 100% !important;\n }\n</style>\n\n\n\n// WEBPACK FOOTER //\n// src/components/newLesson/shareGoods.vue","var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", [\n _vm.userDetail\n ? _c(\n \"div\",\n {\n staticClass: \"share-good-head\",\n style: { backgroundImage: \"url('\" + _vm.shareGoodsBg + \"')\" }\n },\n [\n _c(\"img\", {\n staticClass: \"head\",\n attrs: { src: _vm.userDetail.user_info.avatar }\n }),\n _vm._v(\" \"),\n _c(\n \"div\",\n {\n staticClass: \"title\",\n style: {\n backgroundImage: \"url('\" + _vm.title_share_goods + \"')\"\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.userDetail.user_info.nickname) +\n \"\\n \"\n )\n ]\n ),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"day\" }, [\n _vm._v(\n \"\\n \" + _vm._s(_vm.userDetail.total_day) + \"\\n \"\n ),\n _c(\"span\", [_vm._v(\"\\n Days\\n \")])\n ]),\n _vm._v(\" \"),\n _c(\"div\", {\n staticClass: \"iknow\",\n on: {\n click: function($event) {\n _vm.toBuy(1)\n }\n }\n })\n ]\n )\n : _vm._e(),\n _vm._v(\" \"),\n _vm.goodsDetail\n ? _c(\"div\", { staticClass: \"good-content\" }, [\n _c(\"div\", {\n staticClass: \"content\",\n domProps: { innerHTML: _vm._s(_vm.goodsDetail.desc.detail) }\n }),\n _vm._v(\" \"),\n _c(\"div\", { ref: \"btn_block\", staticClass: \"btn-block\" }, [\n _c(\n \"div\",\n {\n staticClass: \"btn\",\n on: {\n click: function($event) {\n _vm.toBuy(2)\n }\n }\n },\n [_vm._v(\"\\n 快去报名\\n \")]\n )\n ])\n ])\n : _vm._e()\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\nif (module.hot) {\n module.hot.accept()\n if (module.hot.data) {\n require(\"vue-hot-reload-api\") .rerender(\"data-v-52fa373e\", esExports)\n }\n}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-52fa373e\",\"hasScoped\":true,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","var disposed = false\nfunction injectStyle (ssrContext) {\n if (disposed) return\n require(\"!!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!less-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./shareGoods.vue\")\n require(\"!!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector?type=styles&index=1!./shareGoods.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"hasScoped\\\":true,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./shareGoods.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = \"data-v-52fa373e\"\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\nComponent.options.__file = \"src/components/newLesson/shareGoods.vue\"\n\n/* hot reload */\nif (module.hot) {(function () {\n var hotAPI = require(\"vue-hot-reload-api\")\n hotAPI.install(require(\"vue\"), false)\n if (!hotAPI.compatible) return\n module.hot.accept()\n if (!module.hot.data) {\n hotAPI.createRecord(\"data-v-52fa373e\", Component.options)\n } else {\n hotAPI.reload(\"data-v-52fa373e\", Component.options)\n }\n module.hot.dispose(function (data) {\n disposed = true\n })\n})()}\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","exports = module.exports = require(\"../../../node_modules/css-loader/lib/css-base.js\")(true);\n// imports\n\n\n// module\nexports.push([module.id, \"\\nimg{\\n max-width: 100% !important;\\n}\\n\", \"\", {\"version\":3,\"sources\":[\"D:/myproject/new-singsingH5/src/components/newLesson/src/components/newLesson/shareGoods.vue\"],\"names\":[],\"mappings\":\";AAqLA;EACA,2BAAA;CACA\",\"file\":\"shareGoods.vue\",\"sourcesContent\":[\"<template>\\n <div>\\n <div class=\\\"share-good-head\\\" v-if=\\\"userDetail\\\" :style=\\\"{backgroundImage:`url('${shareGoodsBg}')`}\\\">\\n <img class=\\\"head\\\" :src=\\\"userDetail.user_info.avatar\\\">\\n <div class=\\\"title\\\" :style=\\\"{backgroundImage:`url('${title_share_goods}')`}\\\" >\\n {{userDetail.user_info.nickname}}\\n </div>\\n <div class=\\\"day\\\">\\n {{userDetail.total_day}}\\n <span>\\n Days\\n </span>\\n </div>\\n <div class=\\\"iknow\\\" @click=\\\"toBuy(1)\\\">\\n\\n </div>\\n </div>\\n <div class=\\\"good-content\\\" v-if=\\\"goodsDetail\\\">\\n <div class=\\\"content\\\" v-html=\\\"goodsDetail.desc.detail\\\">\\n </div>\\n <div class=\\\"btn-block\\\" ref=\\\"btn_block\\\">\\n <div class=\\\"btn\\\" @click=\\\"toBuy(2)\\\">\\n 快去报名\\n </div>\\n </div>\\n </div>\\n </div>\\n</template>\\n\\n<script>\\n import shareGoodsBg from '../../assets/newLesson/shareGoodsBg.png'\\n import title_share_goods from '../../assets/newLesson/title-share-goods.png'\\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from \\\"../../service/api\\\";\\n export default {\\n name: \\\"shareGoods\\\",\\n data(){\\n return {\\n shareGoodsBg:shareGoodsBg,\\n title_share_goods:title_share_goods,\\n userDetail:null,\\n shopId:null,\\n goodsDetail:null\\n }\\n },\\n methods:{\\n initPage(){\\n this.$sa.track('ViewInvitation',{\\n salesID:this.$route.query.userID,\\n });\\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\\n res.user_info.avatar = res.user_info.avatar.replace('http://','https://');\\n this.userDetail = res\\n });\\n getShareGoodsApi().then(res=>{\\n this.shopId = res[0].value;\\n getGoodsDetailApi(this.shopId).then(res=>{\\n res.desc = JSON.parse(res.desc)\\n this.goodsDetail = res\\n })\\n })\\n },\\n toBuy(type){\\n if(type === 1){\\n this.$sa.track('buttonClick',{\\n tabTitle:'打卡商品页',\\n moduleTitle:'功能按钮',\\n buttonType:'购买',\\n buttonName:'马上报名1'\\n });\\n }else{\\n this.$sa.track('buttonClick',{\\n tabTitle:'打卡商品页',\\n moduleTitle:'功能按钮',\\n buttonType:'购买',\\n buttonName:'马上报名2'\\n });\\n }\\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\\n }\\n },\\n mounted(){\\n this.initPage();\\n window.onscroll= ()=>{\\n //变量t是滚动条滚动时,距离顶部的距离\\n let t = document.documentElement.scrollTop||document.body.scrollTop;\\n if(t>500){\\n this.$refs.btn_block.style.opacity = 1\\n }else{\\n this.$refs.btn_block.style.opacity = 0\\n }\\n }\\n }\\n }\\n</script>\\n\\n<style scoped lang=\\\"less\\\">\\n @import \\\"../../util/public\\\";\\n .share-good-head{\\n width: 100%;\\n height: 584*@toVw;\\n margin-top: -64*@toVw;\\n background-size: 100% 100%;\\n position: relative;\\n .iknow{\\n position: absolute;\\n top: 460*@toVw;\\n width: 200*@toVw;\\n height: 44*@toVw;\\n left: 87*@toVw;\\n }\\n .head{\\n position: absolute;\\n width: 70*@toVw;\\n height: 70*@toVw;\\n top: 155*@toVw;\\n left: 153*@toVw;\\n border-radius: 100*@toVw;\\n }\\n .title{\\n position: absolute;\\n width: 225*@toVw;\\n height: 54*@toVw;\\n background-size: 100% 100%;\\n top: 215*@toVw;\\n left: 75*@toVw;\\n text-align: center;\\n color: white;\\n font-size: 20*@toVw;\\n line-height: 48*@toVw;\\n }\\n .day{\\n position: absolute;\\n top: 320*@toVw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size:48*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n span{\\n font-size:20*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n color:rgba(6,151,119,1);\\n }\\n }\\n }\\n .good-content{\\n background: #00E0AE;\\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\\n .content{\\n background: white;\\n border-radius: 8*@toVw;\\n padding: 10*@toVw;\\n };\\n }\\n .btn-block{\\n padding:8*@toVw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n transition: all 0.5s;\\n bottom: 0;\\n .btn{\\n width: 287*@toVw;\\n height: 44*@toVw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 100*@toVw;\\n color: white;\\n line-height: 44*@toVw;\\n text-align: center;\\n font-size:16px;\\n font-family:PingFang-SC-Medium;\\n font-weight:500;\\n }\\n }\\n</style>\\n<style>\\n img{\\n max-width: 100% !important;\\n }\\n</style>\\n\"],\"sourceRoot\":\"\"}]);\n\n// exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":false,\"hasInlineConfig\":false}!./node_modules/vue-loader/lib/selector.js?type=styles&index=1!./src/components/newLesson/shareGoods.vue\n// module id = DuJ/\n// module chunks = 9","exports = module.exports = require(\"../../../node_modules/css-loader/lib/css-base.js\")(true);\n// imports\n\n\n// module\nexports.push([module.id, \"\\n.fl-r[data-v-52fa373e] {\\n float: right;\\n}\\n.main-block[data-v-52fa373e] {\\n margin: 5px;\\n background: white;\\n padding: 5px;\\n}\\n.clear-both[data-v-52fa373e]:after {\\n content: '';\\n display: block;\\n clear: both;\\n}\\n[data-v-52fa373e]::-webkit-scrollbar-track-piece {\\n border-radius: 10px;\\n}\\n[data-v-52fa373e]::-webkit-scrollbar {\\n width: 5px;\\n height: 5px;\\n}\\n[data-v-52fa373e]::-webkit-scrollbar-thumb {\\n background-color: #999;\\n border-radius: 10px;\\n height: 10px;\\n min-height: 10px;\\n}\\n.share-good-head[data-v-52fa373e] {\\n width: 100%;\\n height: 155.73333333vw;\\n margin-top: -17.06666667vw;\\n background-size: 100% 100%;\\n position: relative;\\n}\\n.share-good-head .iknow[data-v-52fa373e] {\\n position: absolute;\\n top: 122.66666667vw;\\n width: 53.33333333vw;\\n height: 11.73333333vw;\\n left: 23.2vw;\\n}\\n.share-good-head .head[data-v-52fa373e] {\\n position: absolute;\\n width: 18.66666667vw;\\n height: 18.66666667vw;\\n top: 41.33333333vw;\\n left: 40.8vw;\\n border-radius: 26.66666667vw;\\n}\\n.share-good-head .title[data-v-52fa373e] {\\n position: absolute;\\n width: 60vw;\\n height: 14.4vw;\\n background-size: 100% 100%;\\n top: 57.33333333vw;\\n left: 20vw;\\n text-align: center;\\n color: white;\\n font-size: 5.33333333vw;\\n line-height: 12.8vw;\\n}\\n.share-good-head .day[data-v-52fa373e] {\\n position: absolute;\\n top: 85.33333333vw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size: 12.8vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n}\\n.share-good-head .day span[data-v-52fa373e] {\\n font-size: 5.33333333vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n color: #069777;\\n}\\n.good-content[data-v-52fa373e] {\\n background: #00E0AE;\\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\\n}\\n.good-content .content[data-v-52fa373e] {\\n background: white;\\n border-radius: 2.13333333vw;\\n padding: 2.66666667vw;\\n}\\n.btn-block[data-v-52fa373e] {\\n padding: 2.13333333vw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n -webkit-transition: all 0.5s;\\n transition: all 0.5s;\\n bottom: 0;\\n}\\n.btn-block .btn[data-v-52fa373e] {\\n width: 76.53333333vw;\\n height: 11.73333333vw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 26.66666667vw;\\n color: white;\\n line-height: 11.73333333vw;\\n text-align: center;\\n font-size: 16px;\\n font-family: PingFang-SC-Medium;\\n font-weight: 500;\\n}\\n\", \"\", {\"version\":3,\"sources\":[\"D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/util/public.less\",\"D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue\",\"D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue\"],\"names\":[],\"mappings\":\";AAcA;EACE,aAAA;CCbD;ADeD;EACE,YAAA;EACA,kBAAA;EACA,aAAA;CCbD;ADmBC;EACE,YAAA;EACA,eAAA;EACA,YAAA;CCjBH;ADqBD;EACE,oBAAA;CCnBD;ADqBD;EACE,WAAA;EACA,YAAA;CCnBD;ADqBD;EACE,uBAAA;EACA,oBAAA;EACA,aAAA;EACA,iBAAA;CCnBD;ACwEA;EACE,YAAA;EACA,uBAAA;EACA,2BAAA;EACA,2BAAA;EACA,mBAAA;CDtEF;ACiEA;EAOI,mBAAA;EACA,oBAAA;EACA,qBAAA;EACA,sBAAA;EACA,aAAA;CDrEJ;AC0DA;EAcI,mBAAA;EACA,qBAAA;EACA,sBAAA;EACA,mBAAA;EACA,aAAA;EACA,6BAAA;CDrEJ;ACkDA;EAsBI,mBAAA;EACA,YAAA;EACA,eAAA;EACA,2BAAA;EACA,mBAAA;EACA,WAAA;EACA,mBAAA;EACA,aAAA;EACA,wBAAA;EACA,oBAAA;CDrEJ;ACsCA;EAkCI,mBAAA;EACA,mBAAA;EACA,YAAA;EACA,mBAAA;EACA,eAAA;EACA,kBAAA;EACA,8BAAA;EACA,kBAAA;CDrEJ;AC4BA;EA2CM,wBAAA;EACA,8BAAA;EACA,kBAAA;EACA,eAAA;CDpEN;ACwEA;EACE,oBAAA;EACA,mDAAA;CDtEF;ACoEA;EAII,kBAAA;EACA,4BAAA;EACA,sBAAA;CDrEJ;ACwEA;EACE,sBAAA;EACA,gBAAA;EACA,QAAA;EACA,YAAA;EACA,kBAAA;EACA,WAAA;EACA,6BAAA;EAAA,qBAAA;EACA,UAAA;CDtEF;AC8DA;EAUI,qBAAA;EACA,sBAAA;EACA,aAAA;EACA,oBAAA;EACA,6BAAA;EACA,aAAA;EACA,2BAAA;EACA,mBAAA;EACA,gBAAA;EACA,gCAAA;EACA,iBAAA;CDrEJ\",\"file\":\"shareGoods.vue\",\"sourcesContent\":[\"//颜色参数\\n@toVw:100/375vw;\\n@toVh:100/667vh;\\n@bg-b: #333;\\n@bg-b-s:#444;\\n@black-line:#191919;\\n@gray-line:#666;\\n@light-line:#ddd;\\n@main-font-color:#fff;\\n@secondary-font-color:#999;\\n@gold-color-light:#FFD04B;\\n@gold-color: #a18430;\\n\\n//公共类\\n.fl-r{\\n float: right;\\n}\\n.main-block{\\n margin: 5px;\\n background: white;\\n padding: 5px;\\n}\\nhtml{\\n\\n}\\n.clear-both{\\n &:after{\\n content: '';\\n display: block;\\n clear: both;\\n }\\n}\\n//滚动条样式\\n::-webkit-scrollbar-track-piece { //滚动条凹槽的颜色,还可以设置边框属性\\n border-radius: 10px;\\n}\\n::-webkit-scrollbar {//滚动条的宽度\\n width:5px;\\n height:5px;\\n}\\n::-webkit-scrollbar-thumb {//滚动条的设置\\n background-color:@secondary-font-color;\\n border-radius: 10px;\\n height: 10px;\\n min-height:10px;\\n}\\n\",\".fl-r {\\n float: right;\\n}\\n.main-block {\\n margin: 5px;\\n background: white;\\n padding: 5px;\\n}\\n.clear-both:after {\\n content: '';\\n display: block;\\n clear: both;\\n}\\n::-webkit-scrollbar-track-piece {\\n border-radius: 10px;\\n}\\n::-webkit-scrollbar {\\n width: 5px;\\n height: 5px;\\n}\\n::-webkit-scrollbar-thumb {\\n background-color: #999;\\n border-radius: 10px;\\n height: 10px;\\n min-height: 10px;\\n}\\n.share-good-head {\\n width: 100%;\\n height: 155.73333333vw;\\n margin-top: -17.06666667vw;\\n background-size: 100% 100%;\\n position: relative;\\n}\\n.share-good-head .iknow {\\n position: absolute;\\n top: 122.66666667vw;\\n width: 53.33333333vw;\\n height: 11.73333333vw;\\n left: 23.2vw;\\n}\\n.share-good-head .head {\\n position: absolute;\\n width: 18.66666667vw;\\n height: 18.66666667vw;\\n top: 41.33333333vw;\\n left: 40.8vw;\\n border-radius: 26.66666667vw;\\n}\\n.share-good-head .title {\\n position: absolute;\\n width: 60vw;\\n height: 14.4vw;\\n background-size: 100% 100%;\\n top: 57.33333333vw;\\n left: 20vw;\\n text-align: center;\\n color: white;\\n font-size: 5.33333333vw;\\n line-height: 12.8vw;\\n}\\n.share-good-head .day {\\n position: absolute;\\n top: 85.33333333vw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size: 12.8vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n}\\n.share-good-head .day span {\\n font-size: 5.33333333vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n color: #069777;\\n}\\n.good-content {\\n background: #00E0AE;\\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\\n}\\n.good-content .content {\\n background: white;\\n border-radius: 2.13333333vw;\\n padding: 2.66666667vw;\\n}\\n.btn-block {\\n padding: 2.13333333vw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n transition: all 0.5s;\\n bottom: 0;\\n}\\n.btn-block .btn {\\n width: 76.53333333vw;\\n height: 11.73333333vw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 26.66666667vw;\\n color: white;\\n line-height: 11.73333333vw;\\n text-align: center;\\n font-size: 16px;\\n font-family: PingFang-SC-Medium;\\n font-weight: 500;\\n}\\n\",\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n@import \\\"../../util/public\\\";\\n .share-good-head{\\n width: 100%;\\n height: 584*@toVw;\\n margin-top: -64*@toVw;\\n background-size: 100% 100%;\\n position: relative;\\n .iknow{\\n position: absolute;\\n top: 460*@toVw;\\n width: 200*@toVw;\\n height: 44*@toVw;\\n left: 87*@toVw;\\n }\\n .head{\\n position: absolute;\\n width: 70*@toVw;\\n height: 70*@toVw;\\n top: 155*@toVw;\\n left: 153*@toVw;\\n border-radius: 100*@toVw;\\n }\\n .title{\\n position: absolute;\\n width: 225*@toVw;\\n height: 54*@toVw;\\n background-size: 100% 100%;\\n top: 215*@toVw;\\n left: 75*@toVw;\\n text-align: center;\\n color: white;\\n font-size: 20*@toVw;\\n line-height: 48*@toVw;\\n }\\n .day{\\n position: absolute;\\n top: 320*@toVw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size:48*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n span{\\n font-size:20*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n color:rgba(6,151,119,1);\\n }\\n }\\n }\\n .good-content{\\n background: #00E0AE;\\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\\n .content{\\n background: white;\\n border-radius: 8*@toVw;\\n padding: 10*@toVw;\\n };\\n }\\n .btn-block{\\n padding:8*@toVw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n transition: all 0.5s;\\n bottom: 0;\\n .btn{\\n width: 287*@toVw;\\n height: 44*@toVw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 100*@toVw;\\n color: white;\\n line-height: 44*@toVw;\\n text-align: center;\\n font-size:16px;\\n font-family:PingFang-SC-Medium;\\n font-weight:500;\\n }\\n }\\n\"],\"sourceRoot\":\"\"}]);\n\n// exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":true,\"hasInlineConfig\":false}!./node_modules/less-loader/dist/cjs.js?{\"sourceMap\":true}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/components/newLesson/shareGoods.vue\n// module id = IshY\n// module chunks = 9","module.exports = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC\"\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/title-share-goods.png\n// module id = LyMh\n// module chunks = 9","module.exports = __webpack_public_path__ + \"static/img/shareGoodsBg.812a62b.png\";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/shareGoodsBg.png\n// module id = RjZ4\n// module chunks = 9","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!../../../node_modules/less-loader/dist/cjs.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./shareGoods.vue\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar update = require(\"!../../../node_modules/vue-style-loader/lib/addStylesClient.js\")(\"7a96b268\", content, false, {});\n// Hot Module Replacement\nif(module.hot) {\n // When the styles change, update the <style> tags\n if(!content.locals) {\n module.hot.accept(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!../../../node_modules/less-loader/dist/cjs.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./shareGoods.vue\", function() {\n var newContent = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!../../../node_modules/less-loader/dist/cjs.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./shareGoods.vue\");\n if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];\n update(newContent);\n });\n }\n // When the module is disposed, remove the <style> tags\n module.hot.dispose(function() { update(); });\n}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-style-loader!./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":true,\"hasInlineConfig\":false}!./node_modules/less-loader/dist/cjs.js?{\"sourceMap\":true}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/components/newLesson/shareGoods.vue\n// module id = wP84\n// module chunks = 9"],"sourceRoot":""}
\ No newline at end of file
webpackJsonp([9],{"4S5z":function(n,t,o){var e=o("DuJ/");"string"==typeof e&&(e=[[n.i,e,""]]),e.locals&&(n.exports=e.locals);o("rjj0")("2ca757eb",e,!1,{})},"54Ry":function(n,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var e=o("RjZ4"),i=o.n(e),a=o("LyMh"),s=o.n(a),A=o("CCn6"),r={name:"shareGoods",data:function(){return{shareGoodsBg:i.a,title_share_goods:s.a,userDetail:null,shopId:null,goodsDetail:null}},methods:{initPage:function(){var n=this;this.$sa.track("ViewInvitation",{salesID:this.$route.query.userID}),Object(A.s)(this.$route.query.userID).then(function(t){t.user_info.avatar=t.user_info.avatar.replace("http://","https://"),n.userDetail=t}),Object(A.u)().then(function(t){n.shopId=t[0].value,Object(A.h)(n.shopId).then(function(t){t.desc=JSON.parse(t.desc),n.goodsDetail=t})})},toBuy:function(){this.$sa.track("buttonClick",{tabTitle:"打卡商品页",moduleTitle:"功能按钮",buttonType:"购买",buttonName:"马上报名"}),window.location.href="https://wechat-test.changchangenglish.com/#/buy?shopId="+this.shopId+"&invite_code=CC-UDK-"+this.$route.query.userID}},mounted:function(){var n=this;this.initPage(),window.onscroll=function(){var t=document.documentElement.scrollTop||document.body.scrollTop;n.$refs.btn_block.style.opacity=t>500?1:0}}},d=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("div",[n.userDetail?o("div",{staticClass:"share-good-head",style:{backgroundImage:"url('"+n.shareGoodsBg+"')"}},[o("img",{staticClass:"head",attrs:{src:n.userDetail.user_info.avatar}}),n._v(" "),o("div",{staticClass:"title",style:{backgroundImage:"url('"+n.title_share_goods+"')"}},[n._v("\n "+n._s(n.userDetail.user_info.nickname)+"\n ")]),n._v(" "),o("div",{staticClass:"day"},[n._v("\n "+n._s(n.userDetail.total_day)+"\n "),o("span",[n._v("\n Days\n ")])]),n._v(" "),o("div",{staticClass:"iknow",on:{click:n.toBuy}})]):n._e(),n._v(" "),n.goodsDetail?o("div",{staticClass:"good-content"},[o("div",{staticClass:"content",domProps:{innerHTML:n._s(n.goodsDetail.desc.detail)}}),n._v(" "),o("div",{ref:"btn_block",staticClass:"btn-block"},[o("div",{staticClass:"btn",on:{click:n.toBuy}},[n._v("\n 快去报名\n ")])])]):n._e()])};d._withStripped=!0;var l={render:d,staticRenderFns:[]},h=l;var c=!1;var g=o("VU/8")(r,h,!1,function(n){c||(o("wP84"),o("4S5z"))},"data-v-52fa373e",null);g.options.__file="src/components/newLesson/shareGoods.vue";t.default=g.exports},"DuJ/":function(n,t,o){(n.exports=o("FZ+f")(!0)).push([n.i,"\nimg{\n max-width: 100% !important;\n}\n","",{version:3,sources:["D:/myproject/new-singsingH5/src/components/newLesson/src/components/newLesson/shareGoods.vue"],names:[],mappings:";AA4KA;EACA,2BAAA;CACA",file:"shareGoods.vue",sourcesContent:['<template>\n <div>\n <div class="share-good-head" v-if="userDetail" :style="{backgroundImage:`url(\'${shareGoodsBg}\')`}">\n <img class="head" :src="userDetail.user_info.avatar">\n <div class="title" :style="{backgroundImage:`url(\'${title_share_goods}\')`}" >\n {{userDetail.user_info.nickname}}\n </div>\n <div class="day">\n {{userDetail.total_day}}\n <span>\n Days\n </span>\n </div>\n <div class="iknow" @click="toBuy">\n\n </div>\n </div>\n <div class="good-content" v-if="goodsDetail">\n <div class="content" v-html="goodsDetail.desc.detail">\n </div>\n <div class="btn-block" ref="btn_block">\n <div class="btn" @click="toBuy">\n 快去报名\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<script>\n import shareGoodsBg from \'../../assets/newLesson/shareGoodsBg.png\'\n import title_share_goods from \'../../assets/newLesson/title-share-goods.png\'\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from "../../service/api";\n export default {\n name: "shareGoods",\n data(){\n return {\n shareGoodsBg:shareGoodsBg,\n title_share_goods:title_share_goods,\n userDetail:null,\n shopId:null,\n goodsDetail:null\n }\n },\n methods:{\n initPage(){\n this.$sa.track(\'ViewInvitation\',{\n salesID:this.$route.query.userID,\n });\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\n res.user_info.avatar = res.user_info.avatar.replace(\'http://\',\'https://\');\n this.userDetail = res\n });\n getShareGoodsApi().then(res=>{\n this.shopId = res[0].value;\n getGoodsDetailApi(this.shopId).then(res=>{\n res.desc = JSON.parse(res.desc)\n this.goodsDetail = res\n })\n })\n },\n toBuy(){\n this.$sa.track(\'buttonClick\',{\n tabTitle:\'打卡商品页\',\n moduleTitle:\'功能按钮\',\n buttonType:\'购买\',\n buttonName:\'马上报名\'\n });\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\n }\n },\n mounted(){\n this.initPage();\n window.onscroll= ()=>{\n //变量t是滚动条滚动时,距离顶部的距离\n let t = document.documentElement.scrollTop||document.body.scrollTop;\n if(t>500){\n this.$refs.btn_block.style.opacity = 1\n }else{\n this.$refs.btn_block.style.opacity = 0\n }\n }\n }\n }\n<\/script>\n\n<style scoped lang="less">\n @import "../../util/public";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n</style>\n<style>\n img{\n max-width: 100% !important;\n }\n</style>\n'],sourceRoot:""}])},IshY:function(n,t,o){(n.exports=o("FZ+f")(!0)).push([n.i,"\n.fl-r[data-v-52fa373e] {\n float: right;\n}\n.main-block[data-v-52fa373e] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both[data-v-52fa373e]:after {\n content: '';\n display: block;\n clear: both;\n}\n[data-v-52fa373e]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-52fa373e]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-52fa373e]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.share-good-head[data-v-52fa373e] {\n width: 100%;\n height: 155.73333333vw;\n margin-top: -17.06666667vw;\n background-size: 100% 100%;\n position: relative;\n}\n.share-good-head .iknow[data-v-52fa373e] {\n position: absolute;\n top: 122.66666667vw;\n width: 53.33333333vw;\n height: 11.73333333vw;\n left: 23.2vw;\n}\n.share-good-head .head[data-v-52fa373e] {\n position: absolute;\n width: 18.66666667vw;\n height: 18.66666667vw;\n top: 41.33333333vw;\n left: 40.8vw;\n border-radius: 26.66666667vw;\n}\n.share-good-head .title[data-v-52fa373e] {\n position: absolute;\n width: 60vw;\n height: 14.4vw;\n background-size: 100% 100%;\n top: 57.33333333vw;\n left: 20vw;\n text-align: center;\n color: white;\n font-size: 5.33333333vw;\n line-height: 12.8vw;\n}\n.share-good-head .day[data-v-52fa373e] {\n position: absolute;\n top: 85.33333333vw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size: 12.8vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n}\n.share-good-head .day span[data-v-52fa373e] {\n font-size: 5.33333333vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n color: #069777;\n}\n.good-content[data-v-52fa373e] {\n background: #00E0AE;\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\n}\n.good-content .content[data-v-52fa373e] {\n background: white;\n border-radius: 2.13333333vw;\n padding: 2.66666667vw;\n}\n.btn-block[data-v-52fa373e] {\n padding: 2.13333333vw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n -webkit-transition: all 0.5s;\n transition: all 0.5s;\n bottom: 0;\n}\n.btn-block .btn[data-v-52fa373e] {\n width: 76.53333333vw;\n height: 11.73333333vw;\n margin: auto;\n background: #FF785D;\n border-radius: 26.66666667vw;\n color: white;\n line-height: 11.73333333vw;\n text-align: center;\n font-size: 16px;\n font-family: PingFang-SC-Medium;\n font-weight: 500;\n}\n","",{version:3,sources:["D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/util/public.less","D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue","D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue"],names:[],mappings:";AAcA;EACE,aAAA;CCbD;ADeD;EACE,YAAA;EACA,kBAAA;EACA,aAAA;CCbD;ADmBC;EACE,YAAA;EACA,eAAA;EACA,YAAA;CCjBH;ADqBD;EACE,oBAAA;CCnBD;ADqBD;EACE,WAAA;EACA,YAAA;CCnBD;ADqBD;EACE,uBAAA;EACA,oBAAA;EACA,aAAA;EACA,iBAAA;CCnBD;AC+DA;EACE,YAAA;EACA,uBAAA;EACA,2BAAA;EACA,2BAAA;EACA,mBAAA;CD7DF;ACwDA;EAOI,mBAAA;EACA,oBAAA;EACA,qBAAA;EACA,sBAAA;EACA,aAAA;CD5DJ;ACiDA;EAcI,mBAAA;EACA,qBAAA;EACA,sBAAA;EACA,mBAAA;EACA,aAAA;EACA,6BAAA;CD5DJ;ACyCA;EAsBI,mBAAA;EACA,YAAA;EACA,eAAA;EACA,2BAAA;EACA,mBAAA;EACA,WAAA;EACA,mBAAA;EACA,aAAA;EACA,wBAAA;EACA,oBAAA;CD5DJ;AC6BA;EAkCI,mBAAA;EACA,mBAAA;EACA,YAAA;EACA,mBAAA;EACA,eAAA;EACA,kBAAA;EACA,8BAAA;EACA,kBAAA;CD5DJ;ACmBA;EA2CM,wBAAA;EACA,8BAAA;EACA,kBAAA;EACA,eAAA;CD3DN;AC+DA;EACE,oBAAA;EACA,mDAAA;CD7DF;AC2DA;EAII,kBAAA;EACA,4BAAA;EACA,sBAAA;CD5DJ;AC+DA;EACE,sBAAA;EACA,gBAAA;EACA,QAAA;EACA,YAAA;EACA,kBAAA;EACA,WAAA;EACA,6BAAA;EAAA,qBAAA;EACA,UAAA;CD7DF;ACqDA;EAUI,qBAAA;EACA,sBAAA;EACA,aAAA;EACA,oBAAA;EACA,6BAAA;EACA,aAAA;EACA,2BAAA;EACA,mBAAA;EACA,gBAAA;EACA,gCAAA;EACA,iBAAA;CD5DJ",file:"shareGoods.vue",sourcesContent:["//颜色参数\n@toVw:100/375vw;\n@toVh:100/667vh;\n@bg-b: #333;\n@bg-b-s:#444;\n@black-line:#191919;\n@gray-line:#666;\n@light-line:#ddd;\n@main-font-color:#fff;\n@secondary-font-color:#999;\n@gold-color-light:#FFD04B;\n@gold-color: #a18430;\n\n//公共类\n.fl-r{\n float: right;\n}\n.main-block{\n margin: 5px;\n background: white;\n padding: 5px;\n}\nhtml{\n\n}\n.clear-both{\n &:after{\n content: '';\n display: block;\n clear: both;\n }\n}\n//滚动条样式\n::-webkit-scrollbar-track-piece { //滚动条凹槽的颜色,还可以设置边框属性\n border-radius: 10px;\n}\n::-webkit-scrollbar {//滚动条的宽度\n width:5px;\n height:5px;\n}\n::-webkit-scrollbar-thumb {//滚动条的设置\n background-color:@secondary-font-color;\n border-radius: 10px;\n height: 10px;\n min-height:10px;\n}\n",".fl-r {\n float: right;\n}\n.main-block {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both:after {\n content: '';\n display: block;\n clear: both;\n}\n::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.share-good-head {\n width: 100%;\n height: 155.73333333vw;\n margin-top: -17.06666667vw;\n background-size: 100% 100%;\n position: relative;\n}\n.share-good-head .iknow {\n position: absolute;\n top: 122.66666667vw;\n width: 53.33333333vw;\n height: 11.73333333vw;\n left: 23.2vw;\n}\n.share-good-head .head {\n position: absolute;\n width: 18.66666667vw;\n height: 18.66666667vw;\n top: 41.33333333vw;\n left: 40.8vw;\n border-radius: 26.66666667vw;\n}\n.share-good-head .title {\n position: absolute;\n width: 60vw;\n height: 14.4vw;\n background-size: 100% 100%;\n top: 57.33333333vw;\n left: 20vw;\n text-align: center;\n color: white;\n font-size: 5.33333333vw;\n line-height: 12.8vw;\n}\n.share-good-head .day {\n position: absolute;\n top: 85.33333333vw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size: 12.8vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n}\n.share-good-head .day span {\n font-size: 5.33333333vw;\n font-family: PingFang-SC-Bold;\n font-weight: bold;\n color: #069777;\n}\n.good-content {\n background: #00E0AE;\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\n}\n.good-content .content {\n background: white;\n border-radius: 2.13333333vw;\n padding: 2.66666667vw;\n}\n.btn-block {\n padding: 2.13333333vw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n}\n.btn-block .btn {\n width: 76.53333333vw;\n height: 11.73333333vw;\n margin: auto;\n background: #FF785D;\n border-radius: 26.66666667vw;\n color: white;\n line-height: 11.73333333vw;\n text-align: center;\n font-size: 16px;\n font-family: PingFang-SC-Medium;\n font-weight: 500;\n}\n",'\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n@import "../../util/public";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n'],sourceRoot:""}])},LyMh:function(n,t){n.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC"},RjZ4:function(n,t,o){n.exports=o.p+"static/img/shareGoodsBg.812a62b.png"},wP84:function(n,t,o){var e=o("IshY");"string"==typeof e&&(e=[[n.i,e,""]]),e.locals&&(n.exports=e.locals);o("rjj0")("7a96b268",e,!1,{})}});
//# sourceMappingURL=9.b02ce4cb3dc2778de406.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///./src/components/newLesson/shareGoods.vue?9f21","webpack:///src/components/newLesson/shareGoods.vue","webpack:///./src/components/newLesson/shareGoods.vue?1b73","webpack:///./src/components/newLesson/shareGoods.vue","webpack:///./src/components/newLesson/shareGoods.vue?f704","webpack:///./src/components/newLesson/shareGoods.vue?a18f","webpack:///./src/assets/newLesson/title-share-goods.png","webpack:///./src/assets/newLesson/shareGoodsBg.png","webpack:///./src/components/newLesson/shareGoods.vue?16fc"],"names":["content","__webpack_require__","module","i","locals","exports","shareGoods","name","data","shareGoodsBg","shareGoodsBg_default","a","title_share_goods","title_share_goods_default","userDetail","shopId","goodsDetail","methods","initPage","_this","this","$sa","track","salesID","$route","query","userID","Object","api","then","res","user_info","avatar","replace","value","desc","JSON","parse","toBuy","tabTitle","moduleTitle","buttonType","buttonName","window","location","href","mounted","_this2","onscroll","t","document","documentElement","scrollTop","body","$refs","btn_block","style","opacity","render","_vm","_h","$createElement","_c","_self","staticClass","backgroundImage","attrs","src","_v","_s","nickname","total_day","on","click","_e","domProps","innerHTML","detail","ref","_withStripped","esExports","staticRenderFns","newLesson_shareGoods","disposed","Component","normalizeComponent","ssrContext","options","__file","__webpack_exports__","push","version","sources","names","mappings","file","sourcesContent","sourceRoot","p"],"mappings":"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","file":"static/js/9.b02ce4cb3dc2778de406.js","sourcesContent":["// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=1!./shareGoods.vue\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar update = require(\"!../../../node_modules/vue-style-loader/lib/addStylesClient.js\")(\"2ca757eb\", content, false, {});\n// Hot Module Replacement\nif(module.hot) {\n // When the styles change, update the <style> tags\n if(!content.locals) {\n module.hot.accept(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=1!./shareGoods.vue\", function() {\n var newContent = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=1!./shareGoods.vue\");\n if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];\n update(newContent);\n });\n }\n // When the module is disposed, remove the <style> tags\n module.hot.dispose(function() { update(); });\n}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-style-loader!./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":false,\"hasInlineConfig\":false}!./node_modules/vue-loader/lib/selector.js?type=styles&index=1!./src/components/newLesson/shareGoods.vue\n// module id = 4S5z\n// module chunks = 9","<template>\n <div>\n <div class=\"share-good-head\" v-if=\"userDetail\" :style=\"{backgroundImage:`url('${shareGoodsBg}')`}\">\n <img class=\"head\" :src=\"userDetail.user_info.avatar\">\n <div class=\"title\" :style=\"{backgroundImage:`url('${title_share_goods}')`}\" >\n {{userDetail.user_info.nickname}}\n </div>\n <div class=\"day\">\n {{userDetail.total_day}}\n <span>\n Days\n </span>\n </div>\n <div class=\"iknow\" @click=\"toBuy\">\n\n </div>\n </div>\n <div class=\"good-content\" v-if=\"goodsDetail\">\n <div class=\"content\" v-html=\"goodsDetail.desc.detail\">\n </div>\n <div class=\"btn-block\" ref=\"btn_block\">\n <div class=\"btn\" @click=\"toBuy\">\n 快去报名\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<script>\n import shareGoodsBg from '../../assets/newLesson/shareGoodsBg.png'\n import title_share_goods from '../../assets/newLesson/title-share-goods.png'\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from \"../../service/api\";\n export default {\n name: \"shareGoods\",\n data(){\n return {\n shareGoodsBg:shareGoodsBg,\n title_share_goods:title_share_goods,\n userDetail:null,\n shopId:null,\n goodsDetail:null\n }\n },\n methods:{\n initPage(){\n this.$sa.track('ViewInvitation',{\n salesID:this.$route.query.userID,\n });\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\n res.user_info.avatar = res.user_info.avatar.replace('http://','https://');\n this.userDetail = res\n });\n getShareGoodsApi().then(res=>{\n this.shopId = res[0].value;\n getGoodsDetailApi(this.shopId).then(res=>{\n res.desc = JSON.parse(res.desc)\n this.goodsDetail = res\n })\n })\n },\n toBuy(){\n this.$sa.track('buttonClick',{\n tabTitle:'打卡商品页',\n moduleTitle:'功能按钮',\n buttonType:'购买',\n buttonName:'马上报名'\n });\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\n }\n },\n mounted(){\n this.initPage();\n window.onscroll= ()=>{\n //变量t是滚动条滚动时,距离顶部的距离\n let t = document.documentElement.scrollTop||document.body.scrollTop;\n if(t>500){\n this.$refs.btn_block.style.opacity = 1\n }else{\n this.$refs.btn_block.style.opacity = 0\n }\n }\n }\n }\n</script>\n\n<style scoped lang=\"less\">\n @import \"../../util/public\";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n</style>\n<style>\n img{\n max-width: 100% !important;\n }\n</style>\n\n\n\n// WEBPACK FOOTER //\n// src/components/newLesson/shareGoods.vue","var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", [\n _vm.userDetail\n ? _c(\n \"div\",\n {\n staticClass: \"share-good-head\",\n style: { backgroundImage: \"url('\" + _vm.shareGoodsBg + \"')\" }\n },\n [\n _c(\"img\", {\n staticClass: \"head\",\n attrs: { src: _vm.userDetail.user_info.avatar }\n }),\n _vm._v(\" \"),\n _c(\n \"div\",\n {\n staticClass: \"title\",\n style: {\n backgroundImage: \"url('\" + _vm.title_share_goods + \"')\"\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.userDetail.user_info.nickname) +\n \"\\n \"\n )\n ]\n ),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"day\" }, [\n _vm._v(\n \"\\n \" + _vm._s(_vm.userDetail.total_day) + \"\\n \"\n ),\n _c(\"span\", [_vm._v(\"\\n Days\\n \")])\n ]),\n _vm._v(\" \"),\n _c(\"div\", { staticClass: \"iknow\", on: { click: _vm.toBuy } })\n ]\n )\n : _vm._e(),\n _vm._v(\" \"),\n _vm.goodsDetail\n ? _c(\"div\", { staticClass: \"good-content\" }, [\n _c(\"div\", {\n staticClass: \"content\",\n domProps: { innerHTML: _vm._s(_vm.goodsDetail.desc.detail) }\n }),\n _vm._v(\" \"),\n _c(\"div\", { ref: \"btn_block\", staticClass: \"btn-block\" }, [\n _c(\"div\", { staticClass: \"btn\", on: { click: _vm.toBuy } }, [\n _vm._v(\"\\n 快去报名\\n \")\n ])\n ])\n ])\n : _vm._e()\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\nif (module.hot) {\n module.hot.accept()\n if (module.hot.data) {\n require(\"vue-hot-reload-api\") .rerender(\"data-v-52fa373e\", esExports)\n }\n}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-52fa373e\",\"hasScoped\":true,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","var disposed = false\nfunction injectStyle (ssrContext) {\n if (disposed) return\n require(\"!!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!less-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./shareGoods.vue\")\n require(\"!!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector?type=styles&index=1!./shareGoods.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"hasScoped\\\":true,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./shareGoods.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = \"data-v-52fa373e\"\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\nComponent.options.__file = \"src/components/newLesson/shareGoods.vue\"\n\n/* hot reload */\nif (module.hot) {(function () {\n var hotAPI = require(\"vue-hot-reload-api\")\n hotAPI.install(require(\"vue\"), false)\n if (!hotAPI.compatible) return\n module.hot.accept()\n if (!module.hot.data) {\n hotAPI.createRecord(\"data-v-52fa373e\", Component.options)\n } else {\n hotAPI.reload(\"data-v-52fa373e\", Component.options)\n }\n module.hot.dispose(function (data) {\n disposed = true\n })\n})()}\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","exports = module.exports = require(\"../../../node_modules/css-loader/lib/css-base.js\")(true);\n// imports\n\n\n// module\nexports.push([module.id, \"\\nimg{\\n max-width: 100% !important;\\n}\\n\", \"\", {\"version\":3,\"sources\":[\"D:/myproject/new-singsingH5/src/components/newLesson/src/components/newLesson/shareGoods.vue\"],\"names\":[],\"mappings\":\";AA4KA;EACA,2BAAA;CACA\",\"file\":\"shareGoods.vue\",\"sourcesContent\":[\"<template>\\n <div>\\n <div class=\\\"share-good-head\\\" v-if=\\\"userDetail\\\" :style=\\\"{backgroundImage:`url('${shareGoodsBg}')`}\\\">\\n <img class=\\\"head\\\" :src=\\\"userDetail.user_info.avatar\\\">\\n <div class=\\\"title\\\" :style=\\\"{backgroundImage:`url('${title_share_goods}')`}\\\" >\\n {{userDetail.user_info.nickname}}\\n </div>\\n <div class=\\\"day\\\">\\n {{userDetail.total_day}}\\n <span>\\n Days\\n </span>\\n </div>\\n <div class=\\\"iknow\\\" @click=\\\"toBuy\\\">\\n\\n </div>\\n </div>\\n <div class=\\\"good-content\\\" v-if=\\\"goodsDetail\\\">\\n <div class=\\\"content\\\" v-html=\\\"goodsDetail.desc.detail\\\">\\n </div>\\n <div class=\\\"btn-block\\\" ref=\\\"btn_block\\\">\\n <div class=\\\"btn\\\" @click=\\\"toBuy\\\">\\n 快去报名\\n </div>\\n </div>\\n </div>\\n </div>\\n</template>\\n\\n<script>\\n import shareGoodsBg from '../../assets/newLesson/shareGoodsBg.png'\\n import title_share_goods from '../../assets/newLesson/title-share-goods.png'\\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from \\\"../../service/api\\\";\\n export default {\\n name: \\\"shareGoods\\\",\\n data(){\\n return {\\n shareGoodsBg:shareGoodsBg,\\n title_share_goods:title_share_goods,\\n userDetail:null,\\n shopId:null,\\n goodsDetail:null\\n }\\n },\\n methods:{\\n initPage(){\\n this.$sa.track('ViewInvitation',{\\n salesID:this.$route.query.userID,\\n });\\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\\n res.user_info.avatar = res.user_info.avatar.replace('http://','https://');\\n this.userDetail = res\\n });\\n getShareGoodsApi().then(res=>{\\n this.shopId = res[0].value;\\n getGoodsDetailApi(this.shopId).then(res=>{\\n res.desc = JSON.parse(res.desc)\\n this.goodsDetail = res\\n })\\n })\\n },\\n toBuy(){\\n this.$sa.track('buttonClick',{\\n tabTitle:'打卡商品页',\\n moduleTitle:'功能按钮',\\n buttonType:'购买',\\n buttonName:'马上报名'\\n });\\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\\n }\\n },\\n mounted(){\\n this.initPage();\\n window.onscroll= ()=>{\\n //变量t是滚动条滚动时,距离顶部的距离\\n let t = document.documentElement.scrollTop||document.body.scrollTop;\\n if(t>500){\\n this.$refs.btn_block.style.opacity = 1\\n }else{\\n this.$refs.btn_block.style.opacity = 0\\n }\\n }\\n }\\n }\\n</script>\\n\\n<style scoped lang=\\\"less\\\">\\n @import \\\"../../util/public\\\";\\n .share-good-head{\\n width: 100%;\\n height: 584*@toVw;\\n margin-top: -64*@toVw;\\n background-size: 100% 100%;\\n position: relative;\\n .iknow{\\n position: absolute;\\n top: 460*@toVw;\\n width: 200*@toVw;\\n height: 44*@toVw;\\n left: 87*@toVw;\\n }\\n .head{\\n position: absolute;\\n width: 70*@toVw;\\n height: 70*@toVw;\\n top: 155*@toVw;\\n left: 153*@toVw;\\n border-radius: 100*@toVw;\\n }\\n .title{\\n position: absolute;\\n width: 225*@toVw;\\n height: 54*@toVw;\\n background-size: 100% 100%;\\n top: 215*@toVw;\\n left: 75*@toVw;\\n text-align: center;\\n color: white;\\n font-size: 20*@toVw;\\n line-height: 48*@toVw;\\n }\\n .day{\\n position: absolute;\\n top: 320*@toVw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size:48*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n span{\\n font-size:20*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n color:rgba(6,151,119,1);\\n }\\n }\\n }\\n .good-content{\\n background: #00E0AE;\\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\\n .content{\\n background: white;\\n border-radius: 8*@toVw;\\n padding: 10*@toVw;\\n };\\n }\\n .btn-block{\\n padding:8*@toVw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n transition: all 0.5s;\\n bottom: 0;\\n .btn{\\n width: 287*@toVw;\\n height: 44*@toVw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 100*@toVw;\\n color: white;\\n line-height: 44*@toVw;\\n text-align: center;\\n font-size:16px;\\n font-family:PingFang-SC-Medium;\\n font-weight:500;\\n }\\n }\\n</style>\\n<style>\\n img{\\n max-width: 100% !important;\\n }\\n</style>\\n\"],\"sourceRoot\":\"\"}]);\n\n// exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":false,\"hasInlineConfig\":false}!./node_modules/vue-loader/lib/selector.js?type=styles&index=1!./src/components/newLesson/shareGoods.vue\n// module id = DuJ/\n// module chunks = 9","exports = module.exports = require(\"../../../node_modules/css-loader/lib/css-base.js\")(true);\n// imports\n\n\n// module\nexports.push([module.id, \"\\n.fl-r[data-v-52fa373e] {\\n float: right;\\n}\\n.main-block[data-v-52fa373e] {\\n margin: 5px;\\n background: white;\\n padding: 5px;\\n}\\n.clear-both[data-v-52fa373e]:after {\\n content: '';\\n display: block;\\n clear: both;\\n}\\n[data-v-52fa373e]::-webkit-scrollbar-track-piece {\\n border-radius: 10px;\\n}\\n[data-v-52fa373e]::-webkit-scrollbar {\\n width: 5px;\\n height: 5px;\\n}\\n[data-v-52fa373e]::-webkit-scrollbar-thumb {\\n background-color: #999;\\n border-radius: 10px;\\n height: 10px;\\n min-height: 10px;\\n}\\n.share-good-head[data-v-52fa373e] {\\n width: 100%;\\n height: 155.73333333vw;\\n margin-top: -17.06666667vw;\\n background-size: 100% 100%;\\n position: relative;\\n}\\n.share-good-head .iknow[data-v-52fa373e] {\\n position: absolute;\\n top: 122.66666667vw;\\n width: 53.33333333vw;\\n height: 11.73333333vw;\\n left: 23.2vw;\\n}\\n.share-good-head .head[data-v-52fa373e] {\\n position: absolute;\\n width: 18.66666667vw;\\n height: 18.66666667vw;\\n top: 41.33333333vw;\\n left: 40.8vw;\\n border-radius: 26.66666667vw;\\n}\\n.share-good-head .title[data-v-52fa373e] {\\n position: absolute;\\n width: 60vw;\\n height: 14.4vw;\\n background-size: 100% 100%;\\n top: 57.33333333vw;\\n left: 20vw;\\n text-align: center;\\n color: white;\\n font-size: 5.33333333vw;\\n line-height: 12.8vw;\\n}\\n.share-good-head .day[data-v-52fa373e] {\\n position: absolute;\\n top: 85.33333333vw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size: 12.8vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n}\\n.share-good-head .day span[data-v-52fa373e] {\\n font-size: 5.33333333vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n color: #069777;\\n}\\n.good-content[data-v-52fa373e] {\\n background: #00E0AE;\\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\\n}\\n.good-content .content[data-v-52fa373e] {\\n background: white;\\n border-radius: 2.13333333vw;\\n padding: 2.66666667vw;\\n}\\n.btn-block[data-v-52fa373e] {\\n padding: 2.13333333vw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n -webkit-transition: all 0.5s;\\n transition: all 0.5s;\\n bottom: 0;\\n}\\n.btn-block .btn[data-v-52fa373e] {\\n width: 76.53333333vw;\\n height: 11.73333333vw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 26.66666667vw;\\n color: white;\\n line-height: 11.73333333vw;\\n text-align: center;\\n font-size: 16px;\\n font-family: PingFang-SC-Medium;\\n font-weight: 500;\\n}\\n\", \"\", {\"version\":3,\"sources\":[\"D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/util/public.less\",\"D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue\",\"D:/myproject/new-singsingH5/src/components/newLesson/D:/myproject/new-singsingH5/src/components/newLesson/shareGoods.vue\"],\"names\":[],\"mappings\":\";AAcA;EACE,aAAA;CCbD;ADeD;EACE,YAAA;EACA,kBAAA;EACA,aAAA;CCbD;ADmBC;EACE,YAAA;EACA,eAAA;EACA,YAAA;CCjBH;ADqBD;EACE,oBAAA;CCnBD;ADqBD;EACE,WAAA;EACA,YAAA;CCnBD;ADqBD;EACE,uBAAA;EACA,oBAAA;EACA,aAAA;EACA,iBAAA;CCnBD;AC+DA;EACE,YAAA;EACA,uBAAA;EACA,2BAAA;EACA,2BAAA;EACA,mBAAA;CD7DF;ACwDA;EAOI,mBAAA;EACA,oBAAA;EACA,qBAAA;EACA,sBAAA;EACA,aAAA;CD5DJ;ACiDA;EAcI,mBAAA;EACA,qBAAA;EACA,sBAAA;EACA,mBAAA;EACA,aAAA;EACA,6BAAA;CD5DJ;ACyCA;EAsBI,mBAAA;EACA,YAAA;EACA,eAAA;EACA,2BAAA;EACA,mBAAA;EACA,WAAA;EACA,mBAAA;EACA,aAAA;EACA,wBAAA;EACA,oBAAA;CD5DJ;AC6BA;EAkCI,mBAAA;EACA,mBAAA;EACA,YAAA;EACA,mBAAA;EACA,eAAA;EACA,kBAAA;EACA,8BAAA;EACA,kBAAA;CD5DJ;ACmBA;EA2CM,wBAAA;EACA,8BAAA;EACA,kBAAA;EACA,eAAA;CD3DN;AC+DA;EACE,oBAAA;EACA,mDAAA;CD7DF;AC2DA;EAII,kBAAA;EACA,4BAAA;EACA,sBAAA;CD5DJ;AC+DA;EACE,sBAAA;EACA,gBAAA;EACA,QAAA;EACA,YAAA;EACA,kBAAA;EACA,WAAA;EACA,6BAAA;EAAA,qBAAA;EACA,UAAA;CD7DF;ACqDA;EAUI,qBAAA;EACA,sBAAA;EACA,aAAA;EACA,oBAAA;EACA,6BAAA;EACA,aAAA;EACA,2BAAA;EACA,mBAAA;EACA,gBAAA;EACA,gCAAA;EACA,iBAAA;CD5DJ\",\"file\":\"shareGoods.vue\",\"sourcesContent\":[\"//颜色参数\\n@toVw:100/375vw;\\n@toVh:100/667vh;\\n@bg-b: #333;\\n@bg-b-s:#444;\\n@black-line:#191919;\\n@gray-line:#666;\\n@light-line:#ddd;\\n@main-font-color:#fff;\\n@secondary-font-color:#999;\\n@gold-color-light:#FFD04B;\\n@gold-color: #a18430;\\n\\n//公共类\\n.fl-r{\\n float: right;\\n}\\n.main-block{\\n margin: 5px;\\n background: white;\\n padding: 5px;\\n}\\nhtml{\\n\\n}\\n.clear-both{\\n &:after{\\n content: '';\\n display: block;\\n clear: both;\\n }\\n}\\n//滚动条样式\\n::-webkit-scrollbar-track-piece { //滚动条凹槽的颜色,还可以设置边框属性\\n border-radius: 10px;\\n}\\n::-webkit-scrollbar {//滚动条的宽度\\n width:5px;\\n height:5px;\\n}\\n::-webkit-scrollbar-thumb {//滚动条的设置\\n background-color:@secondary-font-color;\\n border-radius: 10px;\\n height: 10px;\\n min-height:10px;\\n}\\n\",\".fl-r {\\n float: right;\\n}\\n.main-block {\\n margin: 5px;\\n background: white;\\n padding: 5px;\\n}\\n.clear-both:after {\\n content: '';\\n display: block;\\n clear: both;\\n}\\n::-webkit-scrollbar-track-piece {\\n border-radius: 10px;\\n}\\n::-webkit-scrollbar {\\n width: 5px;\\n height: 5px;\\n}\\n::-webkit-scrollbar-thumb {\\n background-color: #999;\\n border-radius: 10px;\\n height: 10px;\\n min-height: 10px;\\n}\\n.share-good-head {\\n width: 100%;\\n height: 155.73333333vw;\\n margin-top: -17.06666667vw;\\n background-size: 100% 100%;\\n position: relative;\\n}\\n.share-good-head .iknow {\\n position: absolute;\\n top: 122.66666667vw;\\n width: 53.33333333vw;\\n height: 11.73333333vw;\\n left: 23.2vw;\\n}\\n.share-good-head .head {\\n position: absolute;\\n width: 18.66666667vw;\\n height: 18.66666667vw;\\n top: 41.33333333vw;\\n left: 40.8vw;\\n border-radius: 26.66666667vw;\\n}\\n.share-good-head .title {\\n position: absolute;\\n width: 60vw;\\n height: 14.4vw;\\n background-size: 100% 100%;\\n top: 57.33333333vw;\\n left: 20vw;\\n text-align: center;\\n color: white;\\n font-size: 5.33333333vw;\\n line-height: 12.8vw;\\n}\\n.share-good-head .day {\\n position: absolute;\\n top: 85.33333333vw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size: 12.8vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n}\\n.share-good-head .day span {\\n font-size: 5.33333333vw;\\n font-family: PingFang-SC-Bold;\\n font-weight: bold;\\n color: #069777;\\n}\\n.good-content {\\n background: #00E0AE;\\n padding: 0 5.33333333vw 21.33333333vw 5.33333333vw;\\n}\\n.good-content .content {\\n background: white;\\n border-radius: 2.13333333vw;\\n padding: 2.66666667vw;\\n}\\n.btn-block {\\n padding: 2.13333333vw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n transition: all 0.5s;\\n bottom: 0;\\n}\\n.btn-block .btn {\\n width: 76.53333333vw;\\n height: 11.73333333vw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 26.66666667vw;\\n color: white;\\n line-height: 11.73333333vw;\\n text-align: center;\\n font-size: 16px;\\n font-family: PingFang-SC-Medium;\\n font-weight: 500;\\n}\\n\",\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n@import \\\"../../util/public\\\";\\n .share-good-head{\\n width: 100%;\\n height: 584*@toVw;\\n margin-top: -64*@toVw;\\n background-size: 100% 100%;\\n position: relative;\\n .iknow{\\n position: absolute;\\n top: 460*@toVw;\\n width: 200*@toVw;\\n height: 44*@toVw;\\n left: 87*@toVw;\\n }\\n .head{\\n position: absolute;\\n width: 70*@toVw;\\n height: 70*@toVw;\\n top: 155*@toVw;\\n left: 153*@toVw;\\n border-radius: 100*@toVw;\\n }\\n .title{\\n position: absolute;\\n width: 225*@toVw;\\n height: 54*@toVw;\\n background-size: 100% 100%;\\n top: 215*@toVw;\\n left: 75*@toVw;\\n text-align: center;\\n color: white;\\n font-size: 20*@toVw;\\n line-height: 48*@toVw;\\n }\\n .day{\\n position: absolute;\\n top: 320*@toVw;\\n width: 100%;\\n text-align: center;\\n color: #069777;\\n font-size:48*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n span{\\n font-size:20*@toVw;\\n font-family:PingFang-SC-Bold;\\n font-weight:bold;\\n color:rgba(6,151,119,1);\\n }\\n }\\n }\\n .good-content{\\n background: #00E0AE;\\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\\n .content{\\n background: white;\\n border-radius: 8*@toVw;\\n padding: 10*@toVw;\\n };\\n }\\n .btn-block{\\n padding:8*@toVw;\\n position: fixed;\\n left: 0;\\n width: 100%;\\n background: white;\\n opacity: 0;\\n transition: all 0.5s;\\n bottom: 0;\\n .btn{\\n width: 287*@toVw;\\n height: 44*@toVw;\\n margin: auto;\\n background: #FF785D;\\n border-radius: 100*@toVw;\\n color: white;\\n line-height: 44*@toVw;\\n text-align: center;\\n font-size:16px;\\n font-family:PingFang-SC-Medium;\\n font-weight:500;\\n }\\n }\\n\"],\"sourceRoot\":\"\"}]);\n\n// exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":true,\"hasInlineConfig\":false}!./node_modules/less-loader/dist/cjs.js?{\"sourceMap\":true}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/components/newLesson/shareGoods.vue\n// module id = IshY\n// module chunks = 9","module.exports = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC\"\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/title-share-goods.png\n// module id = LyMh\n// module chunks = 9","module.exports = __webpack_public_path__ + \"static/img/shareGoodsBg.812a62b.png\";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/shareGoodsBg.png\n// module id = RjZ4\n// module chunks = 9","// style-loader: Adds some css to the DOM by adding a <style> tag\n\n// load the styles\nvar content = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!../../../node_modules/less-loader/dist/cjs.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./shareGoods.vue\");\nif(typeof content === 'string') content = [[module.id, content, '']];\nif(content.locals) module.exports = content.locals;\n// add the styles to the DOM\nvar update = require(\"!../../../node_modules/vue-style-loader/lib/addStylesClient.js\")(\"7a96b268\", content, false, {});\n// Hot Module Replacement\nif(module.hot) {\n // When the styles change, update the <style> tags\n if(!content.locals) {\n module.hot.accept(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!../../../node_modules/less-loader/dist/cjs.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./shareGoods.vue\", function() {\n var newContent = require(\"!!../../../node_modules/css-loader/index.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index.js?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-52fa373e\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!../../../node_modules/less-loader/dist/cjs.js?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./shareGoods.vue\");\n if(typeof newContent === 'string') newContent = [[module.id, newContent, '']];\n update(newContent);\n });\n }\n // When the module is disposed, remove the <style> tags\n module.hot.dispose(function() { update(); });\n}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-style-loader!./node_modules/css-loader?{\"sourceMap\":true}!./node_modules/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-52fa373e\",\"scoped\":true,\"hasInlineConfig\":false}!./node_modules/less-loader/dist/cjs.js?{\"sourceMap\":true}!./node_modules/vue-loader/lib/selector.js?type=styles&index=0!./src/components/newLesson/shareGoods.vue\n// module id = wP84\n// module chunks = 9"],"sourceRoot":""}
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(n,a,o){for(var f,d,b,i=0,u=[];i<n.length;i++)d=n[i],r[d]&&u.push(r[d][0]),r[d]=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e[f]=a[f]);for(c&&c(n,a,o);u.length;)u.shift()();if(o)for(i=0;i<o.length;i++)b=t(t.s=o[i]);return b};var n={},r={26:0};function t(c){if(n[c])return n[c].exports;var r=n[c]={i:c,l:!1,exports:{}};return e[c].call(r.exports,r,r.exports,t),r.l=!0,r.exports}t.e=function(e){var c=r[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var n=new Promise(function(n,t){c=r[e]=[n,t]});c[2]=n;var a=document.getElementsByTagName("head")[0],o=document.createElement("script");o.type="text/javascript",o.charset="utf-8",o.async=!0,o.timeout=12e4,t.nc&&o.setAttribute("nonce",t.nc),o.src=t.p+"static/js/"+e+"."+{0:"dd7a4a4d6f66f918b161",1:"b2eb1ec9d8299221df56",2:"fa22829657cbd48b57a2",3:"20ef48d48dc907cfbee6",4:"c41af7b10db43aa02c9d",5:"a37b9ee5517eca783c3e",6:"2c5a5a257cacf6b2cf52",7:"6e480a071fded4480eed",8:"be4ed60496a08edbe14e",9:"b02ce4cb3dc2778de406",10:"fb904dd92fba2806640c",11:"79842596b7b8db168fb6",12:"6b7a9a473eb005cfd1b0",13:"bb3378743dd89bff1e9f",14:"07abae18534fd4ad84f2",15:"8016506c55a85edfab62",16:"d65597b9762dcc1cd0ed",17:"e8ffb1f4ac658fec0e7e",18:"f63413591b9bdc9cb4ce",19:"c778bfb2475fb9071e71",20:"cc3848989c6b0e891bdc",21:"3e29f0466acabc459f5b",22:"4930019ea0011ef68ac8",23:"8d337c794f25767b4793"}[e]+".js";var f=setTimeout(d,12e4);function d(){o.onerror=o.onload=null,clearTimeout(f);var c=r[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),r[e]=void 0)}return o.onerror=o.onload=d,a.appendChild(o),n},t.m=e,t.c=n,t.d=function(e,c,n){t.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(c,"a",c),c},t.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},t.p="",t.oe=function(e){throw console.error(e),e}}([]);
//# sourceMappingURL=manifest.e861daea6c68418ba0eb.js.map
\ No newline at end of file
!function(e){var c=window.webpackJsonp;window.webpackJsonp=function(n,a,f){for(var o,d,b,i=0,u=[];i<n.length;i++)d=n[i],r[d]&&u.push(r[d][0]),r[d]=0;for(o in a)Object.prototype.hasOwnProperty.call(a,o)&&(e[o]=a[o]);for(c&&c(n,a,f);u.length;)u.shift()();if(f)for(i=0;i<f.length;i++)b=t(t.s=f[i]);return b};var n={},r={26:0};function t(c){if(n[c])return n[c].exports;var r=n[c]={i:c,l:!1,exports:{}};return e[c].call(r.exports,r,r.exports,t),r.l=!0,r.exports}t.e=function(e){var c=r[e];if(0===c)return new Promise(function(e){e()});if(c)return c[2];var n=new Promise(function(n,t){c=r[e]=[n,t]});c[2]=n;var a=document.getElementsByTagName("head")[0],f=document.createElement("script");f.type="text/javascript",f.charset="utf-8",f.async=!0,f.timeout=12e4,t.nc&&f.setAttribute("nonce",t.nc),f.src=t.p+"static/js/"+e+"."+{0:"dd7a4a4d6f66f918b161",1:"b2eb1ec9d8299221df56",2:"fa22829657cbd48b57a2",3:"20ef48d48dc907cfbee6",4:"c41af7b10db43aa02c9d",5:"a37b9ee5517eca783c3e",6:"2c5a5a257cacf6b2cf52",7:"6e480a071fded4480eed",8:"be4ed60496a08edbe14e",9:"48c80f053ed95d5b6f1f",10:"fb904dd92fba2806640c",11:"79842596b7b8db168fb6",12:"6b7a9a473eb005cfd1b0",13:"bb3378743dd89bff1e9f",14:"07abae18534fd4ad84f2",15:"8016506c55a85edfab62",16:"d65597b9762dcc1cd0ed",17:"e8ffb1f4ac658fec0e7e",18:"f63413591b9bdc9cb4ce",19:"c778bfb2475fb9071e71",20:"cc3848989c6b0e891bdc",21:"3e29f0466acabc459f5b",22:"4930019ea0011ef68ac8",23:"8d337c794f25767b4793"}[e]+".js";var o=setTimeout(d,12e4);function d(){f.onerror=f.onload=null,clearTimeout(o);var c=r[e];0!==c&&(c&&c[1](new Error("Loading chunk "+e+" failed.")),r[e]=void 0)}return f.onerror=f.onload=d,a.appendChild(f),n},t.m=e,t.c=n,t.d=function(e,c,n){t.o(e,c)||Object.defineProperty(e,c,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(c,"a",c),c},t.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},t.p="",t.oe=function(e){throw console.error(e),e}}([]);
//# sourceMappingURL=manifest.1918f79fb4f207725ad9.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///webpack/bootstrap 88c8c926ebd8a501be60"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","26","exports","module","l","e","installedChunkData","Promise","resolve","promise","reject","head","document","getElementsByTagName","script","createElement","type","charset","async","timeout","nc","setAttribute","src","p","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","setTimeout","onScriptComplete","onerror","onload","clearTimeout","chunk","Error","undefined","appendChild","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","oe","err","console","error"],"mappings":"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","file":"static/js/manifest.e861daea6c68418ba0eb.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t26: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData === 0) {\n \t\t\treturn new Promise(function(resolve) { resolve(); });\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunkData) {\n \t\t\treturn installedChunkData[2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunkData[2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = \"text/javascript\";\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"static/js/\" + chunkId + \".\" + {\"0\":\"dd7a4a4d6f66f918b161\",\"1\":\"b2eb1ec9d8299221df56\",\"2\":\"fa22829657cbd48b57a2\",\"3\":\"20ef48d48dc907cfbee6\",\"4\":\"c41af7b10db43aa02c9d\",\"5\":\"a37b9ee5517eca783c3e\",\"6\":\"2c5a5a257cacf6b2cf52\",\"7\":\"6e480a071fded4480eed\",\"8\":\"be4ed60496a08edbe14e\",\"9\":\"b02ce4cb3dc2778de406\",\"10\":\"fb904dd92fba2806640c\",\"11\":\"79842596b7b8db168fb6\",\"12\":\"6b7a9a473eb005cfd1b0\",\"13\":\"bb3378743dd89bff1e9f\",\"14\":\"07abae18534fd4ad84f2\",\"15\":\"8016506c55a85edfab62\",\"16\":\"d65597b9762dcc1cd0ed\",\"17\":\"e8ffb1f4ac658fec0e7e\",\"18\":\"f63413591b9bdc9cb4ce\",\"19\":\"c778bfb2475fb9071e71\",\"20\":\"cc3848989c6b0e891bdc\",\"21\":\"3e29f0466acabc459f5b\",\"22\":\"4930019ea0011ef68ac8\",\"23\":\"8d337c794f25767b4793\"}[chunkId] + \".js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 88c8c926ebd8a501be60"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///webpack/bootstrap 8942102e4ed975f2548c"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","26","exports","module","l","e","installedChunkData","Promise","resolve","promise","reject","head","document","getElementsByTagName","script","createElement","type","charset","async","timeout","nc","setAttribute","src","p","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","setTimeout","onScriptComplete","onerror","onload","clearTimeout","chunk","Error","undefined","appendChild","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","oe","err","console","error"],"mappings":"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","file":"static/js/manifest.1918f79fb4f207725ad9.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t26: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData === 0) {\n \t\t\treturn new Promise(function(resolve) { resolve(); });\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunkData) {\n \t\t\treturn installedChunkData[2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunkData[2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = \"text/javascript\";\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"static/js/\" + chunkId + \".\" + {\"0\":\"dd7a4a4d6f66f918b161\",\"1\":\"b2eb1ec9d8299221df56\",\"2\":\"fa22829657cbd48b57a2\",\"3\":\"20ef48d48dc907cfbee6\",\"4\":\"c41af7b10db43aa02c9d\",\"5\":\"a37b9ee5517eca783c3e\",\"6\":\"2c5a5a257cacf6b2cf52\",\"7\":\"6e480a071fded4480eed\",\"8\":\"be4ed60496a08edbe14e\",\"9\":\"48c80f053ed95d5b6f1f\",\"10\":\"fb904dd92fba2806640c\",\"11\":\"79842596b7b8db168fb6\",\"12\":\"6b7a9a473eb005cfd1b0\",\"13\":\"bb3378743dd89bff1e9f\",\"14\":\"07abae18534fd4ad84f2\",\"15\":\"8016506c55a85edfab62\",\"16\":\"d65597b9762dcc1cd0ed\",\"17\":\"e8ffb1f4ac658fec0e7e\",\"18\":\"f63413591b9bdc9cb4ce\",\"19\":\"c778bfb2475fb9071e71\",\"20\":\"cc3848989c6b0e891bdc\",\"21\":\"3e29f0466acabc459f5b\",\"22\":\"4930019ea0011ef68ac8\",\"23\":\"8d337c794f25767b4793\"}[chunkId] + \".js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 8942102e4ed975f2548c"],"sourceRoot":""}
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><meta name=screen-orientation content=portrait><meta name=x5-orientation content=portrait><title>唱唱启蒙英语</title><link rel=stylesheet href=https://at.alicdn.com/t/font_822651_g9r2j7kybxu.css><style>*{
-webkit-overflow-scrolling:touch;
}</style><link href=https://static-cdn.changchangenglish.com/new-sing/static/css/app.a1ab06732085da6d39849849ccffb0b7.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=https://static-cdn.changchangenglish.com/new-sing/static/js/manifest.7791676a80cf7c763806.js></script><script type=text/javascript src=https://static-cdn.changchangenglish.com/new-sing/static/js/vendor.3a0087e50012f11a0897.js></script><script type=text/javascript src=https://static-cdn.changchangenglish.com/new-sing/static/js/app.bb87580ce77454927a85.js></script></body></html>
\ No newline at end of file
}</style><link href=https://static-cdn.changchangenglish.com/new-sing/static/css/app.6137bb5113b78cc452357d6f9d680893.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script></script><script type=text/javascript src=https://static-cdn.changchangenglish.com/new-sing/static/js/manifest.fc7d7d4d8f4f5b22dc87.js></script><script type=text/javascript src=https://static-cdn.changchangenglish.com/new-sing/static/js/vendor.3a0087e50012f11a0897.js></script><script type=text/javascript src=https://static-cdn.changchangenglish.com/new-sing/static/js/app.bb87580ce77454927a85.js></script></body></html>
\ No newline at end of file
webpackJsonp([9],{"54Ry":function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s("RjZ4"),o=s.n(a),n=s("LyMh"),i=s.n(n),c=s("CCn6"),l={name:"shareGoods",data:function(){return{shareGoodsBg:o.a,title_share_goods:i.a,userDetail:null,shopId:null,goodsDetail:null}},methods:{initPage:function(){var t=this;this.$sa.track("ViewInvitation",{salesID:this.$route.query.userID}),Object(c.s)(this.$route.query.userID).then(function(e){e.user_info.avatar=e.user_info.avatar.replace("http://","https://"),t.userDetail=e}),Object(c.u)().then(function(e){t.shopId=e[0].value,Object(c.h)(t.shopId).then(function(e){e.desc=JSON.parse(e.desc),t.goodsDetail=e})})},toBuy:function(){this.$sa.track("buttonClick",{tabTitle:"打卡商品页",moduleTitle:"功能按钮",buttonType:"购买",buttonName:"马上报名"}),window.location.href="https://wechat.changchangenglish.com/#/buy?shopId="+this.shopId+"&invite_code=CC-UDK-"+this.$route.query.userID}},mounted:function(){var t=this;this.initPage(),window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;t.$refs.btn_block.style.opacity=e>500?1:0}}},r={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[t.userDetail?s("div",{staticClass:"share-good-head",style:{backgroundImage:"url('"+t.shareGoodsBg+"')"}},[s("img",{staticClass:"head",attrs:{src:t.userDetail.user_info.avatar}}),t._v(" "),s("div",{staticClass:"title",style:{backgroundImage:"url('"+t.title_share_goods+"')"}},[t._v("\n "+t._s(t.userDetail.user_info.nickname)+"\n ")]),t._v(" "),s("div",{staticClass:"day"},[t._v("\n "+t._s(t.userDetail.total_day)+"\n "),s("span",[t._v("\n Days\n ")])]),t._v(" "),s("div",{staticClass:"iknow",on:{click:t.toBuy}})]):t._e(),t._v(" "),t.goodsDetail?s("div",{staticClass:"good-content"},[s("div",{staticClass:"content",domProps:{innerHTML:t._s(t.goodsDetail.desc.detail)}}),t._v(" "),s("div",{ref:"btn_block",staticClass:"btn-block"},[s("div",{staticClass:"btn",on:{click:t.toBuy}},[t._v("\n 快去报名\n ")])])]):t._e()])},staticRenderFns:[]};var u=s("VU/8")(l,r,!1,function(t){s("VmzJ"),s("bo2x")},"data-v-0b1c0aad",null);e.default=u.exports},LyMh:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC"},RjZ4:function(t,e,s){t.exports=s.p+"static/img/shareGoodsBg.812a62b.png"},VmzJ:function(t,e){},bo2x:function(t,e){}});
//# sourceMappingURL=9.3c3595055c0941aa181e.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///src/components/newLesson/shareGoods.vue","webpack:///./src/components/newLesson/shareGoods.vue?8a36","webpack:///./src/components/newLesson/shareGoods.vue","webpack:///./src/assets/newLesson/title-share-goods.png","webpack:///./src/assets/newLesson/shareGoodsBg.png"],"names":["shareGoods","name","data","shareGoodsBg","shareGoodsBg_default","a","title_share_goods","title_share_goods_default","userDetail","shopId","goodsDetail","methods","initPage","_this","this","$sa","track","salesID","$route","query","userID","Object","api","then","res","user_info","avatar","replace","value","desc","JSON","parse","toBuy","tabTitle","moduleTitle","buttonType","buttonName","window","location","href","mounted","_this2","onscroll","t","document","documentElement","scrollTop","body","$refs","btn_block","style","opacity","newLesson_shareGoods","render","_vm","_h","$createElement","_c","_self","staticClass","backgroundImage","attrs","src","_v","_s","nickname","total_day","on","click","_e","domProps","innerHTML","detail","ref","staticRenderFns","Component","__webpack_require__","normalizeComponent","ssrContext","__webpack_exports__","module","exports","p"],"mappings":"iKAiCAA,GACAC,KAAA,aACAC,KAFA,WAGA,OACAC,aAAAC,EAAAC,EACAC,kBAAAC,EAAAF,EACAG,WAAA,KACAC,OAAA,KACAC,YAAA,OAGAC,SACAC,SADA,WACA,IAAAC,EAAAC,KACAA,KAAAC,IAAAC,MAAA,kBACAC,QAAAH,KAAAI,OAAAC,MAAAC,SAEMC,OAAAC,EAAA,EAAAD,CAANP,KAAAI,OAAAC,MAAAC,QAAAG,KAAA,SAAAC,GACAA,EAAAC,UAAAC,OAAAF,EAAAC,UAAAC,OAAAC,QAAA,sBACAd,EAAAL,WAAAgB,IAEMH,OAAAC,EAAA,EAAAD,GAANE,KAAA,SAAAC,GACAX,EAAAJ,OAAAe,EAAA,GAAAI,MACQP,OAAAC,EAAA,EAAAD,CAARR,EAAAJ,QAAAc,KAAA,SAAAC,GACAA,EAAAK,KAAAC,KAAAC,MAAAP,EAAAK,MACAhB,EAAAH,YAAAc,OAIAQ,MAjBA,WAkBAlB,KAAAC,IAAAC,MAAA,eACAiB,SAAA,QACAC,YAAA,OACAC,WAAA,KACAC,WAAA,SAEAC,OAAAC,SAAAC,KAAA,qDAAAzB,KAAAL,OAAA,uBAAAK,KAAAI,OAAAC,MAAAC,SAGAoB,QAtCA,WAsCA,IAAAC,EAAA3B,KACAA,KAAAF,WACAyB,OAAAK,SAAA,WAEA,IAAAC,EAAAC,SAAAC,gBAAAC,WAAAF,SAAAG,KAAAD,UAEAL,EAAAO,MAAAC,UAAAC,MAAAC,QADAR,EAAA,IACA,EAEA,KC5EeS,GADEC,OAFjB,WAA0B,IAAAC,EAAAxC,KAAayC,EAAAD,EAAAE,eAA0BC,EAAAH,EAAAI,MAAAD,IAAAF,EAAwB,OAAAE,EAAA,OAAAH,EAAA,WAAAG,EAAA,OAA4CE,YAAA,kBAAAT,OAAsCU,gBAAA,QAAAN,EAAAnD,aAAA,QAAsDsD,EAAA,OAAYE,YAAA,OAAAE,OAA0BC,IAAAR,EAAA9C,WAAAiB,UAAAC,UAAuC4B,EAAAS,GAAA,KAAAN,EAAA,OAAwBE,YAAA,QAAAT,OAA4BU,gBAAA,QAAAN,EAAAhD,kBAAA,QAA2DgD,EAAAS,GAAA,WAAAT,EAAAU,GAAAV,EAAA9C,WAAAiB,UAAAwC,UAAA,YAAAX,EAAAS,GAAA,KAAAN,EAAA,OAAgGE,YAAA,QAAkBL,EAAAS,GAAA,WAAAT,EAAAU,GAAAV,EAAA9C,WAAA0D,WAAA,YAAAT,EAAA,QAAAH,EAAAS,GAAA,8BAAAT,EAAAS,GAAA,KAAAN,EAAA,OAAuIE,YAAA,QAAAQ,IAAwBC,MAAAd,EAAAtB,WAAmBsB,EAAAe,KAAAf,EAAAS,GAAA,KAAAT,EAAA,YAAAG,EAAA,OAAqDE,YAAA,iBAA2BF,EAAA,OAAYE,YAAA,UAAAW,UAAgCC,UAAAjB,EAAAU,GAAAV,EAAA5C,YAAAmB,KAAA2C,WAAiDlB,EAAAS,GAAA,KAAAN,EAAA,OAAwBgB,IAAA,YAAAd,YAAA,cAAwCF,EAAA,OAAYE,YAAA,MAAAQ,IAAsBC,MAAAd,EAAAtB,SAAmBsB,EAAAS,GAAA,gCAAAT,EAAAe,QAEl9BK,oBCEjB,IAcAC,EAdyBC,EAAQ,OAcjCC,CACE7E,EACAoD,GATF,EAXA,SAAA0B,GACEF,EAAQ,QACRA,EAAQ,SAaV,kBAEA,MAUeG,EAAA,QAAAJ,EAAiB,4BC3BhCK,EAAAC,QAAA,mgCCAAD,EAAAC,QAAiBL,EAAAM,EAAuB","file":"static/js/9.3c3595055c0941aa181e.js","sourcesContent":["<template>\n <div>\n <div class=\"share-good-head\" v-if=\"userDetail\" :style=\"{backgroundImage:`url('${shareGoodsBg}')`}\">\n <img class=\"head\" :src=\"userDetail.user_info.avatar\">\n <div class=\"title\" :style=\"{backgroundImage:`url('${title_share_goods}')`}\" >\n {{userDetail.user_info.nickname}}\n </div>\n <div class=\"day\">\n {{userDetail.total_day}}\n <span>\n Days\n </span>\n </div>\n <div class=\"iknow\" @click=\"toBuy\">\n\n </div>\n </div>\n <div class=\"good-content\" v-if=\"goodsDetail\">\n <div class=\"content\" v-html=\"goodsDetail.desc.detail\">\n </div>\n <div class=\"btn-block\" ref=\"btn_block\">\n <div class=\"btn\" @click=\"toBuy\">\n 快去报名\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<script>\n import shareGoodsBg from '../../assets/newLesson/shareGoodsBg.png'\n import title_share_goods from '../../assets/newLesson/title-share-goods.png'\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from \"../../service/api\";\n export default {\n name: \"shareGoods\",\n data(){\n return {\n shareGoodsBg:shareGoodsBg,\n title_share_goods:title_share_goods,\n userDetail:null,\n shopId:null,\n goodsDetail:null\n }\n },\n methods:{\n initPage(){\n this.$sa.track('ViewInvitation',{\n salesID:this.$route.query.userID,\n });\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\n res.user_info.avatar = res.user_info.avatar.replace('http://','https://');\n this.userDetail = res\n });\n getShareGoodsApi().then(res=>{\n this.shopId = res[0].value;\n getGoodsDetailApi(this.shopId).then(res=>{\n res.desc = JSON.parse(res.desc)\n this.goodsDetail = res\n })\n })\n },\n toBuy(){\n this.$sa.track('buttonClick',{\n tabTitle:'打卡商品页',\n moduleTitle:'功能按钮',\n buttonType:'购买',\n buttonName:'马上报名'\n });\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\n }\n },\n mounted(){\n this.initPage();\n window.onscroll= ()=>{\n //变量t是滚动条滚动时,距离顶部的距离\n let t = document.documentElement.scrollTop||document.body.scrollTop;\n if(t>500){\n this.$refs.btn_block.style.opacity = 1\n }else{\n this.$refs.btn_block.style.opacity = 0\n }\n }\n }\n }\n</script>\n\n<style scoped lang=\"less\">\n @import \"../../util/public\";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n</style>\n<style>\n img{\n max-width: 100% !important;\n }\n</style>\n\n\n\n// WEBPACK FOOTER //\n// src/components/newLesson/shareGoods.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.userDetail)?_c('div',{staticClass:\"share-good-head\",style:({backgroundImage:(\"url('\" + _vm.shareGoodsBg + \"')\")})},[_c('img',{staticClass:\"head\",attrs:{\"src\":_vm.userDetail.user_info.avatar}}),_vm._v(\" \"),_c('div',{staticClass:\"title\",style:({backgroundImage:(\"url('\" + _vm.title_share_goods + \"')\")})},[_vm._v(\"\\n \"+_vm._s(_vm.userDetail.user_info.nickname)+\"\\n \")]),_vm._v(\" \"),_c('div',{staticClass:\"day\"},[_vm._v(\"\\n \"+_vm._s(_vm.userDetail.total_day)+\"\\n \"),_c('span',[_vm._v(\"\\n Days\\n \")])]),_vm._v(\" \"),_c('div',{staticClass:\"iknow\",on:{\"click\":_vm.toBuy}})]):_vm._e(),_vm._v(\" \"),(_vm.goodsDetail)?_c('div',{staticClass:\"good-content\"},[_c('div',{staticClass:\"content\",domProps:{\"innerHTML\":_vm._s(_vm.goodsDetail.desc.detail)}}),_vm._v(\" \"),_c('div',{ref:\"btn_block\",staticClass:\"btn-block\"},[_c('div',{staticClass:\"btn\",on:{\"click\":_vm.toBuy}},[_vm._v(\"\\n 快去报名\\n \")])])]):_vm._e()])}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-0b1c0aad\",\"hasScoped\":true,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-0b1c0aad\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!less-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./shareGoods.vue\")\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-0b1c0aad\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector?type=styles&index=1!./shareGoods.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-0b1c0aad\\\",\\\"hasScoped\\\":true,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./shareGoods.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = \"data-v-0b1c0aad\"\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","module.exports = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC\"\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/title-share-goods.png\n// module id = LyMh\n// module chunks = 9","module.exports = __webpack_public_path__ + \"static/img/shareGoodsBg.812a62b.png\";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/shareGoodsBg.png\n// module id = RjZ4\n// module chunks = 9"],"sourceRoot":""}
\ No newline at end of file
webpackJsonp([9],{"54Ry":function(t,e,s){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a=s("RjZ4"),o=s.n(a),n=s("LyMh"),i=s.n(n),c=s("CCn6"),l={name:"shareGoods",data:function(){return{shareGoodsBg:o.a,title_share_goods:i.a,userDetail:null,shopId:null,goodsDetail:null}},methods:{initPage:function(){var t=this;this.$sa.track("ViewInvitation",{salesID:this.$route.query.userID}),Object(c.s)(this.$route.query.userID).then(function(e){e.user_info.avatar=e.user_info.avatar.replace("http://","https://"),t.userDetail=e}),Object(c.u)().then(function(e){t.shopId=e[0].value,Object(c.h)(t.shopId).then(function(e){e.desc=JSON.parse(e.desc),t.goodsDetail=e})})},toBuy:function(t){1===t?this.$sa.track("buttonClick",{tabTitle:"打卡商品页",moduleTitle:"功能按钮",buttonType:"购买",buttonName:"马上报名1"}):this.$sa.track("buttonClick",{tabTitle:"打卡商品页",moduleTitle:"功能按钮",buttonType:"购买",buttonName:"马上报名2"}),window.location.href="https://wechat.changchangenglish.com/#/buy?shopId="+this.shopId+"&invite_code=CC-UDK-"+this.$route.query.userID}},mounted:function(){var t=this;this.initPage(),window.onscroll=function(){var e=document.documentElement.scrollTop||document.body.scrollTop;t.$refs.btn_block.style.opacity=e>500?1:0}}},u={render:function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[t.userDetail?s("div",{staticClass:"share-good-head",style:{backgroundImage:"url('"+t.shareGoodsBg+"')"}},[s("img",{staticClass:"head",attrs:{src:t.userDetail.user_info.avatar}}),t._v(" "),s("div",{staticClass:"title",style:{backgroundImage:"url('"+t.title_share_goods+"')"}},[t._v("\n "+t._s(t.userDetail.user_info.nickname)+"\n ")]),t._v(" "),s("div",{staticClass:"day"},[t._v("\n "+t._s(t.userDetail.total_day)+"\n "),s("span",[t._v("\n Days\n ")])]),t._v(" "),s("div",{staticClass:"iknow",on:{click:function(e){t.toBuy(1)}}})]):t._e(),t._v(" "),t.goodsDetail?s("div",{staticClass:"good-content"},[s("div",{staticClass:"content",domProps:{innerHTML:t._s(t.goodsDetail.desc.detail)}}),t._v(" "),s("div",{ref:"btn_block",staticClass:"btn-block"},[s("div",{staticClass:"btn",on:{click:function(e){t.toBuy(2)}}},[t._v("\n 快去报名\n ")])])]):t._e()])},staticRenderFns:[]};var r=s("VU/8")(l,u,!1,function(t){s("bcjA"),s("s57c")},"data-v-27c832b3",null);e.default=r.exports},LyMh:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC"},RjZ4:function(t,e,s){t.exports=s.p+"static/img/shareGoodsBg.812a62b.png"},bcjA:function(t,e){},s57c:function(t,e){}});
//# sourceMappingURL=9.3d038548b83100ba984a.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///src/components/newLesson/shareGoods.vue","webpack:///./src/components/newLesson/shareGoods.vue?15d8","webpack:///./src/components/newLesson/shareGoods.vue","webpack:///./src/assets/newLesson/title-share-goods.png","webpack:///./src/assets/newLesson/shareGoodsBg.png"],"names":["shareGoods","name","data","shareGoodsBg","shareGoodsBg_default","a","title_share_goods","title_share_goods_default","userDetail","shopId","goodsDetail","methods","initPage","_this","this","$sa","track","salesID","$route","query","userID","Object","api","then","res","user_info","avatar","replace","value","desc","JSON","parse","toBuy","type","tabTitle","moduleTitle","buttonType","buttonName","window","location","href","mounted","_this2","onscroll","t","document","documentElement","scrollTop","body","$refs","btn_block","style","opacity","newLesson_shareGoods","render","_vm","_h","$createElement","_c","_self","staticClass","backgroundImage","attrs","src","_v","_s","nickname","total_day","on","click","$event","_e","domProps","innerHTML","detail","ref","staticRenderFns","Component","__webpack_require__","normalizeComponent","ssrContext","__webpack_exports__","module","exports","p"],"mappings":"iKAiCAA,GACAC,KAAA,aACAC,KAFA,WAGA,OACAC,aAAAC,EAAAC,EACAC,kBAAAC,EAAAF,EACAG,WAAA,KACAC,OAAA,KACAC,YAAA,OAGAC,SACAC,SADA,WACA,IAAAC,EAAAC,KACAA,KAAAC,IAAAC,MAAA,kBACAC,QAAAH,KAAAI,OAAAC,MAAAC,SAEMC,OAAAC,EAAA,EAAAD,CAANP,KAAAI,OAAAC,MAAAC,QAAAG,KAAA,SAAAC,GACAA,EAAAC,UAAAC,OAAAF,EAAAC,UAAAC,OAAAC,QAAA,sBACAd,EAAAL,WAAAgB,IAEMH,OAAAC,EAAA,EAAAD,GAANE,KAAA,SAAAC,GACAX,EAAAJ,OAAAe,EAAA,GAAAI,MACQP,OAAAC,EAAA,EAAAD,CAARR,EAAAJ,QAAAc,KAAA,SAAAC,GACAA,EAAAK,KAAAC,KAAAC,MAAAP,EAAAK,MACAhB,EAAAH,YAAAc,OAIAQ,MAjBA,SAiBAC,GACA,IAAAA,EACAnB,KAAAC,IAAAC,MAAA,eACAkB,SAAA,QACAC,YAAA,OACAC,WAAA,KACAC,WAAA,UAGAvB,KAAAC,IAAAC,MAAA,eACAkB,SAAA,QACAC,YAAA,OACAC,WAAA,KACAC,WAAA,UAGAC,OAAAC,SAAAC,KAAA,qDAAA1B,KAAAL,OAAA,uBAAAK,KAAAI,OAAAC,MAAAC,SAGAqB,QA/CA,WA+CA,IAAAC,EAAA5B,KACAA,KAAAF,WACA0B,OAAAK,SAAA,WAEA,IAAAC,EAAAC,SAAAC,gBAAAC,WAAAF,SAAAG,KAAAD,UAEAL,EAAAO,MAAAC,UAAAC,MAAAC,QADAR,EAAA,IACA,EAEA,KCrFeS,GADEC,OAFjB,WAA0B,IAAAC,EAAAzC,KAAa0C,EAAAD,EAAAE,eAA0BC,EAAAH,EAAAI,MAAAD,IAAAF,EAAwB,OAAAE,EAAA,OAAAH,EAAA,WAAAG,EAAA,OAA4CE,YAAA,kBAAAT,OAAsCU,gBAAA,QAAAN,EAAApD,aAAA,QAAsDuD,EAAA,OAAYE,YAAA,OAAAE,OAA0BC,IAAAR,EAAA/C,WAAAiB,UAAAC,UAAuC6B,EAAAS,GAAA,KAAAN,EAAA,OAAwBE,YAAA,QAAAT,OAA4BU,gBAAA,QAAAN,EAAAjD,kBAAA,QAA2DiD,EAAAS,GAAA,WAAAT,EAAAU,GAAAV,EAAA/C,WAAAiB,UAAAyC,UAAA,YAAAX,EAAAS,GAAA,KAAAN,EAAA,OAAgGE,YAAA,QAAkBL,EAAAS,GAAA,WAAAT,EAAAU,GAAAV,EAAA/C,WAAA2D,WAAA,YAAAT,EAAA,QAAAH,EAAAS,GAAA,8BAAAT,EAAAS,GAAA,KAAAN,EAAA,OAAuIE,YAAA,QAAAQ,IAAwBC,MAAA,SAAAC,GAAyBf,EAAAvB,MAAA,SAAeuB,EAAAgB,KAAAhB,EAAAS,GAAA,KAAAT,EAAA,YAAAG,EAAA,OAAqDE,YAAA,iBAA2BF,EAAA,OAAYE,YAAA,UAAAY,UAAgCC,UAAAlB,EAAAU,GAAAV,EAAA7C,YAAAmB,KAAA6C,WAAiDnB,EAAAS,GAAA,KAAAN,EAAA,OAAwBiB,IAAA,YAAAf,YAAA,cAAwCF,EAAA,OAAYE,YAAA,MAAAQ,IAAsBC,MAAA,SAAAC,GAAyBf,EAAAvB,MAAA,OAAeuB,EAAAS,GAAA,gCAAAT,EAAAgB,QAE5/BK,oBCEjB,IAcAC,EAdyBC,EAAQ,OAcjCC,CACE/E,EACAqD,GATF,EAXA,SAAA2B,GACEF,EAAQ,QACRA,EAAQ,SAaV,kBAEA,MAUeG,EAAA,QAAAJ,EAAiB,4BC3BhCK,EAAAC,QAAA,mgCCAAD,EAAAC,QAAiBL,EAAAM,EAAuB","file":"static/js/9.3d038548b83100ba984a.js","sourcesContent":["<template>\n <div>\n <div class=\"share-good-head\" v-if=\"userDetail\" :style=\"{backgroundImage:`url('${shareGoodsBg}')`}\">\n <img class=\"head\" :src=\"userDetail.user_info.avatar\">\n <div class=\"title\" :style=\"{backgroundImage:`url('${title_share_goods}')`}\" >\n {{userDetail.user_info.nickname}}\n </div>\n <div class=\"day\">\n {{userDetail.total_day}}\n <span>\n Days\n </span>\n </div>\n <div class=\"iknow\" @click=\"toBuy(1)\">\n\n </div>\n </div>\n <div class=\"good-content\" v-if=\"goodsDetail\">\n <div class=\"content\" v-html=\"goodsDetail.desc.detail\">\n </div>\n <div class=\"btn-block\" ref=\"btn_block\">\n <div class=\"btn\" @click=\"toBuy(2)\">\n 快去报名\n </div>\n </div>\n </div>\n </div>\n</template>\n\n<script>\n import shareGoodsBg from '../../assets/newLesson/shareGoodsBg.png'\n import title_share_goods from '../../assets/newLesson/title-share-goods.png'\n import {getOtherUserWatchApi,getShareGoodsApi,getGoodsDetailApi} from \"../../service/api\";\n export default {\n name: \"shareGoods\",\n data(){\n return {\n shareGoodsBg:shareGoodsBg,\n title_share_goods:title_share_goods,\n userDetail:null,\n shopId:null,\n goodsDetail:null\n }\n },\n methods:{\n initPage(){\n this.$sa.track('ViewInvitation',{\n salesID:this.$route.query.userID,\n });\n getOtherUserWatchApi(this.$route.query.userID).then(res=>{\n res.user_info.avatar = res.user_info.avatar.replace('http://','https://');\n this.userDetail = res\n });\n getShareGoodsApi().then(res=>{\n this.shopId = res[0].value;\n getGoodsDetailApi(this.shopId).then(res=>{\n res.desc = JSON.parse(res.desc)\n this.goodsDetail = res\n })\n })\n },\n toBuy(type){\n if(type === 1){\n this.$sa.track('buttonClick',{\n tabTitle:'打卡商品页',\n moduleTitle:'功能按钮',\n buttonType:'购买',\n buttonName:'马上报名1'\n });\n }else{\n this.$sa.track('buttonClick',{\n tabTitle:'打卡商品页',\n moduleTitle:'功能按钮',\n buttonType:'购买',\n buttonName:'马上报名2'\n });\n }\n window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`\n }\n },\n mounted(){\n this.initPage();\n window.onscroll= ()=>{\n //变量t是滚动条滚动时,距离顶部的距离\n let t = document.documentElement.scrollTop||document.body.scrollTop;\n if(t>500){\n this.$refs.btn_block.style.opacity = 1\n }else{\n this.$refs.btn_block.style.opacity = 0\n }\n }\n }\n }\n</script>\n\n<style scoped lang=\"less\">\n @import \"../../util/public\";\n .share-good-head{\n width: 100%;\n height: 584*@toVw;\n margin-top: -64*@toVw;\n background-size: 100% 100%;\n position: relative;\n .iknow{\n position: absolute;\n top: 460*@toVw;\n width: 200*@toVw;\n height: 44*@toVw;\n left: 87*@toVw;\n }\n .head{\n position: absolute;\n width: 70*@toVw;\n height: 70*@toVw;\n top: 155*@toVw;\n left: 153*@toVw;\n border-radius: 100*@toVw;\n }\n .title{\n position: absolute;\n width: 225*@toVw;\n height: 54*@toVw;\n background-size: 100% 100%;\n top: 215*@toVw;\n left: 75*@toVw;\n text-align: center;\n color: white;\n font-size: 20*@toVw;\n line-height: 48*@toVw;\n }\n .day{\n position: absolute;\n top: 320*@toVw;\n width: 100%;\n text-align: center;\n color: #069777;\n font-size:48*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n span{\n font-size:20*@toVw;\n font-family:PingFang-SC-Bold;\n font-weight:bold;\n color:rgba(6,151,119,1);\n }\n }\n }\n .good-content{\n background: #00E0AE;\n padding: 0 20*@toVw 80*@toVw 20*@toVw;\n .content{\n background: white;\n border-radius: 8*@toVw;\n padding: 10*@toVw;\n };\n }\n .btn-block{\n padding:8*@toVw;\n position: fixed;\n left: 0;\n width: 100%;\n background: white;\n opacity: 0;\n transition: all 0.5s;\n bottom: 0;\n .btn{\n width: 287*@toVw;\n height: 44*@toVw;\n margin: auto;\n background: #FF785D;\n border-radius: 100*@toVw;\n color: white;\n line-height: 44*@toVw;\n text-align: center;\n font-size:16px;\n font-family:PingFang-SC-Medium;\n font-weight:500;\n }\n }\n</style>\n<style>\n img{\n max-width: 100% !important;\n }\n</style>\n\n\n\n// WEBPACK FOOTER //\n// src/components/newLesson/shareGoods.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.userDetail)?_c('div',{staticClass:\"share-good-head\",style:({backgroundImage:(\"url('\" + _vm.shareGoodsBg + \"')\")})},[_c('img',{staticClass:\"head\",attrs:{\"src\":_vm.userDetail.user_info.avatar}}),_vm._v(\" \"),_c('div',{staticClass:\"title\",style:({backgroundImage:(\"url('\" + _vm.title_share_goods + \"')\")})},[_vm._v(\"\\n \"+_vm._s(_vm.userDetail.user_info.nickname)+\"\\n \")]),_vm._v(\" \"),_c('div',{staticClass:\"day\"},[_vm._v(\"\\n \"+_vm._s(_vm.userDetail.total_day)+\"\\n \"),_c('span',[_vm._v(\"\\n Days\\n \")])]),_vm._v(\" \"),_c('div',{staticClass:\"iknow\",on:{\"click\":function($event){_vm.toBuy(1)}}})]):_vm._e(),_vm._v(\" \"),(_vm.goodsDetail)?_c('div',{staticClass:\"good-content\"},[_c('div',{staticClass:\"content\",domProps:{\"innerHTML\":_vm._s(_vm.goodsDetail.desc.detail)}}),_vm._v(\" \"),_c('div',{ref:\"btn_block\",staticClass:\"btn-block\"},[_c('div',{staticClass:\"btn\",on:{\"click\":function($event){_vm.toBuy(2)}}},[_vm._v(\"\\n 快去报名\\n \")])])]):_vm._e()])}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-27c832b3\",\"hasScoped\":true,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-27c832b3\\\",\\\"scoped\\\":true,\\\"hasInlineConfig\\\":false}!less-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./shareGoods.vue\")\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-27c832b3\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../../node_modules/vue-loader/lib/selector?type=styles&index=1!./shareGoods.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./shareGoods.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-27c832b3\\\",\\\"hasScoped\\\":true,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./shareGoods.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = \"data-v-27c832b3\"\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/newLesson/shareGoods.vue\n// module id = null\n// module chunks = ","module.exports = \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAABsBAMAAAALV69cAAAAIVBMVEVHcEwAYkwFl3cFlnYFi2wFl3cFl3cFmHcAYUwGl3cDgWVH8oeMAAAACXRSTlMA/sJIJ+KQaa8h3je6AAACZElEQVR42u2cPUsDQRCGFz0/UooWJlUgUUh3ChbpoiCaLqgp0omNXJdChHQK/oDcp2y6lOZX6iYEIniTmxSy8+69/cE+zM7szOzcKpUr7/VkoCUovXvuqA203dJyFPl8QE8S4A8i34oXWpbu2XtUSxN3n16LI3xgErbEEUbom5S7TbcEEtZZhF2BhAmLcCSQ8JNFGAgkzMBDKTeYDgQSpiXhL2mJKglLwpLQasKbp77GU//0ZQl4rlHVWABeaVw1DeCeRtZQaJLNSsexTWiMuANO2FNtcMJYZDXPq/wDcMKsJAQgxPdD/FjaBSdMVAWccCzyhoKjugN56TY4oS+z+VtcqQv1IfhxYS4VsQvEnhN9GgVNKPa+lxNoFHTunYidLCmes0mdDmJkNFLHEoppObyA64ix4BEvjhsiO6IveT6I44a4jhiLnrXkuCGuI/rCRy8Kpt3IoSYSPk5atLCQOxK8XqtDw5jHRewUIf4uxSfEj6X45yF8ToPaFB46VFvg14fwNT5+nwa/19aGJYyVIz1v/HsL/LunLjBh4sgdsEaWG//MYA8n1p2YiQqgCTPlwGyip7HVUbvghI8OzHlXwAnHDvxREoATZsDlryuEKfiBbwg1uhwgzN+l4exLCMRkViV2aX6kmRzMtdHzrv8mb7HIfFtE1Hk4Nd8eK7v1bhZZo04LIqcJzceHlhOemUVWqZyGyrzNx2+WE+6bRZKZN9XxDq13w4UjEiY0Xe+RpmLNkbJdl1ScmU+cUEacWm9CY8QabULyFaXwQ9mvW2KTNte9hNVQElRg/X+/ZrbyGpjlItf/DUICuUSCELZjAAAAAElFTkSuQmCC\"\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/title-share-goods.png\n// module id = LyMh\n// module chunks = 9","module.exports = __webpack_public_path__ + \"static/img/shareGoodsBg.812a62b.png\";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/assets/newLesson/shareGoodsBg.png\n// module id = RjZ4\n// module chunks = 9"],"sourceRoot":""}
\ No newline at end of file
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(t,o,a){for(var f,d,b,i=0,u=[];i<t.length;i++)d=t[i],r[d]&&u.push(r[d][0]),r[d]=0;for(f in o)Object.prototype.hasOwnProperty.call(o,f)&&(e[f]=o[f]);for(n&&n(t,o,a);u.length;)u.shift()();if(a)for(i=0;i<a.length;i++)b=c(c.s=a[i]);return b};var t={},r={26:0};function c(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,c),r.l=!0,r.exports}c.e=function(e){var n=r[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var t=new Promise(function(t,c){n=r[e]=[t,c]});n[2]=t;var o=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,c.nc&&a.setAttribute("nonce",c.nc),a.src=c.p+"static/js/"+e+"."+{0:"f8138779f472b8734556",1:"cf562118bfb069350b6b",2:"b00d3826b27a25730b77",3:"cb1beb9052885f8f5697",4:"2e6c66402167fefd8c86",5:"0fe20001f4dfd6979b47",6:"af1bb47bcbaa0751d4d0",7:"7b0551302ef3f91cb11a",8:"964d58ebe302a7e1787c",9:"3c3595055c0941aa181e",10:"8df83c76a31ac2deb389",11:"fee312134b00b39430e4",12:"f0c9e85cfdf03ea0a9d1",13:"3569f44e59ecc07abe8d",14:"7a34472df5147b5c0460",15:"ed3dd41593f552771393",16:"3e2d93f6672b9d181ce7",17:"b34d7512c08bf2723910",18:"1904de916fcc47eb1ec7",19:"01152fe5c3dce2d3f467",20:"d3ada18be84514a2ec97",21:"e397d641cb978eef9f8b",22:"e2f4a4138c38aba8699e",23:"8ac42f5044de2f8ead1b"}[e]+".js";var f=setTimeout(d,12e4);function d(){a.onerror=a.onload=null,clearTimeout(f);var n=r[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),r[e]=void 0)}return a.onerror=a.onload=d,o.appendChild(a),t},c.m=e,c.c=t,c.d=function(e,n,t){c.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:t})},c.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(n,"a",n),n},c.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},c.p="https://static-cdn.changchangenglish.com/new-sing/",c.oe=function(e){throw console.error(e),e}}([]);
//# sourceMappingURL=manifest.7791676a80cf7c763806.js.map
\ No newline at end of file
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(t,o,a){for(var f,d,b,i=0,u=[];i<t.length;i++)d=t[i],r[d]&&u.push(r[d][0]),r[d]=0;for(f in o)Object.prototype.hasOwnProperty.call(o,f)&&(e[f]=o[f]);for(n&&n(t,o,a);u.length;)u.shift()();if(a)for(i=0;i<a.length;i++)b=c(c.s=a[i]);return b};var t={},r={26:0};function c(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,c),r.l=!0,r.exports}c.e=function(e){var n=r[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var t=new Promise(function(t,c){n=r[e]=[t,c]});n[2]=t;var o=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,c.nc&&a.setAttribute("nonce",c.nc),a.src=c.p+"static/js/"+e+"."+{0:"f8138779f472b8734556",1:"cf562118bfb069350b6b",2:"b00d3826b27a25730b77",3:"cb1beb9052885f8f5697",4:"2e6c66402167fefd8c86",5:"0fe20001f4dfd6979b47",6:"af1bb47bcbaa0751d4d0",7:"7b0551302ef3f91cb11a",8:"964d58ebe302a7e1787c",9:"3d038548b83100ba984a",10:"8df83c76a31ac2deb389",11:"fee312134b00b39430e4",12:"f0c9e85cfdf03ea0a9d1",13:"3569f44e59ecc07abe8d",14:"7a34472df5147b5c0460",15:"ed3dd41593f552771393",16:"3e2d93f6672b9d181ce7",17:"b34d7512c08bf2723910",18:"1904de916fcc47eb1ec7",19:"01152fe5c3dce2d3f467",20:"d3ada18be84514a2ec97",21:"e397d641cb978eef9f8b",22:"e2f4a4138c38aba8699e",23:"8ac42f5044de2f8ead1b"}[e]+".js";var f=setTimeout(d,12e4);function d(){a.onerror=a.onload=null,clearTimeout(f);var n=r[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),r[e]=void 0)}return a.onerror=a.onload=d,o.appendChild(a),t},c.m=e,c.c=t,c.d=function(e,n,t){c.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:t})},c.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return c.d(n,"a",n),n},c.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},c.p="https://static-cdn.changchangenglish.com/new-sing/",c.oe=function(e){throw console.error(e),e}}([]);
//# sourceMappingURL=manifest.fc7d7d4d8f4f5b22dc87.js.map
\ No newline at end of file
{"version":3,"sources":["webpack:///webpack/bootstrap 960a5785f544a6423d27"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","26","exports","module","l","e","installedChunkData","Promise","resolve","promise","reject","head","document","getElementsByTagName","script","createElement","type","charset","async","timeout","nc","setAttribute","src","p","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","setTimeout","onScriptComplete","onerror","onload","clearTimeout","chunk","Error","undefined","appendChild","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","oe","err","console","error"],"mappings":"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","file":"static/js/manifest.7791676a80cf7c763806.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t26: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData === 0) {\n \t\t\treturn new Promise(function(resolve) { resolve(); });\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunkData) {\n \t\t\treturn installedChunkData[2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunkData[2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = \"text/javascript\";\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"static/js/\" + chunkId + \".\" + {\"0\":\"f8138779f472b8734556\",\"1\":\"cf562118bfb069350b6b\",\"2\":\"b00d3826b27a25730b77\",\"3\":\"cb1beb9052885f8f5697\",\"4\":\"2e6c66402167fefd8c86\",\"5\":\"0fe20001f4dfd6979b47\",\"6\":\"af1bb47bcbaa0751d4d0\",\"7\":\"7b0551302ef3f91cb11a\",\"8\":\"964d58ebe302a7e1787c\",\"9\":\"3c3595055c0941aa181e\",\"10\":\"8df83c76a31ac2deb389\",\"11\":\"fee312134b00b39430e4\",\"12\":\"f0c9e85cfdf03ea0a9d1\",\"13\":\"3569f44e59ecc07abe8d\",\"14\":\"7a34472df5147b5c0460\",\"15\":\"ed3dd41593f552771393\",\"16\":\"3e2d93f6672b9d181ce7\",\"17\":\"b34d7512c08bf2723910\",\"18\":\"1904de916fcc47eb1ec7\",\"19\":\"01152fe5c3dce2d3f467\",\"20\":\"d3ada18be84514a2ec97\",\"21\":\"e397d641cb978eef9f8b\",\"22\":\"e2f4a4138c38aba8699e\",\"23\":\"8ac42f5044de2f8ead1b\"}[chunkId] + \".js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"https://static-cdn.changchangenglish.com/new-sing/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 960a5785f544a6423d27"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///webpack/bootstrap 24b18f40e4c55e258cb4"],"names":["parentJsonpFunction","window","chunkIds","moreModules","executeModules","moduleId","chunkId","result","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","shift","__webpack_require__","s","installedModules","26","exports","module","l","e","installedChunkData","Promise","resolve","promise","reject","head","document","getElementsByTagName","script","createElement","type","charset","async","timeout","nc","setAttribute","src","p","0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","setTimeout","onScriptComplete","onerror","onload","clearTimeout","chunk","Error","undefined","appendChild","m","c","d","name","getter","o","defineProperty","configurable","enumerable","get","n","__esModule","object","property","oe","err","console","error"],"mappings":"aACA,IAAAA,EAAAC,OAAA,aACAA,OAAA,sBAAAC,EAAAC,EAAAC,GAIA,IADA,IAAAC,EAAAC,EAAAC,EAAAC,EAAA,EAAAC,KACQD,EAAAN,EAAAQ,OAAoBF,IAC5BF,EAAAJ,EAAAM,GACAG,EAAAL,IACAG,EAAAG,KAAAD,EAAAL,GAAA,IAEAK,EAAAL,GAAA,EAEA,IAAAD,KAAAF,EACAU,OAAAC,UAAAC,eAAAC,KAAAb,EAAAE,KACAY,EAAAZ,GAAAF,EAAAE,IAIA,IADAL,KAAAE,EAAAC,EAAAC,GACAK,EAAAC,QACAD,EAAAS,OAAAT,GAEA,GAAAL,EACA,IAAAI,EAAA,EAAYA,EAAAJ,EAAAM,OAA2BF,IACvCD,EAAAY,IAAAC,EAAAhB,EAAAI,IAGA,OAAAD,GAIA,IAAAc,KAGAV,GACAW,GAAA,GAIA,SAAAH,EAAAd,GAGA,GAAAgB,EAAAhB,GACA,OAAAgB,EAAAhB,GAAAkB,QAGA,IAAAC,EAAAH,EAAAhB,IACAG,EAAAH,EACAoB,GAAA,EACAF,YAUA,OANAN,EAAAZ,GAAAW,KAAAQ,EAAAD,QAAAC,IAAAD,QAAAJ,GAGAK,EAAAC,GAAA,EAGAD,EAAAD,QAKAJ,EAAAO,EAAA,SAAApB,GACA,IAAAqB,EAAAhB,EAAAL,GACA,OAAAqB,EACA,WAAAC,QAAA,SAAAC,GAA0CA,MAI1C,GAAAF,EACA,OAAAA,EAAA,GAIA,IAAAG,EAAA,IAAAF,QAAA,SAAAC,EAAAE,GACAJ,EAAAhB,EAAAL,IAAAuB,EAAAE,KAEAJ,EAAA,GAAAG,EAGA,IAAAE,EAAAC,SAAAC,qBAAA,WACAC,EAAAF,SAAAG,cAAA,UACAD,EAAAE,KAAA,kBACAF,EAAAG,QAAA,QACAH,EAAAI,OAAA,EACAJ,EAAAK,QAAA,KAEArB,EAAAsB,IACAN,EAAAO,aAAA,QAAAvB,EAAAsB,IAEAN,EAAAQ,IAAAxB,EAAAyB,EAAA,aAAAtC,EAAA,KAAwEuC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,EAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,uBAAAC,GAAA,wBAAspB9D,GAAA,MAC9tB,IAAAkC,EAAA6B,WAAAC,EAAA,MAEA,SAAAA,IAEAnC,EAAAoC,QAAApC,EAAAqC,OAAA,KACAC,aAAAjC,GACA,IAAAkC,EAAA/D,EAAAL,GACA,IAAAoE,IACAA,GACAA,EAAA,OAAAC,MAAA,iBAAArE,EAAA,aAEAK,EAAAL,QAAAsE,GAKA,OAfAzC,EAAAoC,QAAApC,EAAAqC,OAAAF,EAaAtC,EAAA6C,YAAA1C,GAEAL,GAIAX,EAAA2D,EAAA7D,EAGAE,EAAA4D,EAAA1D,EAGAF,EAAA6D,EAAA,SAAAzD,EAAA0D,EAAAC,GACA/D,EAAAgE,EAAA5D,EAAA0D,IACApE,OAAAuE,eAAA7D,EAAA0D,GACAI,cAAA,EACAC,YAAA,EACAC,IAAAL,KAMA/D,EAAAqE,EAAA,SAAAhE,GACA,IAAA0D,EAAA1D,KAAAiE,WACA,WAA2B,OAAAjE,EAAA,SAC3B,WAAiC,OAAAA,GAEjC,OADAL,EAAA6D,EAAAE,EAAA,IAAAA,GACAA,GAIA/D,EAAAgE,EAAA,SAAAO,EAAAC,GAAsD,OAAA9E,OAAAC,UAAAC,eAAAC,KAAA0E,EAAAC,IAGtDxE,EAAAyB,EAAA,qDAGAzB,EAAAyE,GAAA,SAAAC,GAA8D,MAApBC,QAAAC,MAAAF,GAAoBA","file":"static/js/manifest.fc7d7d4d8f4f5b22dc87.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tvar parentJsonpFunction = window[\"webpackJsonp\"];\n \twindow[\"webpackJsonp\"] = function webpackJsonpCallback(chunkIds, moreModules, executeModules) {\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [], result;\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules, executeModules);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n \t\tif(executeModules) {\n \t\t\tfor(i=0; i < executeModules.length; i++) {\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = executeModules[i]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t};\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// objects to store loaded and loading chunks\n \tvar installedChunks = {\n \t\t26: 0\n \t};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData === 0) {\n \t\t\treturn new Promise(function(resolve) { resolve(); });\n \t\t}\n\n \t\t// a Promise means \"currently loading\".\n \t\tif(installedChunkData) {\n \t\t\treturn installedChunkData[2];\n \t\t}\n\n \t\t// setup Promise in chunk cache\n \t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t});\n \t\tinstalledChunkData[2] = promise;\n\n \t\t// start chunk loading\n \t\tvar head = document.getElementsByTagName('head')[0];\n \t\tvar script = document.createElement('script');\n \t\tscript.type = \"text/javascript\";\n \t\tscript.charset = 'utf-8';\n \t\tscript.async = true;\n \t\tscript.timeout = 120000;\n\n \t\tif (__webpack_require__.nc) {\n \t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t}\n \t\tscript.src = __webpack_require__.p + \"static/js/\" + chunkId + \".\" + {\"0\":\"f8138779f472b8734556\",\"1\":\"cf562118bfb069350b6b\",\"2\":\"b00d3826b27a25730b77\",\"3\":\"cb1beb9052885f8f5697\",\"4\":\"2e6c66402167fefd8c86\",\"5\":\"0fe20001f4dfd6979b47\",\"6\":\"af1bb47bcbaa0751d4d0\",\"7\":\"7b0551302ef3f91cb11a\",\"8\":\"964d58ebe302a7e1787c\",\"9\":\"3d038548b83100ba984a\",\"10\":\"8df83c76a31ac2deb389\",\"11\":\"fee312134b00b39430e4\",\"12\":\"f0c9e85cfdf03ea0a9d1\",\"13\":\"3569f44e59ecc07abe8d\",\"14\":\"7a34472df5147b5c0460\",\"15\":\"ed3dd41593f552771393\",\"16\":\"3e2d93f6672b9d181ce7\",\"17\":\"b34d7512c08bf2723910\",\"18\":\"1904de916fcc47eb1ec7\",\"19\":\"01152fe5c3dce2d3f467\",\"20\":\"d3ada18be84514a2ec97\",\"21\":\"e397d641cb978eef9f8b\",\"22\":\"e2f4a4138c38aba8699e\",\"23\":\"8ac42f5044de2f8ead1b\"}[chunkId] + \".js\";\n \t\tvar timeout = setTimeout(onScriptComplete, 120000);\n \t\tscript.onerror = script.onload = onScriptComplete;\n \t\tfunction onScriptComplete() {\n \t\t\t// avoid mem leaks in IE.\n \t\t\tscript.onerror = script.onload = null;\n \t\t\tclearTimeout(timeout);\n \t\t\tvar chunk = installedChunks[chunkId];\n \t\t\tif(chunk !== 0) {\n \t\t\t\tif(chunk) {\n \t\t\t\t\tchunk[1](new Error('Loading chunk ' + chunkId + ' failed.'));\n \t\t\t\t}\n \t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t}\n \t\t};\n \t\thead.appendChild(script);\n\n \t\treturn promise;\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"https://static-cdn.changchangenglish.com/new-sing/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 24b18f40e4c55e258cb4"],"sourceRoot":""}
\ No newline at end of file
......@@ -11,7 +11,7 @@
Days
</span>
</div>
<div class="iknow" @click="toBuy">
<div class="iknow" @click="toBuy(1)">
</div>
</div>
......@@ -19,7 +19,7 @@
<div class="content" v-html="goodsDetail.desc.detail">
</div>
<div class="btn-block" ref="btn_block">
<div class="btn" @click="toBuy">
<div class="btn" @click="toBuy(2)">
快去报名
</div>
</div>
......@@ -59,13 +59,22 @@
})
})
},
toBuy(){
this.$sa.track('buttonClick',{
tabTitle:'打卡商品页',
moduleTitle:'功能按钮',
buttonType:'购买',
buttonName:'马上报名'
});
toBuy(type){
if(type === 1){
this.$sa.track('buttonClick',{
tabTitle:'打卡商品页',
moduleTitle:'功能按钮',
buttonType:'购买',
buttonName:'马上报名1'
});
}else{
this.$sa.track('buttonClick',{
tabTitle:'打卡商品页',
moduleTitle:'功能按钮',
buttonType:'购买',
buttonName:'马上报名2'
});
}
window.location.href = `${process.env.API_URL}#/buy?shopId=${this.shopId}&invite_code=CC-UDK-${this.$route.query.userID}`
}
},
......
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