exports.ids = [11,2];
exports.modules = {
/***/ 112:
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
// ESM COMPAT FLAG
__webpack_require__.r(__webpack_exports__);
// CONCATENATED MODULE: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./pages/contact/join-us.vue?vue&type=template&id=2537bf78&scoped=true&
var render = function render() {
var _vm = this,
_c = _vm._self._c;
return _c('div', [_vm._ssrNode("
"), _vm._ssrNode("", "
", [_vm._ssrNode("" + _vm._ssrList(_vm.tabList, function (tab, index) {
return "
" + _vm._ssrEscape(_vm._s(tab.name)) + "
" + _vm._ssrEscape(_vm._s(tab.en)) + "
" + (index < 2 ? "
" : "");
}) + "
"), _vm._ssrNode("", "
", [_vm._ssrNode("", "
", [_vm._ssrNode("
职位申请
"), _vm._ssrNode("", "
", [_c('ContactJoinUs')], 1)], 2)])], 2)], 2);
};
var staticRenderFns = [];
// CONCATENATED MODULE: ./pages/contact/join-us.vue?vue&type=template&id=2537bf78&scoped=true&
// CONCATENATED MODULE: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./pages/contact/join-us.vue?vue&type=script&lang=js&
/* harmony default export */ var join_usvue_type_script_lang_js_ = ({
head() {
return {
title: '首页-艾斯佰丽官网-加入我们'
};
},
data() {
return {
tabList: [],
current: 2
};
},
asyncData() {
return {
tabList: [{
id: 1,
name: '联系方式',
en: 'contact',
url: '/contact.html'
}, {
id: 2,
name: '人才招聘',
en: 'join us',
url: '/contact/job.html'
}, {
id: 3,
name: '在线咨询',
en: 'chat with us',
url: '/contact/consult.html'
}]
};
},
mounted() {
new Swiper('#banner', {
loop: false // 循环模式选项
});
},
methods: {
onTabChange(tab) {
// this.current = tab.id
window.open(tab.url, '_self');
}
}
});
// CONCATENATED MODULE: ./pages/contact/join-us.vue?vue&type=script&lang=js&
/* harmony default export */ var contact_join_usvue_type_script_lang_js_ = (join_usvue_type_script_lang_js_);
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
var componentNormalizer = __webpack_require__(2);
// CONCATENATED MODULE: ./pages/contact/join-us.vue
function injectStyles (context) {
var style0 = __webpack_require__(76)
if (style0.__inject__) style0.__inject__(context)
}
/* normalize component */
var component = Object(componentNormalizer["a" /* default */])(
contact_join_usvue_type_script_lang_js_,
render,
staticRenderFns,
false,
injectStyles,
"2537bf78",
"3c4538c4"
)
/* harmony default export */ var join_us = __webpack_exports__["default"] = (component.exports);
/* nuxt-component-imports */
installComponents(component, {ContactJoinUs: __webpack_require__(55).default})
/***/ }),
/***/ 25:
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(URL) {/* harmony default export */ __webpack_exports__["a"] = ({
data() {
return {
avatar: ''
};
},
methods: {
onChooseFile() {
console.dir(this.$refs.file);
this.$refs.file.click();
},
onFileChange(e) {
const file = e.target.files[0];
if (!file) return;
this.avatar = URL.createObjectURL(file);
}
}
});
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(23)["URL"]))
/***/ }),
/***/ 28:
/***/ (function(module, exports, __webpack_require__) {
// style-loader: Adds some css to the DOM by adding a