5f83086.js 22 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[31,34],{511:function(e,t,o){"use strict";var n=o(2),r=o(513);n({target:"String",proto:!0,forced:o(514)("link")},{link:function(e){return r(this,"a","href",e)}})},513:function(e,t,o){var n=o(4),r=o(32),l=o(13),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+">"}},514:function(e,t,o){var n=o(5);e.exports=function(e){return n((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},599:function(e,t,o){e.exports={}},641:function(e,t,o){"use strict";o(599)},691:function(e,t,o){e.exports={}},718:function(e,t,o){"use strict";o.r(t);o(37);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(641),o(20)),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},819: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 U})),o.d(t,"atobPolyfill",(function(){return j})),o.d(t,"btoa",(function(){return k})),o.d(t,"btoaPolyfill",(function(){return C})),o.d(t,"fromBase64",(function(){return z})),o.d(t,"toBase64",(function(){return R})),o.d(t,"utob",(function(){return O})),o.d(t,"encode",(function(){return R})),o.d(t,"encodeURI",(function(){return F})),o.d(t,"encodeURL",(function(){return F})),o.d(t,"btou",(function(){return N})),o.d(t,"decode",(function(){return z})),o.d(t,"isValid",(function(){return W})),o.d(t,"fromUint8Array",(function(){return B})),o.d(t,"toUint8Array",(function(){return T})),o.d(t,"extendString",(function(){return Z})),o.d(t,"extendUint8Array",(function(){return X})),o.d(t,"extendBuiltins",(function(){return K})),o.d(t,"Base64",(function(){return J}));const n="3.7.5",r=n,l="function"==typeof atob,c="function"==typeof btoa,d="function"==typeof Buffer,f="function"==typeof TextDecoder?new TextDecoder:void 0,m="function"==typeof TextEncoder?new TextEncoder:void 0,h=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),v=(a=>{let e={};return a.forEach(((t,i)=>e[t]=i)),e})(h),y=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,w=String.fromCharCode.bind(String),_="function"==typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):e=>new Uint8Array(Array.prototype.slice.call(e,0)),x=e=>e.replace(/=/g,"").replace(/[+\/]/g,(e=>"+"==e?"-":"_")),D=s=>s.replace(/[^A-Za-z0-9\+\/]/g,""),C=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+=h[t>>18&63]+h[t>>12&63]+h[t>>6&63]+h[63&t]}return c?l.slice(0,c-3)+"===".substring(c):l},k=c?e=>btoa(e):d?e=>Buffer.from(e,"binary").toString("base64"):C,A=d?e=>Buffer.from(e).toString("base64"):e=>{let t=[];for(let i=0,o=e.length;i<o;i+=4096)t.push(w.apply(null,e.subarray(i,i+4096)));return k(t.join(""))},B=(e,t=!1)=>t?x(A(e)):A(e),P=e=>{if(e.length<2)return(t=e.charCodeAt(0))<128?e:t<2048?w(192|t>>>6)+w(128|63&t):w(224|t>>>12&15)+w(128|t>>>6&63)+w(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return w(240|t>>>18&7)+w(128|t>>>12&63)+w(128|t>>>6&63)+w(128|63&t)},L=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,O=u=>u.replace(L,P),S=d?s=>Buffer.from(s,"utf8").toString("base64"):m?s=>A(m.encode(s)):s=>k(O(s)),R=(e,t=!1)=>t?x(S(e)):S(e),F=e=>R(e,!0),E=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,$=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 w(55296+(t>>>10))+w(56320+(1023&t));case 3:return w((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return w((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},N=b=>b.replace(E,$),j=e=>{if(e=e.replace(/\s+/g,""),!y.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=v[e.charAt(i++)]<<18|v[e.charAt(i++)]<<12|(o=v[e.charAt(i++)])<<6|(n=v[e.charAt(i++)]),r+=64===o?w(t>>16&255):64===n?w(t>>16&255,t>>8&255):w(t>>16&255,t>>8&255,255&t);return r},U=l?e=>atob(D(e)):d?e=>Buffer.from(e,"base64").toString("binary"):j,I=d?a=>_(Buffer.from(a,"base64")):a=>_(U(a).split("").map((e=>e.charCodeAt(0)))),T=a=>I(V(a)),G=d?a=>Buffer.from(a,"base64").toString("utf8"):f?a=>f.decode(I(a)):a=>N(U(a)),V=a=>D(a.replace(/[-_]/g,(e=>"-"==e?"+":"/"))),z=e=>G(V(e)),W=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)},M=e=>({value:e,enumerable:!1,writable:!0,configurable:!0}),Z=function(){const e=(e,body)=>Object.defineProperty(String.prototype,e,M(body));e("fromBase64",(function(){return z(this)})),e("toBase64",(function(e){return R(this,e)})),e("toBase64URI",(function(){return R(this,!0)})),e("toBase64URL",(function(){return R(this,!0)})),e("toUint8Array",(function(){return T(this)}))},X=function(){const e=(e,body)=>Object.defineProperty(Uint8Array.prototype,e,M(body));e("toBase64",(function(e){return B(this,e)})),e("toBase64URI",(function(){return B(this,!0)})),e("toBase64URL",(function(){return B(this,!0)}))},K=()=>{Z(),X()},J={version:n,VERSION:r,atob:U,atobPolyfill:j,btoa:k,btoaPolyfill:C,fromBase64:z,toBase64:R,encode:R,encodeURI:F,encodeURL:F,utob:O,btou:N,decode:z,isValid:W,fromUint8Array:B,toUint8Array:T,extendString:Z,extendUint8Array:X,extendBuiltins:K}},820:function(e,t,o){"use strict";o(691)},866:function(e,t,o){"use strict";o.r(t);o(511),o(42),o(39),o(38),o(58),o(59);var n=o(23),r=(o(72),o(10),o(31),o(52),o(70),o(37),o(41)),l=o(718),c=o(209);function d(object,e){var t=Object.keys(object);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(object);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),t.push.apply(t,o)}return t}function f(e){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?d(Object(source),!0).forEach((function(t){Object(n.a)(e,t,source[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(source)):d(Object(source)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(source,t))}))}return e}var m=o(819).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(820),o(20)),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(326),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=5f83086.js.map