f7e66a5.js 22 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[31,34],{525:function(e,t,o){"use strict";var n=o(4),r=o(28),l=o(14),c=/"/g,d=n("".replace);e.exports=function(e,t,o,n){var f=l(r(e)),m="<"+t;return""!==o&&(m+=" "+o+'="'+d(l(n),c,"&quot;")+'"'),m+">"+f+"</"+t+">"}},526:function(e,t,o){"use strict";var n=o(3);e.exports=function(e){return n((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},527:function(e,t,o){"use strict";var n=o(2),r=o(525);n({target:"String",proto:!0,forced:o(526)("link")},{link:function(e){return r(this,"a","href",e)}})},611:function(e,t,o){e.exports={}},653:function(e,t,o){"use strict";o(611)},703:function(e,t,o){e.exports={}},730:function(e,t,o){"use strict";o.r(t);o(39);var n={name:"GlobalForm",props:{showDeleteBtn:{type:Boolean,default:!0},showLoginBtn:{type:Boolean,default:!0},showRegisterBtn:{type:Boolean,default:!0},formConfig:{type:Array,required:!0},formData:{type:Object,required:!0},rules:{type:Object},submitLoading:{type:Boolean}},data:function(){return{flag:!1}},methods:{submit:function(){var e=this;this.$refs.ruleForm.validate((function(t){if(!t)return console.log("error submit!!"),!1;e.$emit("handleSubmit")}))},close:function(){this.$emit("handleClose")},showPassword:function(){this.flag=!this.flag}}},r=(o(653),o(22)),component=Object(r.a)(n,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"form global-form"},[t("el-form",{ref:"ruleForm",staticClass:"form-list",attrs:{model:e.formData,rules:e.rules}},e._l(e.formConfig,(function(o){return t("el-form-item",{key:o.label,attrs:{prop:o.prop}},["input"===o.type?t("el-input",{style:{width:o.width},attrs:{disabled:o.disabled,placeholder:o.placeholder,clearable:""},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}}):e._e(),e._v(" "),"password"===o.type?t("el-input",{style:{width:o.width},attrs:{type:e.flag?"text":"password",autocomplete:"off",placeholder:o.placeholder,clearable:""},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}},[e.flag?t("i",{staticClass:"el-input__icon iconfont",staticStyle:{"font-size":"22px"},attrs:{slot:"suffix"},on:{click:e.showPassword},slot:"suffix"},[e._v("")]):t("i",{staticClass:"el-input__icon iconfont",staticStyle:{"font-size":"22px"},attrs:{slot:"suffix"},on:{click:e.showPassword},slot:"suffix"},[e._v("")])]):e._e(),e._v(" "),"textarea"===o.type?t("el-input",{style:{width:o.width},attrs:{type:"textarea",disabled:o.disabled,maxlength:o.maxlength,rows:o.rows,"show-word-limit":o.showWordLimit},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}}):e._e(),e._v(" "),"select"===o.type?t("el-select",{style:{width:o.width},attrs:{disabled:o.disabled,clearable:"",multiple:e.multiple,placeholder:o.placeholder},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}},e._l(o.selectList,(function(option){return t("el-option",{key:option.id,attrs:{label:option.name,value:option.id}})})),1):e._e(),e._v(" "),"selectObj"===o.type?t("el-select",{style:{width:o.width},attrs:{disabled:o.disabled,filterable:"",clearable:"",placeholder:o.placeholder},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}},e._l(o.selectList,(function(e,o){return t("el-option",{key:parseInt(o),attrs:{label:e,value:parseInt(o)}})})),1):e._e(),e._v(" "),"radio"===o.type?t("el-radio-group",{attrs:{disabled:o.disabled},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}},e._l(o.radios,(function(e){return t("el-radio",{key:e.label,attrs:{label:e.label}})})),1):e._e(),e._v(" "),"checkbox"===o.type?t("el-checkbox-group",{attrs:{disabled:o.disabled},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}},e._l(o.checkboxs,(function(o){return t("el-checkbox",{key:o.label,attrs:{label:o.label}},[e._v(e._s(o.label))])})),1):e._e(),e._v(" "),"switch"===o.type?t("el-switch",{attrs:{disabled:o.disabled},on:{change:function(t){o.change&&o.change(e.formData[o.prop])}},model:{value:e.formData[o.prop],callback:function(t){e.$set(e.formData,o.prop,t)},expression:"formData[item.prop]"}}):e._e(),e._v(" "),"slot"===o.type?[e._t(o.slotName)]:e._e()],2)})),1),e._v(" "),t("div",{staticClass:"submit-btn"},[e.showLoginBtn?t("el-button",{attrs:{loading:e.submitLoading},nativeOn:{click:function(t){return e.submit.apply(null,arguments)}}},[e._v("\n LOGIN\n ")]):e._e(),e._v(" "),e.showRegisterBtn?t("el-button",{attrs:{loading:e.submitLoading},nativeOn:{click:function(t){return e.submit.apply(null,arguments)}}},[e._v("\n REGISTER\n ")]):e._e(),e._v(" "),e.showDeleteBtn?t("el-button",{nativeOn:{click:function(t){return e.close.apply(null,arguments)}}},[e._v("取 消")]):e._e()],1)],1)}),[],!1,null,null,null);t.default=component.exports},829:function(e,t,o){"use strict";o.r(t),o.d(t,"version",(function(){return n})),o.d(t,"VERSION",(function(){return r})),o.d(t,"atob",(function(){return N})),o.d(t,"atobPolyfill",(function(){return $})),o.d(t,"btoa",(function(){return D})),o.d(t,"btoaPolyfill",(function(){return x})),o.d(t,"fromBase64",(function(){return G})),o.d(t,"toBase64",(function(){return O})),o.d(t,"utob",(function(){return P})),o.d(t,"encode",(function(){return O})),o.d(t,"encodeURI",(function(){return S})),o.d(t,"encodeURL",(function(){return S})),o.d(t,"btou",(function(){return E})),o.d(t,"decode",(function(){return G})),o.d(t,"isValid",(function(){return V})),o.d(t,"fromUint8Array",(function(){return k})),o.d(t,"toUint8Array",(function(){return U})),o.d(t,"extendString",(function(){return W})),o.d(t,"extendUint8Array",(function(){return M})),o.d(t,"extendBuiltins",(function(){return Z})),o.d(t,"Base64",(function(){return X}));const n="3.7.7",r=n,l="function"==typeof Buffer,c="function"==typeof TextDecoder?new TextDecoder:void 0,d="function"==typeof TextEncoder?new TextEncoder:void 0,f=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),m=(a=>{let e={};return a.forEach(((t,i)=>e[t]=i)),e})(f),h=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,v=String.fromCharCode.bind(String),y="function"==typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):e=>new Uint8Array(Array.prototype.slice.call(e,0)),w=e=>e.replace(/=/g,"").replace(/[+\/]/g,(e=>"+"==e?"-":"_")),_=s=>s.replace(/[^A-Za-z0-9\+\/]/g,""),x=e=>{let t,o,n,r,l="";const c=e.length%3;for(let i=0;i<e.length;){if((o=e.charCodeAt(i++))>255||(n=e.charCodeAt(i++))>255||(r=e.charCodeAt(i++))>255)throw new TypeError("invalid character found");t=o<<16|n<<8|r,l+=f[t>>18&63]+f[t>>12&63]+f[t>>6&63]+f[63&t]}return c?l.slice(0,c-3)+"===".substring(c):l},D="function"==typeof btoa?e=>btoa(e):l?e=>Buffer.from(e,"binary").toString("base64"):x,C=l?e=>Buffer.from(e).toString("base64"):e=>{let t=[];for(let i=0,o=e.length;i<o;i+=4096)t.push(v.apply(null,e.subarray(i,i+4096)));return D(t.join(""))},k=(e,t=!1)=>t?w(C(e)):C(e),A=e=>{if(e.length<2)return(t=e.charCodeAt(0))<128?e:t<2048?v(192|t>>>6)+v(128|63&t):v(224|t>>>12&15)+v(128|t>>>6&63)+v(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return v(240|t>>>18&7)+v(128|t>>>12&63)+v(128|t>>>6&63)+v(128|63&t)},B=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,P=u=>u.replace(B,A),L=l?s=>Buffer.from(s,"utf8").toString("base64"):d?s=>C(d.encode(s)):s=>D(P(s)),O=(e,t=!1)=>t?w(L(e)):L(e),S=e=>O(e,!0),R=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,F=e=>{switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return v(55296+(t>>>10))+v(56320+(1023&t));case 3:return v((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return v((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},E=b=>b.replace(R,F),$=e=>{if(e=e.replace(/\s+/g,""),!h.test(e))throw new TypeError("malformed base64.");e+="==".slice(2-(3&e.length));let t,o,n,r="";for(let i=0;i<e.length;)t=m[e.charAt(i++)]<<18|m[e.charAt(i++)]<<12|(o=m[e.charAt(i++)])<<6|(n=m[e.charAt(i++)]),r+=64===o?v(t>>16&255):64===n?v(t>>16&255,t>>8&255):v(t>>16&255,t>>8&255,255&t);return r},N="function"==typeof atob?e=>atob(_(e)):l?e=>Buffer.from(e,"base64").toString("binary"):$,j=l?a=>y(Buffer.from(a,"base64")):a=>y(N(a).split("").map((e=>e.charCodeAt(0)))),U=a=>j(T(a)),I=l?a=>Buffer.from(a,"base64").toString("utf8"):c?a=>c.decode(j(a)):a=>E(N(a)),T=a=>_(a.replace(/[-_]/g,(e=>"-"==e?"+":"/"))),G=e=>I(T(e)),V=e=>{if("string"!=typeof e)return!1;const s=e.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(s)||!/[^\s0-9a-zA-Z\-_]/.test(s)},z=e=>({value:e,enumerable:!1,writable:!0,configurable:!0}),W=function(){const e=(e,body)=>Object.defineProperty(String.prototype,e,z(body));e("fromBase64",(function(){return G(this)})),e("toBase64",(function(e){return O(this,e)})),e("toBase64URI",(function(){return O(this,!0)})),e("toBase64URL",(function(){return O(this,!0)})),e("toUint8Array",(function(){return U(this)}))},M=function(){const e=(e,body)=>Object.defineProperty(Uint8Array.prototype,e,z(body));e("toBase64",(function(e){return k(this,e)})),e("toBase64URI",(function(){return k(this,!0)})),e("toBase64URL",(function(){return k(this,!0)}))},Z=()=>{W(),M()},X={version:n,VERSION:r,atob:N,atobPolyfill:$,btoa:D,btoaPolyfill:x,fromBase64:G,toBase64:O,encode:O,encodeURI:S,encodeURL:S,utob:P,btou:E,decode:G,isValid:V,fromUint8Array:k,toUint8Array:U,extendString:W,extendUint8Array:M,extendBuiltins:Z}},830:function(e,t,o){"use strict";o(703)},876:function(e,t,o){"use strict";o.r(t);o(527),o(41),o(40),o(62),o(63),o(46);var n=o(24),r=(o(54),o(39),o(12),o(77),o(32),o(79),o(43)),l=o(730),c=o(218);function d(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function f(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?d(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):d(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var m=o(829).Base64,h={name:"LoginDialog",components:{GlobalForm:l.default,"dialog-XX-success":c.default},data:function(){return{showPassword:!1,xxContentVisible:!1,xxContent:"success",isRemember:!1,showDeleteBtn:!1,activeName:"first",submitLoading:!1,loginData:{email:"",password:""},registData:{},loginFormConfig:[{autoInput:!0,prop:"email",type:"input",placeholder:"User Name"},{prop:"password",type:"password",placeholder:"Password"},{type:"slot",slotName:"checkbox"}],registFormConfig:[{long:!0,prop:"email",type:"input",placeholder:"Email"},{long:!0,prop:"password",type:"password",placeholder:"Password"},{long:!0,prop:"confirm_password",type:"password",placeholder:"Comfirm Password"},{prop:"contacts",type:"input",placeholder:"First Name"},{prop:"last_name",type:"input",placeholder:"Last Name"},{long:!0,prop:"company",type:"input",placeholder:"Company Name"},{prop:"phone",type:"input",placeholder:"Phone No"},{prop:"url",type:"input",placeholder:"Website"},{long:!0,prop:"address",type:"input",placeholder:"Address"},{prop:"state",type:"input",placeholder:"State"},{prop:"postcode",type:"input",placeholder:"Post Code"}],loginRules:{email:[{required:!0,message:"Please enter the correct email",trigger:"blur"}],password:[{required:!0,message:"The password length only allows 6-16 bits",trigger:"blur",min:6,max:16}]},registRules:{email:[{required:!0,message:"Please enter your email address",trigger:"blur"}],password:[{required:!0,message:"The password length only allows 6-16 bits",trigger:"blur",min:6,max:16}],confirm_password:[{required:!0,message:"The password length only allows 6-16 bits",trigger:"blur",min:6,max:16}],company:[{required:!0,message:"Please enter your company name",trigger:"blur"}],contacts:[{required:!0,message:"Please enter your contact person",trigger:"blur"}],last_name:[{required:!0,message:"Please enter your contact person",trigger:"blur"}],phone:[{required:!0,message:"Please enter your phone number",trigger:"blur"}]},autoComplete:null,selectAddress:""}},computed:f(f({},Object(r.d)(["dialogVisible","config"])),{},{dialogWidth:function(){return"first"===this.activeName?"506px":"1108px"}}),watch:{dialogVisible:function(e){e?document.addEventListener("keydown",this.onEnterClick):document.removeEventListener("keydown",this.onEnterClick)},activeName:function(){var e=this;"second"===this.activeName&&null===this.autoComplete&&(window.google?(this.initGoogleMapAutoComplete(),this.getAddrByLocation()):setTimeout((function(){e.initGoogleMapAutoComplete(),e.getAddrByLocation()}),1500))}},mounted:function(){this.getCookie()},methods:f(f({},Object(r.c)(["closeDialog","openDialog"])),{},{onEnterClick:function(e){if(13===e.keyCode){console.log("enter");var t=this.$refs.loginForm;this.activeName,"second"===this.activeName&&(t=this.$refs.registForm),"function"==typeof t.submit&&t.submit()}},checkRegisterForm:function(){var e=this;this.$refs.registForm.validate((function(t){t&&e.submit()}))},submit:function(){if("first"===this.activeName){if(this.isRemember){var e=m.encode(this.loginData.password);this.setCookie(this.loginData.email,e,7)}else this.setCookie("","",-1);this.login()}else"second"===this.activeName&&this.regist()},login:function(){var e=this;this.$store.dispatch("login",this.loginData).then((function(t){1==t.code?(setTimeout((function(){e.closeDialog()}),200),e.xxContentVisible=!0,e.xxContent="Login Successful",e.submitLoading=!1):10100==t.code&&e.$confirm(t.msg,{confirmButtonText:"OK",showCancelButton:!1,type:"error",center:!0})})).catch((function(){e.closeDialog()}))},regist:function(){var e=this;this.submitLoading=!0;var t=Object.assign({},this.registData);this.selectAddress&&this.selectAddress.length&&(t.address=this.selectAddress),this.$axios({url:"/au/register",method:"post",data:t}).then((function(t){1==t.code&&(e.closeDialog(),e.submitLoading=!1,e.xxContentVisible=!0,e.xxContent="We've received your login request. Someone will be in touch shortly to confirm.",e.registerEmail())})).catch((function(t){var o=t.response.data;10100===o.code&&e.$confirm(o.msg+", please click OK to jump to login.",{confirmButtonText:"OK",showCancelButton:!1,type:"error",center:!0}).then((function(){e.submitLoading=!1,e.activeName="first"}))}))},registerEmail:function(){var e=this;this.$axios.get("/member/register_email?email="+this.registData.email).then((function(e){})).catch((function(t){e.$message.error(t.response.data.msg)}))},close:function(){this.closeDialog(),this.registData={}},resetPassword:function(){this.closeDialog(),this.$refs.resetPasswordDialog.resetDialogVisible=!0},openLoginDialog:function(){this.openDialog()},setCookie:function(e,t,o){var n=new Date;n.setTime(n.getTime()+864e5*o),document.cookie="email="+e+";path=/;expires="+n.toGMTString(),document.cookie="password="+t+";path=/;expires="+n.toGMTString()},getCookie:function(){if(document.cookie.length>0)for(var e=document.cookie.split("; "),i=0;i<e.length;i++){var t=e[i].split("=");"email"===t[0]?this.loginData.email=t[1]:"password"===t[0]&&(this.loginData.password=m.decode(t[1]),this.isRemember=!0)}},toSignatureLink:function(){var e,link=(null===(e=this.config.configInfo)||void 0===e?void 0:e.link)||"";link&&window.open(link,"_blank")},initGoogleMapAutoComplete:function(){this.autoComplete=new window.google.maps.places.Autocomplete(document.getElementById("address_input"),{types:["address"],componentRestrictions:{country:["AU"]},fields:["address_components","place_id","name","formatted_address"]}),this.autoComplete.addListener("place_changed",this.onPlaceChange)},onPlaceChange:function(){var e=this,data=this.autoComplete.getPlace();Array.isArray(data.address_components)&&data.address_components.forEach((function(i){i.types.includes("postal_code")&&e.$set(e.registData,"postcode",i.long_name||i.short_name),i.types.includes("administrative_area_level_1")&&e.$set(e.registData,"state",i.short_name||i.long_name)})),this.selectAddress=data.name||this.registData.address},onInputChange:function(e,t){"address"===t&&(this.selectAddress="")},getAddrByLocation:function(){var e=this;if(navigator.geolocation){var t={lat:0,lng:0};navigator.geolocation.getCurrentPosition((function(o){t={lat:o.coords.latitude,lng:o.coords.longitude},console.log(t,"position"),(new window.google.maps.Geocoder).geocode({location:t}).then((function(t){var o;console.log(t,"response"),null!==(o=t.results)&&void 0!==o&&o.length&&t.results[0].address_components.forEach((function(i){i.types.includes("postal_code")&&e.$set(e.registData,"postcode",i.long_name||i.short_name),i.types.includes("administrative_area_level_1")&&e.$set(e.registData,"state",i.short_name||i.long_name),i.types.includes("route")&&e.$set(e.registData,"address",i.short_name||i.long_name),e.selectAddress=i.short_name||i.long_name}))}))}),(function(e){console.log(e,"get location error")}))}}})},v=(o(830),o(22)),component=Object(v.a)(h,(function(){var e,t,n=this,r=n._self._c;return r("div",[r("el-dialog",{attrs:{"custom-class":"first"===n.activeName?"custom-login-form":"custom-register-form","lock-scroll":!1,visible:n.dialogVisible,width:n.dialogWidth,"before-close":n.close},on:{"update:visible":function(e){n.dialogVisible=e}}},[r("el-tabs",{model:{value:n.activeName,callback:function(e){n.activeName=e},expression:"activeName"}},[r("el-tab-pane",{attrs:{label:"LOGIN",name:"first"}},[r("GlobalForm",{ref:"loginForm",attrs:{formData:n.loginData,formConfig:n.loginFormConfig,rules:n.loginRules,submitLoading:n.submitLoading,showDeleteBtn:n.showDeleteBtn,showRegisterBtn:!1},on:{handleSubmit:n.submit},scopedSlots:n._u([{key:"checkbox",fn:function(){return[r("div",{staticClass:"rememberMe"},[r("el-checkbox",{model:{value:n.isRemember,callback:function(e){n.isRemember=e},expression:"isRemember"}},[n._v("Remember me")]),n._v(" "),r("div",{staticClass:"btn-forgot-pw",on:{click:n.resetPassword}},[n._v("\n Forgot Password\n ")])],1)]},proxy:!0}])}),n._v(" "),r("div",{staticStyle:{"font-size":"14px",color:"#666","margin-top":"18px","text-align":"right"}},[n._v("\n Strictly distributors only. Proof of status will be required\n ")])],1),n._v(" "),r("el-tab-pane",{attrs:{label:"REGISTER AS A NEW USER",name:"second"}},[r("div",{staticClass:"flex start"},[r("div",{staticStyle:{width:"50%","min-width":"50%","padding-top":"48px"}},[r("div",{staticClass:"flex center",staticStyle:{"margin-bottom":"55px"}},[r("img",{attrs:{src:o(332),alt:"PromoCollection Logo"}})]),n._v(" "),r("div",{staticClass:"desc-content main-desc"},[n._v("\n PromoCollection is Australia's fastest growing\n "),r("br"),n._v("\n promotional products supplier, 5 years in a row!\n ")]),n._v(" "),r("p",{staticClass:"desc-content"},[n._v("\n We work exclusively with distributors to offer over 2000\n catalogue products, as well as a world of sourcing options, with\n our 60 person offshore sourcing team,to source anything you\n need!\n ")]),n._v(" "),r("div",{staticClass:"desc-content"},[n._v("\n To apply for a login, please input the below information\n ")]),n._v(" "),null!==(e=n.config.configInfo)&&void 0!==e&&e.image?r("div",{staticClass:"signature-image flex center"},[r("img",{class:{pointer:null===(t=n.config.configInfo)||void 0===t?void 0:t.link},attrs:{src:n.config.configInfo.image,alt:""},on:{click:n.toSignatureLink}})]):n._e()]),n._v(" "),r("div",{staticClass:"flex-auto register-form"},[r("el-form",{ref:"registForm",attrs:{inline:!0,model:n.registData,rules:n.registRules,"label-position":"top"}},n._l(n.registFormConfig,(function(e){return r("el-form-item",{key:e.label,class:{"long-form-item":e.long,"short-form-item":!e.long},attrs:{prop:e.prop,label:e.placeholder}},["password"===e.type?r("el-input",{attrs:{type:n.showPassword?"text":"password"},model:{value:n.registData[e.prop],callback:function(t){n.$set(n.registData,e.prop,t)},expression:"registData[item.prop]"}},[n.showPassword?r("i",{staticClass:"el-input__icon iconfont",staticStyle:{"font-size":"22px",cursor:"pointer",color:"#666"},attrs:{slot:"suffix"},on:{click:function(e){n.showPassword=!1}},slot:"suffix"},[n._v("")]):r("i",{staticClass:"el-input__icon iconfont",staticStyle:{"font-size":"22px",cursor:"pointer",color:"#666"},attrs:{slot:"suffix"},on:{click:function(e){n.showPassword=!0}},slot:"suffix"},[n._v("")])]):r("el-input",{attrs:{id:e.prop+"_input"},on:{change:function(t){return n.onInputChange(t,e.prop)}},model:{value:n.registData[e.prop],callback:function(t){n.$set(n.registData,e.prop,t)},expression:"registData[item.prop]"}})],1)})),1),n._v(" "),r("div",{staticClass:"flex center"},[r("el-button",{attrs:{loading:n.submitLoading},on:{click:n.checkRegisterForm}},[n._v("REGISTER")])],1),n._v(" "),r("p",{staticClass:"desc-content"},[n._v("* required")])],1)])])],1)],1),n._v(" "),r("resetPasswordDialog",{ref:"resetPasswordDialog",on:{openLoginDialog:n.openLoginDialog}}),n._v(" "),r("dialog-XX-success",{attrs:{visible:n.xxContentVisible,content:n.xxContent},on:{"update:visible":function(e){n.xxContentVisible=e}}})],1)}),[],!1,null,"150730d4",null);t.default=component.exports}}]);
  2. //# sourceMappingURL=f7e66a5.js.map