pages-join-teamwork.15e2b386.js 36 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-join-teamwork"],{"0f0b":function(t,e,n){"use strict";var a=n("f026"),i=n.n(a);i.a},"100f":function(t,e,n){"use strict";n("6a54");var a=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("64aa"),n("fd3c");var i=a(n("7bd5")),o={name:"u-radio-group",mixins:[i.default],props:{disabled:{type:Boolean,default:!1},value:{type:[String,Number],default:""},activeColor:{type:String,default:"#2979ff"},size:{type:[String,Number],default:34},labelDisabled:{type:Boolean,default:!1},shape:{type:String,default:"circle"},iconSize:{type:[String,Number],default:20},width:{type:[String,Number],default:"auto"},wrap:{type:Boolean,default:!1}},created:function(){this.children=[]},watch:{parentData:function(){this.children.length&&this.children.map((function(t){"function"==typeof t.updateParentData&&t.updateParentData()}))}},computed:{parentData:function(){return[this.value,this.disabled,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.width,this.wrap]}},methods:{setValue:function(t){var e=this;this.children.map((function(e){e.parentData.value!=t&&(e.parentData.value="")})),this.$emit("input",t),this.$emit("change",t),setTimeout((function(){e.dispatch("u-form-item","on-form-change",t)}),60)}}};e.default=o},2493:function(t,e,n){var a=n("2a9f");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=n("967d").default;i("d49f4ad0",a,!0,{sourceMap:!1,shadowMode:!1})},"2a9f":function(t,e,n){var a=n("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.u-radio-group[data-v-f64b7fc0]{display:inline-flex;flex-wrap:wrap}',""]),t.exports=e},"39ad":function(t,e,n){"use strict";n("6a54");var a=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("64aa"),n("0c26");var i=a(n("7bd5")),o={name:"u-input",mixins:[i.default],props:{value:{type:[String,Number],default:""},type:{type:String,default:"text"},inputAlign:{type:String,default:"left"},placeholder:{type:String,default:"请输入内容"},disabled:{type:Boolean,default:!1},maxlength:{type:[Number,String],default:140},placeholderStyle:{type:String,default:"color: #c0c4cc;"},confirmType:{type:String,default:"done"},customStyle:{type:Object,default:function(){return{}}},fixed:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},passwordIcon:{type:Boolean,default:!0},border:{type:Boolean,default:!1},borderColor:{type:String,default:"#dcdfe6"},autoHeight:{type:Boolean,default:!0},selectOpen:{type:Boolean,default:!1},height:{type:[Number,String],default:""},clearable:{type:Boolean,default:!0},cursorSpacing:{type:[Number,String],default:0},selectionStart:{type:[Number,String],default:-1},selectionEnd:{type:[Number,String],default:-1},trim:{type:Boolean,default:!0},showConfirmbar:{type:Boolean,default:!0},adjustPosition:{type:Boolean,default:!0}},data:function(){return{defaultValue:this.value,inputHeight:70,textareaHeight:100,validateState:!1,focused:!1,showPassword:!1,lastValue:""}},watch:{value:function(t,e){this.defaultValue=t,t!=e&&"select"==this.type&&this.handleInput({detail:{value:t}})}},computed:{inputMaxlength:function(){return Number(this.maxlength)},getStyle:function(){var t={};return t.minHeight=this.height?this.height+"rpx":"textarea"==this.type?this.textareaHeight+"rpx":this.inputHeight+"rpx",t=Object.assign(t,this.customStyle),t},getCursorSpacing:function(){return Number(this.cursorSpacing)},uSelectionStart:function(){return String(this.selectionStart)},uSelectionEnd:function(){return String(this.selectionEnd)}},created:function(){this.$on("on-form-item-error",this.onFormItemError)},methods:{handleInput:function(t){var e=this,n=t.detail.value;this.trim&&(n=this.$u.trim(n)),this.$emit("input",n),this.defaultValue=n,setTimeout((function(){e.dispatch("u-form-item","on-form-change",n)}),40)},handleBlur:function(t){var e=this,n=t.detail.value;setTimeout((function(){e.focused=!1}),100),this.$emit("blur",n),setTimeout((function(){e.dispatch("u-form-item","on-form-blur",n)}),40)},onFormItemError:function(t){this.validateState=t},onFocus:function(t){this.focused=!0,this.$emit("focus")},onConfirm:function(t){this.$emit("confirm",t.detail.value)},onClear:function(t){this.$emit("input","")},inputClick:function(){this.$emit("click")}}};e.default=o},"39f1":function(t,e,n){"use strict";n.r(e);var a=n("e6aa"),i=n.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},4918:function(t,e,n){var a=n("8d15");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=n("967d").default;i("2f3c3e15",a,!0,{sourceMap:!1,shadowMode:!1})},"50db":function(t,e,n){var a=n("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.u-radio[data-v-edf628c2]{display:inline-flex;align-items:center;overflow:hidden;-webkit-user-select:none;user-select:none;line-height:1.8}.u-radio__icon-wrap[data-v-edf628c2]{color:#606266;display:flex;flex-direction:row;flex:none;align-items:center;justify-content:center;box-sizing:border-box;width:%?42?%;height:%?42?%;color:transparent;text-align:center;transition-property:color,border-color,background-color;font-size:20px;border:1px solid #c8c9cc;transition-duration:.2s}.u-radio__icon-wrap--circle[data-v-edf628c2]{border-radius:100%}.u-radio__icon-wrap--square[data-v-edf628c2]{border-radius:3px}.u-radio__icon-wrap--checked[data-v-edf628c2]{color:#fff;background-color:#2979ff;border-color:#2979ff}.u-radio__icon-wrap--disabled[data-v-edf628c2]{background-color:#ebedf0;border-color:#c8c9cc}.u-radio__icon-wrap--disabled--checked[data-v-edf628c2]{color:#c8c9cc!important}.u-radio__label[data-v-edf628c2]{word-wrap:break-word;margin-left:%?10?%;margin-right:%?24?%;color:#606266;font-size:%?30?%}.u-radio__label--disabled[data-v-edf628c2]{color:#c8c9cc}',""]),t.exports=e},"5d4c":function(t,e,n){"use strict";n.r(e);var a=n("100f"),i=n.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},6463:function(t,e,n){"use strict";n.r(e);var a=n("39ad"),i=n.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"67b0":function(t,e,n){"use strict";n.r(e);var a=n("d619"),i=n("6463");for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("f5aa");var r=n("828b"),u=Object(r["a"])(i["default"],a["b"],a["c"],!1,null,"c95e3e40",null,!1,a["a"],void 0);e["default"]=u.exports},6856:function(t,e,n){t.exports=n.p+"static/other/work.jpg"},"7bd5":function(t,e,n){"use strict";function a(t,e,n){this.$children.map((function(i){t===i.$options.name?i.$emit.apply(i,[e].concat(n)):a.apply(i,[t,e].concat(n))}))}n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("fd3c"),n("c223");var i={methods:{dispatch:function(t,e,n){var a=this.$parent||this.$root,i=a.$options.name;while(a&&(!i||i!==t))a=a.$parent,a&&(i=a.$options.name);a&&a.$emit.apply(a,[e].concat(n))},broadcast:function(t,e,n){a.call(this,t,e,n)}}};e.default=i},"8d15":function(t,e,n){var a=n("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.u-input[data-v-c95e3e40]{position:relative;flex:1;display:flex;flex-direction:row}.u-input__input[data-v-c95e3e40]{font-size:%?28?%;color:#303133;flex:1}.u-input__textarea[data-v-c95e3e40]{width:auto;font-size:%?28?%;color:#303133;padding:%?10?% 0;line-height:normal;flex:1}.u-input--border[data-v-c95e3e40]{border-radius:%?6?%;border-radius:4px;border:1px solid #dcdfe6}.u-input--error[data-v-c95e3e40]{border-color:#fa3534!important}.u-input__right-icon__item[data-v-c95e3e40]{margin-left:%?10?%}.u-input__right-icon--select[data-v-c95e3e40]{transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.u-input__right-icon--select--reverse[data-v-c95e3e40]{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}',""]),t.exports=e},"9b91":function(t,e,n){"use strict";n.r(e);var a=n("af56"),i=n.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},a43d:function(t,e,n){"use strict";var a=n("fd35"),i=n.n(a);i.a},af56:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("64aa"),n("aa9c");var a={name:"u-radio",props:{name:{type:[String,Number],default:""},shape:{type:String,default:""},disabled:{type:[String,Boolean],default:""},labelDisabled:{type:[String,Boolean],default:""},activeColor:{type:String,default:""},iconSize:{type:[String,Number],default:""},labelSize:{type:[String,Number],default:""}},data:function(){return{parentData:{iconSize:null,labelDisabled:null,disabled:null,shape:null,activeColor:null,size:null,width:null,height:null,value:null,wrap:null}}},created:function(){this.parent=!1,this.updateParentData(),this.parent.children.push(this)},computed:{elDisabled:function(){return""!==this.disabled?this.disabled:null!==this.parentData.disabled&&this.parentData.disabled},elLabelDisabled:function(){return""!==this.labelDisabled?this.labelDisabled:null!==this.parentData.labelDisabled&&this.parentData.labelDisabled},elSize:function(){return this.size?this.size:this.parentData.size?this.parentData.size:34},elIconSize:function(){return this.iconSize?this.iconSize:this.parentData.iconSize?this.parentData.iconSize:20},elActiveColor:function(){return this.activeColor?this.activeColor:this.parentData.activeColor?this.parentData.activeColor:"primary"},elShape:function(){return this.shape?this.shape:this.parentData.shape?this.parentData.shape:"circle"},iconStyle:function(){var t={};return this.elActiveColor&&this.parentData.value==this.name&&!this.elDisabled&&(t.borderColor=this.elActiveColor,t.backgroundColor=this.elActiveColor),t.width=this.$u.addUnit(this.elSize),t.height=this.$u.addUnit(this.elSize),t},iconColor:function(){return this.name==this.parentData.value?"#ffffff":"transparent"},iconClass:function(){var t=[];return t.push("u-radio__icon-wrap--"+this.elShape),this.name==this.parentData.value&&t.push("u-radio__icon-wrap--checked"),this.elDisabled&&t.push("u-radio__icon-wrap--disabled"),this.name==this.parentData.value&&this.elDisabled&&t.push("u-radio__icon-wrap--disabled--checked"),t.join(" ")},radioStyle:function(){var t={};return this.parentData.width&&(t.width=this.$u.addUnit(this.parentData.width),t.flex="0 0 ".concat(this.$u.addUnit(this.parentData.width))),this.parentData.wrap&&(t.width="100%",t.flex="0 0 100%"),t}},methods:{updateParentData:function(){this.getParentData("u-radio-group")},onClickLabel:function(){this.elLabelDisabled||this.elDisabled||this.setRadioCheckedStatus()},toggle:function(){this.elDisabled||this.setRadioCheckedStatus()},emitEvent:function(){this.parentData.value!=this.name&&this.$emit("change",this.name)},setRadioCheckedStatus:function(){this.emitEvent(),this.parent&&(this.parent.setValue(this.name),this.parentData.value=this.name)}}};e.default=a},bc4a:function(t,e,n){var a=n("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */[data-v-12763e25] .uni-input-wrapper{width:150px;text-align:right;font-weight:400}.team_work[data-v-12763e25]{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto}.team_work .banner[data-v-12763e25]{width:100%}.team_work .banner uni-image[data-v-12763e25]{width:100%}.team_work .content[data-v-12763e25]{width:100%;flex:1;padding:0 %?20?%;box-sizing:border-box;background-color:#f7f7f7;position:relative;display:flex;justify-content:center}.team_work .content .center[data-v-12763e25]{width:93%;padding:%?30?%;padding-bottom:50px;box-sizing:border-box;background-color:#fff;border-radius:%?10?%;position:absolute;top:-30px}.team_work .content .center .title[data-v-12763e25]{border-bottom:1px solid #ccc;padding:%?20?% 0;font-size:%?30?%;font-weight:700}.team_work .content .center .city[data-v-12763e25]{padding:%?16?% 0;font-size:%?30?%;font-weight:700;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.team_work .content .center .city .left[data-v-12763e25]{width:60%}.team_work .content .center .city .left span[data-v-12763e25]{color:red;margin-right:%?10?%}.team_work .content .center .city .right[data-v-12763e25]{flex:1}.team_work .content .center .introduce[data-v-12763e25]{font-size:%?30?%;font-weight:700;padding-top:10px}.team_work .content .center .introduce uni-textarea[data-v-12763e25]{width:100%;height:80px;background-color:#f9f9f9;border-radius:10px;padding:%?15?%;box-sizing:border-box;font-size:%?26?%;font-weight:400;margin-top:10px}.team_work .content .center .select[data-v-12763e25]{border-bottom:1px solid #ccc;padding:%?20?% 0}.team_work .content .center .select .head[data-v-12763e25]{margin-bottom:%?10?%;font-size:%?30?%;font-weight:700}.team_work .content .btn_box[data-v-12763e25]{margin-top:20px;width:100%;height:50px;font-size:%?26?%;display:flex;flex-direction:column;align-items:center}.team_work .content .btn_box .btn[data-v-12763e25]{width:95%;height:40px;text-align:center;background:linear-gradient(90deg,#35c99d,#27aea7);margin:10px auto;line-height:40px;border-radius:10px;color:#fcfdff}',""]),t.exports=e},c266:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}));var a={uInput:n("67b0").default,uRadioGroup:n("ef38").default,uRadio:n("f6e0").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"team_work"},[a("v-uni-view",{staticClass:"banner"},[a("v-uni-image",{attrs:{src:n("6856"),mode:""}})],1),a("v-uni-view",{staticClass:"content"},[a("v-uni-view",{staticClass:"center"},[a("v-uni-view",{staticClass:"title"},[t._v("欢迎申请城市合伙人,请填写申请信息")]),a("v-uni-view",{staticClass:"city"},[a("v-uni-view",{staticClass:"left"},[a("span",[t._v("*")]),t._v("意向代理城市(中国)")]),a("v-uni-view",{staticClass:"right"},[a("u-input",{attrs:{type:t.type,placeholder:"请输入城市名",maxlength:"4"},model:{value:t.form.city,callback:function(e){t.$set(t.form,"city",e)},expression:"form.city"}})],1)],1),a("v-uni-view",{staticClass:"introduce"},[t._v("城市资源介绍"),a("v-uni-view",{staticClass:"inp"},[a("v-uni-textarea",{attrs:{cols:"30",rows:"3",placeholder:"请输入城市资源介绍"},model:{value:t.form.resource,callback:function(e){t.$set(t.form,"resource",e)},expression:"form.resource"}})],1)],1),a("v-uni-view",{staticClass:"city"},[a("v-uni-view",{staticClass:"left"},[a("span",[t._v("*")]),t._v("合伙人姓名")]),a("v-uni-view",{staticClass:"right"},[a("u-input",{attrs:{type:t.type,placeholder:"请输入姓名",maxlength:"4"},model:{value:t.form.name,callback:function(e){t.$set(t.form,"name",e)},expression:"form.name"}})],1)],1),a("v-uni-view",{staticClass:"city"},[a("v-uni-view",{staticClass:"left"},[a("span",[t._v("*")]),t._v("手机")]),a("v-uni-view",{staticClass:"right"},[a("u-input",{attrs:{type:"number",placeholder:"请输入手机号码"},model:{value:t.form.phoneNum,callback:function(e){t.$set(t.form,"phoneNum",e)},expression:"form.phoneNum"}})],1)],1),a("v-uni-view",{staticClass:"city"},[a("v-uni-view",{staticClass:"left"},[t._v("公司")]),a("v-uni-view",{staticClass:"right"},[a("u-input",{attrs:{type:t.type,placeholder:"请输入公司名称"},model:{value:t.form.company,callback:function(e){t.$set(t.form,"company",e)},expression:"form.company"}})],1)],1),a("v-uni-view",{staticClass:"select"},[a("v-uni-view",{staticClass:"head"},[t._v("是否从事过按摩行业")]),a("u-radio-group",{model:{value:t.value1,callback:function(e){t.value1=e},expression:"value1"}},t._l(t.isWork,(function(e,n){return a("u-radio",{key:n,attrs:{name:e.name},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.selectIsWork.apply(void 0,arguments)}}},[t._v(t._s(e.name))])})),1)],1),a("v-uni-view",{staticClass:"select"},[a("v-uni-view",{staticClass:"head"},[t._v("有几年按摩行业管理经验")]),a("u-radio-group",{model:{value:t.value2,callback:function(e){t.value2=e},expression:"value2"}},t._l(t.workYear,(function(e,n){return a("u-radio",{key:n,attrs:{name:e.name},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.selectIsYear.apply(void 0,arguments)}}},[t._v(t._s(e.name))])})),1)],1),a("v-uni-view",{staticClass:"select"},[a("v-uni-view",{staticClass:"head"},[t._v("是否正在经营实体门店")]),a("u-radio-group",{model:{value:t.value3,callback:function(e){t.value3=e},expression:"value3"}},t._l(t.isWork,(function(e,n){return a("u-radio",{key:n,attrs:{name:e.name},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.selectIsEntity.apply(void 0,arguments)}}},[t._v(t._s(e.name))])})),1)],1),a("v-uni-view",{staticClass:"btn_box"},[a("v-uni-view",{},[t._v("提交后,我们会尽快和您取得联系。")]),a("v-uni-view",{staticClass:"btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.submit.apply(void 0,arguments)}}},[t._v(t._s(t.title))])],1)],1)],1)],1)},o=[]},c457:function(t,e,n){"use strict";var a=n("2493"),i=n.n(a);i.a},d393:function(t,e,n){"use strict";n("bf0f");n("e745");var a="https://city.baoxianzhanggui.com/nightFragrance";function i(t,e){var n={};return n="POST_PARAMS"==e?{"content-type":"application/x-www-form-urlencoded"}:"FormData"==e?{"content-type":"multipart/form-data"}:{"content-type":"application/json"},n}t.exports.getRequest=function(t,e){var n=i(0,"GET");return n.Authorization="tf:"+uni.getStorageSync("access-token"),new Promise((function(i,o){uni.request({url:a+t,data:e,header:n,method:"GET",success:function(t){200===t.statusCode?401==t.data.code?uni.removeStorage({key:"access-token"}):i(t):o(t)},fail:function(t){o(t)}})}))},t.exports.postRequest=function(t,e){var n=i(0,"POST");return n.Authorization="tf:"+uni.getStorageSync("access-token"),new Promise((function(i,o){uni.request({url:a+t,data:e,header:n,method:"POST",success:function(t){200===t.statusCode?401==t.data.code?401==t.data.code&&uni.removeStorage({key:"access-token"}):i(t):o(t)},fail:function(t){o(t)}})}))},t.exports.postRequestFormData=function(t,e){var n=i(0,"FormData");return n.Authorization="tf:"+uni.getStorageSync("access-token"),new Promise((function(i,o){uni.request({url:a+t,data:e,header:n,method:"POST",success:function(t){200===t.statusCode?t.data.code:o(t)},fail:function(t){o(t)}})}))},t.exports.postParamsRequest=function(t,e){var n=i(0,"POST_PARAMS"),o=t;return n.Authorization="tf:"+uni.getStorageSync("access-token"),new Promise((function(t,i){uni.request({url:a+o,data:e,header:n,method:"POST",success:function(e){200===e.statusCode?401==e.data.code?401==e.data.code&&uni.removeStorage({key:"access-token"}):t(e):i(e)},fail:function(t){i(t)}})}))},t.exports.putRequest=function(t,e){var n=i(0,"PUT");return n.Authorization="tf:"+uni.getStorageSync("access-token"),new Promise((function(i,o){uni.request({url:a+t,data:e,header:n,method:"PUT",success:function(t){200===t.statusCode?401==t.data.code?401==t.data.code&&uni.removeStorage({key:"access-token"}):i(t):o(t)},fail:function(t){o(t)}})}))},t.exports.deleteRequest=function(t,e){var n=i(0,"POST_PARAMS");return n.Authorization="tf:"+uni.getStorageSync("access-token"),new Promise((function(i,o){uni.request({url:a+t,data:e,header:n,method:"DELETE",success:function(t){200===t.statusCode?i(t):o(t)},fail:function(t){o(t)}})}))}},d619:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}));var a={uIcon:n("e319").default},i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"u-input",class:{"u-input--border":t.border,"u-input--error":t.validateState},style:{padding:"0 "+(t.border?20:0)+"rpx",borderColor:t.borderColor,textAlign:t.inputAlign},on:{click:function(e){e.stopPropagation(),arguments[0]=e=t.$handleEvent(e),t.inputClick.apply(void 0,arguments)}}},["textarea"==t.type?n("v-uni-textarea",{staticClass:"u-input__input u-input__textarea",style:[t.getStyle],attrs:{value:t.defaultValue,placeholder:t.placeholder,placeholderStyle:t.placeholderStyle,disabled:t.disabled,maxlength:t.inputMaxlength,fixed:t.fixed,focus:t.focus,autoHeight:t.autoHeight,"selection-end":t.uSelectionEnd,"selection-start":t.uSelectionStart,"cursor-spacing":t.getCursorSpacing,"show-confirm-bar":t.showConfirmbar,"adjust-position":t.adjustPosition},on:{input:function(e){arguments[0]=e=t.$handleEvent(e),t.handleInput.apply(void 0,arguments)},blur:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBlur.apply(void 0,arguments)},focus:function(e){arguments[0]=e=t.$handleEvent(e),t.onFocus.apply(void 0,arguments)},confirm:function(e){arguments[0]=e=t.$handleEvent(e),t.onConfirm.apply(void 0,arguments)}}}):n("v-uni-input",{staticClass:"u-input__input",style:[t.getStyle],attrs:{type:"password"==t.type?"text":t.type,value:t.defaultValue,password:"password"==t.type&&!t.showPassword,placeholder:t.placeholder,placeholderStyle:t.placeholderStyle,disabled:t.disabled||"select"===t.type,maxlength:t.inputMaxlength,focus:t.focus,confirmType:t.confirmType,"cursor-spacing":t.getCursorSpacing,"selection-end":t.uSelectionEnd,"selection-start":t.uSelectionStart,"show-confirm-bar":t.showConfirmbar,"adjust-position":t.adjustPosition},on:{focus:function(e){arguments[0]=e=t.$handleEvent(e),t.onFocus.apply(void 0,arguments)},blur:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBlur.apply(void 0,arguments)},input:function(e){arguments[0]=e=t.$handleEvent(e),t.handleInput.apply(void 0,arguments)},confirm:function(e){arguments[0]=e=t.$handleEvent(e),t.onConfirm.apply(void 0,arguments)}}}),n("v-uni-view",{staticClass:"u-input__right-icon u-flex"},[t.clearable&&""!=t.value&&t.focused?n("v-uni-view",{staticClass:"u-input__right-icon__clear u-input__right-icon__item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onClear.apply(void 0,arguments)}}},[n("u-icon",{attrs:{size:"32",name:"close-circle-fill",color:"#c0c4cc"}})],1):t._e(),t.passwordIcon&&"password"==t.type?n("v-uni-view",{staticClass:"u-input__right-icon__clear u-input__right-icon__item"},[n("u-icon",{attrs:{size:"32",name:t.showPassword?"eye-fill":"eye",color:"#c0c4cc"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.showPassword=!t.showPassword}}})],1):t._e(),"select"==t.type?n("v-uni-view",{staticClass:"u-input__right-icon--select u-input__right-icon__item",class:{"u-input__right-icon--select--reverse":t.selectOpen}},[n("u-icon",{attrs:{name:"arrow-down-fill",size:"26",color:"#c0c4cc"}})],1):t._e()],1)],1)},o=[]},d680:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}));var a={uIcon:n("e319").default},i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"u-radio",style:[t.radioStyle]},[n("v-uni-view",{staticClass:"u-radio__icon-wrap",class:[t.iconClass],style:[t.iconStyle],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toggle.apply(void 0,arguments)}}},[n("u-icon",{staticClass:"u-radio__icon-wrap__icon",attrs:{name:"checkbox-mark",size:t.elIconSize,color:t.iconColor}})],1),n("v-uni-view",{staticClass:"u-radio__label",style:{fontSize:t.$u.addUnit(t.labelSize)},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onClickLabel.apply(void 0,arguments)}}},[t._t("default")],2)],1)},o=[]},e6aa:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("5c47"),n("0506");var a=n("e745"),i={data:function(){return{type:"",isWork:[{name:"是",value:"1"},{name:"否",value:"0"}],workYear:[{name:"1-3年",value:"1"},{name:"4-10年",value:"2"},{name:"10年以上",value:"2"}],value1:"",value2:"",value3:"",form:{city:"",company:"",isEntity:null,name:"",phoneNum:"",resource:"",years:null,id:""},title:"提交",updateId:""}},methods:{selectIsWork:function(t){this.form.isMassage="是"==t?1:0},selectIsYear:function(t){this.form.years=t},selectIsEntity:function(t){this.form.isEntity="是"==t?1:0},getData:function(){var t=this,e={};e.openId=uni.getStorageSync("wx_copenid"),(0,a.businessDevelopment)(e).then((function(e){t.form=e.data.data,t.form.id=e.data.data.id,t.title="修改",0==e.data.data.isMassage?t.value1="否":t.value1="是",t.value2=e.data.data.years,0==e.data.data.isEntity?t.value3="否":t.value3="是"}))},submit:function(){""!=this.form.city?""!=this.form.name?""!=this.form.phoneNum?/^1[3456789]\d{9}$/.test(this.form.phoneNum)?"提交"==this.title?(0,a.add)(this.form).then((function(t){200==t.data.code?(uni.showToast({title:"已提交",icon:"none"}),setTimeout((function(){uni.navigateBack()}),1e3)):uni.showToast({title:t.data.msg,icon:"none"})})):(0,a.businessupdate)(this.form).then((function(t){200==t.data.code?(uni.showToast({title:"已修改",icon:"none"}),setTimeout((function(){uni.navigateBack()}),1e3)):uni.showToast({title:t.data.msg,icon:"none"})})):uni.showToast({title:"请输入正确的手机号",icon:"none"}):uni.showToast({title:"请填写手机号码",icon:"none"}):uni.showToast({title:"请填写姓名",icon:"none"}):uni.showToast({title:"请填写意向代理城市",icon:"none"})}},onShow:function(){this.getData()}};e.default=i},e745:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.work=e.withdraw=e.windows=e.waitOrder=e.verification=e.userComment=e.updateOrder=e.updateAdd=e.takeOrder=e.tFareSetting=e.tCommentUser=e.statusList=e.speedOrder=e.slideshow=e.selectApp=e.select=e.refuse=e.reach=e.ranking=e.projectDetails=e.project=e.payoff=e.pay=e.orderList=e.orderDeatails=e.myBank=e.logout=e.last=e.infoUpdate=e.imgUpload=e.getwxQrCode=e.getSignature=e.getJsLocation=e.getInfo=e.getCoupon=e.getCollect=e.getCityList=e.getAccessToken=e.freeFare=e.enterService=e.engineerDetails=e.engineer=e.engineDetail=e.department=e.depart=e.delOrder=e.delAdd=e.defaultAdd=e.couponReceive=e.confirmOrder=e.confirm=e.complaintEnum=e.complain=e.commentOrder=e.cancleOrder=e.cancleCollect=e.businessupdate=e.businessDevelopment=e.brightSpot=e.bankList=e.arriveOderLocation=e.alertOrder=e.addUpdate=e.addOrder=e.addList=e.addEngineer=e.addDetails=e.addCollect=e.addBnak=e.add=e.UpdateEngine=e.ConsumptionLog=void 0;var a=n("d393");e.imgUpload=function(t){return(0,a.postRequestFormData)("/common/upload",t)};e.getAccessToken=function(t){return(0,a.getRequest)("/weChat/getAccessToken",t)};e.slideshow=function(t){return(0,a.getRequest)("/api/lbt/v1/getAll",t)};e.project=function(t){return(0,a.postRequest)("/api/xiangmu/v1/wx/getAll",t)};e.projectDetails=function(t){return(0,a.postRequest)("/api/xiangmu/v1/getByid",t)};e.brightSpot=function(t){return(0,a.getRequest)("/api/xiangmu/v1/highlights",t)};e.engineer=function(t){return(0,a.getRequest)("/api/js/v1/wx/select",t)};e.department=function(t){return(0,a.getRequest)("/api/js/v1/wx/select",t)};e.engineerDetails=function(t){return(0,a.postRequest)("/api/js/v1/wx/getByid",t)};e.infoUpdate=function(t){return(0,a.postRequest)("/wx/update",t)};e.getInfo=function(t){return(0,a.getRequest)("/wx/getUserInfo",t)};e.addUpdate=function(t){return(0,a.postRequest)("/tAddress/save",t)};e.updateAdd=function(t){return(0,a.postRequest)("/tAddress/update",t)};e.addList=function(t){return(0,a.getRequest)("/tAddress/getByOpenId",t)};e.addDetails=function(t){return(0,a.getRequest)("/tAddress/getById",t)};e.getSignature=function(t){return(0,a.getRequest)("/weChat/getSignature",t)};e.delAdd=function(t){return(0,a.deleteRequest)("/tAddress/delete",t)};e.defaultAdd=function(t){return(0,a.postRequest)("/tAddress/defaultAddress",t)};e.addEngineer=function(t){return(0,a.postRequest)("/api/js/v1/wx/add",t)};e.freeFare=function(t){return(0,a.postRequest)("/api/js/v1/wx/freeFare",t)};e.work=function(t){return(0,a.postRequest)("/api/js/v1/wx/post",t)};e.engineDetail=function(t){return(0,a.postRequest)("/api/js/v1/wx/getByOpenId",t)};e.UpdateEngine=function(t){return(0,a.postRequest)("/api/js/v1/wx/update",t)};e.statusList=function(t){return(0,a.getRequest)("/api/order/v1/getStatus",t)};e.orderList=function(t){return(0,a.getRequest)("/api/order/v1/select",t)};e.addOrder=function(t){return(0,a.postRequest)("/api/order/v1/wx/add",t)};e.updateOrder=function(t){return(0,a.postRequest)("/api/order/v1/update",t)};e.orderDeatails=function(t){return(0,a.getRequest)("/api/order/v1/wx/getOrder",t)};e.cancleOrder=function(t){return(0,a.postRequest)("/api/order/v1/wx/cancle",t)};e.delOrder=function(t){return(0,a.postRequest)("/api/order/v1/del",t)};e.confirmOrder=function(t){return(0,a.postRequest)("/api/order/v1/wx/confirm",t)};e.commentOrder=function(t){return(0,a.postRequest)("/api/comment/v1/wx/add",t)};e.pay=function(t){return(0,a.postRequest)("/wx/pay/pay",t)};e.payoff=function(t){return(0,a.postRequest)("/api/order/v1/wx/pay",t)};e.withdraw=function(t){return(0,a.postRequest)("/api/tx/record/wx/applicationCash",t)};e.last=function(t){return(0,a.postRequest)("/api/tx/record/wx/last",t)};e.select=function(t){return(0,a.getRequest)("/api/tx/record/select",t)};e.addCollect=function(t){return(0,a.postRequest)("/api/collect/v1/wx/addCollect",t)};e.cancleCollect=function(t){return(0,a.postRequest)("/api/collect/v1/wx/delCollect",t)};e.getCollect=function(t){return(0,a.postRequest)("/api/collect/v1/wx/getCollect",t)};e.getJsLocation=function(t){return(0,a.postRequest)("/api/js/v1/wx/updateLocation",t)};e.takeOrder=function(t){return(0,a.postRequest)("/api/order/v1/wx/takingOrders",t)};e.refuse=function(t){return(0,a.postRequest)("/api/order/v1/wx/jujue",t)};e.arriveOderLocation=function(t){return(0,a.postRequest)("/api/order/v1/wx/reach",t)};e.enterService=function(t){return(0,a.postRequest)("/api/order/v1/wx/service",t)};e.alertOrder=function(t){return(0,a.postRequest)("/ylxAlarm/addAlarm",t)};e.speedOrder=function(t){return(0,a.postRequest)("/api/order/v1/wx/add",t)};e.getCoupon=function(t){return(0,a.postRequest)("/couponReceive/myCoupon",t)};e.getwxQrCode=function(t){return(0,a.getRequest)("/weChat/getwxQrCode",t)};e.add=function(t){return(0,a.postRequest)("/businessDevelopment/add",t)};e.complain=function(t){return(0,a.postRequest)("/complaint/add",t)};e.complaintEnum=function(t){return(0,a.postRequest)("/complaint/complaintEnum",t)};e.getCityList=function(t){return(0,a.getRequest)("/system/dept/list",t)};e.tFareSetting=function(t){return(0,a.getRequest)("/tFareSetting/selectAll",t)};e.depart=function(t){return(0,a.postRequest)("/api/order/v1/wx/depart",t)};e.reach=function(t){return(0,a.postRequest)("/api/order/v1/wx/reach",t)};e.confirm=function(t){return(0,a.postRequest)("/api/order/v1/wx/confirm",t)};e.tCommentUser=function(t){return(0,a.postRequest)("/tCommentUser/add",t)};e.userComment=function(t){return(0,a.getRequest)("/tCommentUser/selectAll",t)};e.windows=function(t){return(0,a.postRequest)("/couponReceive/windows",t)};e.couponReceive=function(t){return(0,a.postRequest)("/couponReceive/submits",t)};e.verification=function(t){return(0,a.postRequest)("/api/order/v1/wx/verification",t)};e.selectApp=function(t){return(0,a.getRequest)("/tJsDay/selectApp",t)};e.ConsumptionLog=function(t){return(0,a.getRequest)("/tConsumptionLog/selectAll",t)};e.logout=function(t){return(0,a.postRequest)("/logout",t)};e.businessDevelopment=function(t){return(0,a.getRequest)("/businessDevelopment/getByOpenId",t)};e.businessupdate=function(t){return(0,a.postRequest)("/businessDevelopment/update",t)};e.bankList=function(t){return(0,a.getRequest)("/tBankUser/bankList",t)};e.addBnak=function(t){return(0,a.postRequest)("/tBankUser/save",t)};e.myBank=function(t){return(0,a.getRequest)("/tBankUser/myBank",t)};e.ranking=function(t){return(0,a.getRequest)("/api/xiangmu/v1/wx/recommend",t)};e.waitOrder=function(t){return(0,a.getRequest)("/api/order/v1/wx/waitOrder",t)}},ef38:function(t,e,n){"use strict";n.r(e);var a=n("f979"),i=n("5d4c");for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("c457");var r=n("828b"),u=Object(r["a"])(i["default"],a["b"],a["c"],!1,null,"f64b7fc0",null,!1,a["a"],void 0);e["default"]=u.exports},f026:function(t,e,n){var a=n("bc4a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=n("967d").default;i("64e84533",a,!0,{sourceMap:!1,shadowMode:!1})},f5aa:function(t,e,n){"use strict";var a=n("4918"),i=n.n(a);i.a},f6e0:function(t,e,n){"use strict";n.r(e);var a=n("d680"),i=n("9b91");for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("a43d");var r=n("828b"),u=Object(r["a"])(i["default"],a["b"],a["c"],!1,null,"edf628c2",null,!1,a["a"],void 0);e["default"]=u.exports},f740:function(t,e,n){"use strict";n.r(e);var a=n("c266"),i=n("39f1");for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("0f0b");var r=n("828b"),u=Object(r["a"])(i["default"],a["b"],a["c"],!1,null,"12763e25",null,!1,a["a"],void 0);e["default"]=u.exports},f979:function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){}));var a=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-view",{staticClass:"u-radio-group u-clearfix"},[this._t("default")],2)},i=[]},fd35:function(t,e,n){var a=n("50db");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=n("967d").default;i("6da5a598",a,!0,{sourceMap:!1,shadowMode:!1})}}]);