Preferential.659805a5.chunk.js 9.79 KB
Newer Older
zhanghaozhe committed
1 2
(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{550:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return Object.keys(e).reduce(function(t,a){return"aria-"!==a.substr(0,5)&&"data-"!==a.substr(0,5)&&"role"!==a||(t[a]=e[a]),t},{})},e.exports=t.default},551:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n,o=a(3),i=(n=o)&&n.__esModule?n:{default:n};t.getComponentLocale=function(e,t,a,n){var o={};if(t&&t.antLocale&&t.antLocale[a])o=t.antLocale[a];else{var c=n();o=c.default||c}var s=(0,i.default)({},o);e.locale&&(s=(0,i.default)({},s,e.locale),e.locale.lang&&(s.lang=(0,i.default)({},o.lang,e.locale.lang)));return s},t.getLocaleCode=function(e){var t=e.antLocale&&e.antLocale.locale;if(e.antLocale&&e.antLocale.exist&&!t)return"zh-cn";return t}},555:function(e,t,a){"use strict";a(47),a(556)},556:function(e,t,a){},557:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=g(a(3)),o=g(a(32)),i=g(a(5)),c=g(a(12)),s=g(a(6)),l=g(a(13)),r=g(a(15)),u=v(a(0)),f=v(a(2)),h=g(a(150)),d=g(a(550)),p=a(551),m=a(558);function v(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a]);return t.default=e,t}function g(e){return e&&e.__esModule?e:{default:e}}var b=function(e){function t(e){(0,i.default)(this,t);var a=(0,s.default)(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));a.onSubmit=function(e){e.preventDefault(),a.props.onSubmit&&a.props.onSubmit(a.state.value||""),a.inputRef&&a.inputRef.blur()},a.onChange=function(e){a.state.focus||a.setState({focus:!0});var t=e.target.value;"value"in a.props||a.setState({value:t}),a.props.onChange&&a.props.onChange(t)},a.onFocus=function(){a.setState({focus:!0}),a.firstFocus=!0,a.props.onFocus&&a.props.onFocus()},a.onBlur=function(){var e;a.onBlurTimeout=(e=function(){a.blurFromOnClear||document.activeElement!==a.inputRef&&a.setState({focus:!1}),a.blurFromOnClear=!1},window.requestAnimationFrame?window.requestAnimationFrame(e):window.setTimeout(e,1)),a.props.onBlur&&(setTimeout(function(){document.body&&(document.body.scrollTop=document.body.scrollTop)},100),a.props.onBlur())},a.onClear=function(){a.doClear()},a.doClear=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];a.blurFromOnClear=e,"value"in a.props||a.setState({value:""}),a.props.onClear&&a.props.onClear(""),a.props.onChange&&a.props.onChange(""),e&&a.focus()},a.onCancel=function(){a.props.onCancel?a.props.onCancel(a.state.value||""):a.doClear(!1)},a.focus=function(){a.inputRef&&a.inputRef.focus()};var n=void 0;return n="value"in e?e.value||"":"defaultValue"in e?e.defaultValue:"",a.state={value:n,focus:!1},a}return(0,l.default)(t,e),(0,c.default)(t,[{key:"componentDidMount",value:function(){if(this.rightBtnRef){var e=window.getComputedStyle(this.rightBtnRef);this.rightBtnInitMarginleft=e.marginLeft}this.componentDidUpdate()}},{key:"componentDidUpdate",value:function(){if(this.syntheticPhRef)if(this.inputContainerRef&&this.inputContainerRef.className.indexOf(this.props.prefixCls+"-start")>-1){if(this.syntheticPhContainerRef){var e=this.syntheticPhContainerRef.getBoundingClientRect().width;this.syntheticPhRef.style.width=Math.ceil(e)+"px"}!this.props.showCancelButton&&this.rightBtnRef&&(this.rightBtnRef.style.marginRight="0")}else this.syntheticPhRef.style.width="100%",!this.props.showCancelButton&&this.rightBtnRef&&(this.rightBtnRef.style.marginRight="-"+(this.rightBtnRef.offsetWidth+(null!=this.rightBtnInitMarginleft?parseInt(this.rightBtnInitMarginleft,10):0))+"px")}},{key:"componentWillReceiveProps",value:function(e){"value"in e&&e.value!==this.state.value&&this.setState({value:e.value})}},{key:"componentWillUnmount",value:function(){var e;this.onBlurTimeout&&(e=this.onBlurTimeout,window.cancelAnimationFrame?window.cancelAnimationFrame(e):window.clearTimeout(e),this.onBlurTimeout=null)}},{key:"render",value:function(){var e,t=this,i=this.props,c=i.prefixCls,s=i.showCancelButton,l=i.disabled,f=i.placeholder,m=i.className,v=i.style,g=i.maxLength,b=(0,p.getComponentLocale)(this.props,this.context,"SearchBar",function(){return a(559)}).cancelText,C=this.state,y=C.value,w=C.focus,E=(0,r.default)(c,m,(0,o.default)({},c+"-start",!!(w||y&&y.length>0))),N=(0,r.default)(c+"-clear",(0,o.default)({},c+"-clear-show",!!(w&&y&&y.length>0))),S=(0,r.default)(c+"-cancel",(e={},(0,o.default)(e,c+"-cancel-show",!!(s||w||y&&y.length>0)),(0,o.default)(e,c+"-cancel-anim",this.firstFocus),e));return u.createElement("form",{onSubmit:this.onSubmit,className:E,style:v,ref:function(e){return t.inputContainerRef=e},action:"#"},u.createElement("div",{className:c+"-input"},u.createElement("div",{className:c+"-synthetic-ph",ref:function(e){return t.syntheticPhRef=e}},u.createElement("span",{className:c+"-synthetic-ph-container",ref:function(e){return t.syntheticPhContainerRef=e}},u.createElement("i",{className:c+"-synthetic-ph-icon"}),u.createElement("span",{className:c+"-synthetic-ph-placeholder",style:{visibility:f&&!y?"visible":"hidden"}},f))),u.createElement("input",(0,n.default)({type:"search",className:c+"-value",value:y,disabled:l,placeholder:f,onChange:this.onChange,onFocus:this.onFocus,onBlur:this.onBlur,ref:function(e){return t.inputRef=e},maxLength:g},(0,d.default)(this.props))),u.createElement(h.default,{activeClassName:c+"-clear-active"},u.createElement("a",{onClick:this.onClear,className:N}))),u.createElement("div",{className:S,onClick:this.onCancel,ref:function(e){return t.rightBtnRef=e}},this.props.cancelText||b))}}]),t}(u.Component);t.default=b,b.defaultProps=m.defaultProps,b.contextTypes={antLocale:f.object},e.exports=t.default},558:function(e,t,a){"use strict";function n(){}Object.defineProperty(t,"__esModule",{value:!0});t.defaultProps={prefixCls:"am-search",placeholder:"",onSubmit:n,onChange:n,onFocus:n,onBlur:n,onClear:n,showCancelButton:!1,disabled:!1}},559:function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={cancelText:"\u53d6\u6d88"},e.exports=t.default},587:function(e,t,a){"use strict";a(555);var n=a(557),o=a.n(n),i=a(7),c=a(8),s=a(10),l=a(9),r=a(11),u=a(0),f=a.n(u),h=(a(588),function(e){function t(){var e,a;Object(i.a)(this,t);for(var n=arguments.length,o=new Array(n),c=0;c<n;c++)o[c]=arguments[c];return(a=Object(s.a)(this,(e=Object(l.a)(t)).call.apply(e,[this].concat(o)))).goShop=function(){location.replace("/shopcart")},a}return Object(r.a)(t,e),Object(c.a)(t,[{key:"toSearch",value:function(){window.location.href="/search"}},{key:"return",value:function(){window.location.href="/"}},{key:"render",value:function(){return f.a.createElement("div",{className:"preferential"},f.a.createElement("div",{className:"search-nav"},f.a.createElement("i",{className:"iconfont iconiconfront-68 return",onClick:this.return.bind(this)}),f.a.createElement(o.a,{placeholder:"\u641c\u7d22\u8bfe\u7a0b",cancelText:" ",onFocus:this.toSearch.bind(this),showCancelButton:!1}),f.a.createElement("i",{className:"iconfont icongouwuche-xianxing shopping-cart",onClick:this.goShop})))}}]),t}(u.Component));t.a=h},588:function(e,t,a){},733:function(e,t,a){},761:function(e,t,a){"use strict";a.r(t);a(253);var n=a(156),o=a.n(n),i=(a(151),a(34)),c=a.n(i),s=(a(43),a(14)),l=a.n(s),r=a(7),u=a(8),f=a(10),h=a(9),d=a(11),p=a(0),m=a.n(p),v=a(33),g=(a(733),a(587)),b=a(4),C=a(16),y=a(87),w=function(e){function t(e){var a;return Object(r.a)(this,t),(a=Object(f.a)(this,Object(h.a)(t).call(this,e))).specialSale=function(){b.c.get("".concat(API.home,"/m/home/weekDiscounts")).then(function(e){200===e.data.code?a.setState({dataList:e.data.data,isLoading:!1}):l.a.info(e.data.msg,2)})},a.bargain=function(){b.c.get("".concat(API.home,"/m/home/bargainZone")).then(function(e){200===e.data.code?a.setState({dataList:e.data.data}):l.a.info(e.data.msg,2)})},a.group=function(){b.c.get("".concat(API.home,"/m/home/grouponList")).then(function(e){200===e.data.code?a.setState({dataList:e.data.data}):l.a.info(e.data.msg,2)})},a.ontabclick=function(e,t){switch(a.state.courseStatus=t,t){case 0:a.specialSale();break;case 1:a.bargain();break;default:a.group()}},a.state={dataList:[],courseStatus:0,isLoading:!0},a}return Object(d.a)(t,e),Object(u.a)(t,[{key:"componentDidMount",value:function(){this.specialSale()}},{key:"render",value:function(){var e=this;return m.a.createElement("div",{className:"preferential"},m.a.createElement(g.a,null),m.a.createElement(y.a,{isLoading:this.state.isLoading},m.a.createElement("div",{className:"class-content"},m.a.createElement(c.a,null),m.a.createElement(o.a,{tabs:[{title:"\u9650\u65f6\u7279\u60e0"},{title:"\u780d\u4ef7\u4e13\u533a"},{title:"\u4e00\u952e\u62fc\u56e2"}],animated:!1,onChange:function(t,a){return e.ontabclick(t,a)}},m.a.createElement("div",{className:"tabs"},m.a.createElement("ul",null,this.state.dataList.map(function(t,a){var n=m.a.createElement("div",{className:"info"},m.a.createElement("p",{className:"title"},m.a.createElement(C.b,{to:"/detail?id=".concat(t.course_id)},t.course_title)),m.a.createElement("p",{className:"contact text-overflow-2"},t.course_desc),m.a.createElement("div",{className:"des"},!t.is_buy&&m.a.createElement("p",{className:"course-price"},0===e.state.courseStatus&&m.a.createElement("span",{className:"price"},"\u7279\u60e0\u4ef7\uff1a"),m.a.createElement("span",{className:"new"},"\xa5",t.price1),m.a.createElement("span",{className:"old"},"\xa5",t.price0)),t.is_buy&&m.a.createElement("a",{href:"/#",className:"isbuy"},"\u5df2\u8d2d\u4e70"))),o=m.a.createElement("div",null,1===e.state.courseStatus&&m.a.createElement("p",{className:"course-status"},"\u780d\u4ef7\u51cf",t.price1,"\u5143"),2===e.state.courseStatus&&m.a.createElement("p",{className:"course-status"},"\u62fc\u56e2\u51cf",t.price,"\u5143"));return m.a.createElement(v.i,{key:a,img:t.image_name,id:t.course_id,status:o,info:n})})))),m.a.createElement(c.a,null))))}}]),t}(p.Component);t.default=w}}]);
//# sourceMappingURL=Preferential.659805a5.chunk.js.map