Commit 910effb3 by 肖康

阿斯达

parent fb951832
......@@ -64,8 +64,10 @@ if (Yo4teW_gid == null) {
}
//微信授权
var params = Util.getParams();
params+="&urlhash="+window.location.hash;
var params={
urlhash: window.location.hash
}
params = Util.getParams(params);
Services.wxaccess(params).then((res) => {
let data = res.data;
if (data.err_code == 0 && data.data) {
......
......@@ -12,15 +12,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n//\n//\n//\n//\n//\n//\n//\n/
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Menu.vue?vue&type=template&id=6cb94179&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Menu.vue?vue&type=template&id=6cb94179&":
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Menu.vue?vue&type=template&id=6cb94179& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Menu.vue?vue&type=template&id=6cb94179& ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", [\n _vm.flag\n ? _c(\"div\", {\n staticClass: \"menu-fade\",\n on: {\n click: function($event) {\n _vm.flag = false\n }\n }\n })\n : _vm._e(),\n _c(\"div\", { staticClass: \"menu clr\" }, [\n _c(\"b\", {\n staticClass: \"iconfont icon-liedanbiao fr\",\n style: { color: _vm.color },\n on: {\n click: function($event) {\n _vm.flag = !_vm.flag\n }\n }\n }),\n _vm.flag\n ? _c(\"div\", [_c(\"i\", { staticClass: \"popover-arrow\" }), _vm._m(0)])\n : _vm._e()\n ])\n ])\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"ul\", { staticClass: \"menu-view\" }, [\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-shouye\" }),\n _vm._v(\"首页\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/lxshop?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-lianying\" }),\n _vm._v(\"联营商城\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/xianhuo?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-liexinziying\" }),\n _vm._v(\"自营现货\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/brand/map?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-pinpai\" }),\n _vm._v(\"品牌之家\")\n ])\n ]),\n _c(\"li\", { staticClass: \"mui-table-view-cell \" }, [\n _c(\n \"a\",\n {\n staticClass: \"zytabgo\",\n attrs: { href: \"/v3/joincart?ptag=selfshop-topnav\" }\n },\n [\n _c(\"i\", { staticClass: \"icon iconfont icon-gouwuche1\" }),\n _vm._v(\"购物车\")\n ]\n )\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/user?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-huiyuanzhongxin\" }),\n _vm._v(\"会员中心\")\n ])\n ])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Menu.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", [\n _vm.flag\n ? _c(\"div\", {\n staticClass: \"menu-fade\",\n on: {\n click: function($event) {\n _vm.flag = false\n }\n }\n })\n : _vm._e(),\n _c(\"div\", { staticClass: \"menu clr\" }, [\n _c(\"b\", {\n staticClass: \"iconfont icon-liedanbiao fr\",\n style: { color: _vm.color },\n on: {\n click: function($event) {\n _vm.flag = !_vm.flag\n }\n }\n }),\n _vm.flag\n ? _c(\"div\", [_c(\"i\", { staticClass: \"popover-arrow\" }), _vm._m(0)])\n : _vm._e()\n ])\n ])\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"ul\", { staticClass: \"menu-view\" }, [\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-shouye\" }),\n _vm._v(\"首页\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/lxshop?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-lianying\" }),\n _vm._v(\"联营商城\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/xianhuo?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-liexinziying\" }),\n _vm._v(\"自营现货\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/brand/map?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-pinpai\" }),\n _vm._v(\"品牌之家\")\n ])\n ]),\n _c(\"li\", { staticClass: \"mui-table-view-cell \" }, [\n _c(\n \"a\",\n {\n staticClass: \"zytabgo\",\n attrs: { href: \"/v3/joincart?ptag=selfshop-topnav\" }\n },\n [\n _c(\"i\", { staticClass: \"icon iconfont icon-gouwuche1\" }),\n _vm._v(\"购物车\")\n ]\n )\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"/v3/user?ptag=selfshop-topnav\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont icon-huiyuanzhongxin\" }),\n _vm._v(\"会员中心\")\n ])\n ])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Menu.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -90,7 +90,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Menu_vue_vue_type_template_id_6cb94179___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Menu.vue?vue&type=template&id=6cb94179& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Menu.vue?vue&type=template&id=6cb94179&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Menu_vue_vue_type_template_id_6cb94179___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Menu_vue_vue_type_template_id_6cb94179___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Menu.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Menu_vue_vue_type_template_id_6cb94179___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Menu.vue?vue&type=template&id=6cb94179& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Menu.vue?vue&type=template&id=6cb94179&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Menu_vue_vue_type_template_id_6cb94179___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Menu_vue_vue_type_template_id_6cb94179___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Menu.vue?");
/***/ })
......
This diff could not be displayed because it is too large.
......@@ -35,27 +35,27 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lx
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/SideBar.vue?vue&type=template&id=4e124f92&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/SideBar.vue?vue&type=template&id=4e124f92&":
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/SideBar.vue?vue&type=template&id=4e124f92& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/SideBar.vue?vue&type=template&id=4e124f92& ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n [\n _c(\n \"div\",\n { staticClass: \"slide-bar\" },\n [\n _vm.kefuishow\n ? _c(\n \"div\",\n {\n staticClass: \"customer-service\",\n on: { click: _vm.recordFn }\n },\n [_c(\"i\", { staticClass: \"iconfont icon-kefu\" })]\n )\n : _vm._e(),\n _vm.isWindow\n ? [\n _c(\n \"div\",\n {\n directives: [\n { name: \"backTopWindow\", rawName: \"v-backTopWindow\" },\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.show,\n expression: \"show\"\n }\n ],\n staticClass: \"backtop\"\n },\n [_c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })]\n )\n ]\n : [\n _c(\n \"div\",\n {\n directives: [\n { name: \"backTop\", rawName: \"v-backTop\" },\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.show,\n expression: \"show\"\n }\n ],\n staticClass: \"backtop\"\n },\n [_c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })]\n )\n ]\n ],\n 2\n ),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.flag,\n callback: function($$v) {\n _vm.flag = $$v\n },\n expression: \"flag\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"div\", { staticClass: \"kefu\" }, [\n _c(\"p\", { staticClass: \"t0\" }, [\n _c(\"i\", { staticClass: \"iconfont icon-kefu\" })\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\n \"a\",\n {\n staticClass: \"but-blue\",\n attrs: { href: \"tel:0755-88914841\" }\n },\n [_vm._v(\"国内服务电话:0755-88914841\")]\n )\n ]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _c(\n \"a\",\n {\n staticClass: \"but-white kefuio kefuioxk\",\n attrs: {\n target: \"_blank\",\n href: _vm.phpParams.kfqq_xk,\n \"data-href\":\n \"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf\",\n \"data-ptag\": \"right-layer\"\n },\n on: { click: _vm.customsrService }\n },\n [\n _c(\"i\", { staticClass: \"icon iconfont icon-qq\" }),\n _vm._v(\"客服QQ\\n \")\n ]\n )\n ])\n ])\n ])\n ]\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/SideBar.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n [\n _c(\n \"div\",\n { staticClass: \"slide-bar\" },\n [\n _vm.kefuishow\n ? _c(\n \"div\",\n {\n staticClass: \"customer-service\",\n on: { click: _vm.recordFn }\n },\n [_c(\"i\", { staticClass: \"iconfont icon-kefu\" })]\n )\n : _vm._e(),\n _vm.isWindow\n ? [\n _c(\n \"div\",\n {\n directives: [\n { name: \"backTopWindow\", rawName: \"v-backTopWindow\" },\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.show,\n expression: \"show\"\n }\n ],\n staticClass: \"backtop\"\n },\n [_c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })]\n )\n ]\n : [\n _c(\n \"div\",\n {\n directives: [\n { name: \"backTop\", rawName: \"v-backTop\" },\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.show,\n expression: \"show\"\n }\n ],\n staticClass: \"backtop\"\n },\n [_c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })]\n )\n ]\n ],\n 2\n ),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.flag,\n callback: function($$v) {\n _vm.flag = $$v\n },\n expression: \"flag\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"div\", { staticClass: \"kefu\" }, [\n _c(\"p\", { staticClass: \"t0\" }, [\n _c(\"i\", { staticClass: \"iconfont icon-kefu\" })\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\n \"a\",\n {\n staticClass: \"but-blue\",\n attrs: { href: \"tel:0755-88914841\" }\n },\n [_vm._v(\"国内服务电话:0755-88914841\")]\n )\n ]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _c(\n \"a\",\n {\n staticClass: \"but-white kefuio kefuioxk\",\n attrs: {\n target: \"_blank\",\n href: _vm.phpParams.kfqq_xk,\n \"data-href\":\n \"http://wpa.b.qq.com/cgi/wpa.php?ln=1&key=XzgwMDE1ODQzMl80ODY0NDVfODAwMTU4NDMyXzJf\",\n \"data-ptag\": \"right-layer\"\n },\n on: { click: _vm.customsrService }\n },\n [\n _c(\"i\", { staticClass: \"icon iconfont icon-qq\" }),\n _vm._v(\"客服QQ\\n \")\n ]\n )\n ])\n ])\n ])\n ]\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/SideBar.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/seo/Index.vue?vue&type=template&id=0aa0d054&scoped=true&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/seo/Index.vue?vue&type=template&id=0aa0d054&scoped=true&":
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/seo/Index.vue?vue&type=template&id=0aa0d054&scoped=true& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/seo/Index.vue?vue&type=template&id=0aa0d054&scoped=true& ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"seo-content\" },\n [\n _vm._m(0),\n _c(\"div\", { staticClass: \"seo-section\" }, [\n _c(\"div\", { staticClass: \"form-box1\" }, [\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"span\", { staticClass: \"fl \" }, [_vm._v(\"手机号码\")]),\n _c(\"div\", { staticClass: \"fr input-box\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form1.mobile,\n expression: \"form1.mobile\"\n }\n ],\n attrs: {\n type: \"text\",\n placeholder: \"请输入手机号码...\",\n onkeyup:\n \"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\\\d]+$/ig.test(this.value)){this.value='';}}\"\n },\n domProps: { value: _vm.form1.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form1, \"mobile\", $event.target.value)\n }\n }\n })\n ])\n ]),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form1.imgcodestatus,\n expression: \"form1.imgcodestatus\"\n }\n ],\n staticClass: \"form-group clr \"\n },\n [\n _c(\"span\", { staticClass: \"fl \" }, [_vm._v(\"图片验证码\")]),\n _c(\"div\", { staticClass: \"fr input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form1.imgcode,\n expression: \"form1.imgcode\"\n }\n ],\n attrs: { type: \"text\" },\n domProps: { value: _vm.form1.imgcode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form1, \"imgcode\", $event.target.value)\n }\n }\n }),\n _c(\"img\", {\n staticClass: \"img-code\",\n attrs: { src: _vm.imgCodeVal, alt: \"猎芯网\" },\n on: {\n click: function($event) {\n return _vm.imgCode()\n }\n }\n })\n ])\n ]\n ),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form1.codestatus,\n expression: \"form1.codestatus\"\n }\n ],\n staticClass: \"form-group clr\"\n },\n [\n _c(\"span\", { staticClass: \"fl \" }, [_vm._v(\"验证码\")]),\n _c(\"div\", { staticClass: \"fr input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form1.code,\n expression: \"form1.code\"\n }\n ],\n attrs: { type: \"text\" },\n domProps: { value: _vm.form1.code },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form1, \"code\", $event.target.value)\n }\n }\n }),\n _c(\n \"div\",\n {\n staticClass: \"code\",\n class: { dis: _vm.codeactive },\n on: {\n click: function($event) {\n return _vm.getCode()\n }\n }\n },\n [_vm._v(_vm._s(_vm.codetext))]\n )\n ])\n ]\n ),\n _c(\"div\", { staticClass: \"form1-tips\" }, [\n _vm._v(_vm._s(_vm.form1.msg))\n ]),\n _c(\n \"div\",\n {\n staticClass: \"submit-button\",\n on: {\n click: function($event) {\n return _vm.submitForm()\n }\n }\n },\n [\n _vm._v(\n \"\\n 立即提交,领取288元新用户礼包\\n \"\n )\n ]\n )\n ]),\n _c(\"div\", { staticClass: \"img-show-static\" }),\n _c(\"div\", { staticClass: \"zizi-box\" }, [\n _c(\"div\", { staticClass: \"zizi-ct\" }, [\n _c(\n \"div\",\n { staticClass: \"slide-box\" },\n [\n _c(\n \"van-swipe\",\n { attrs: { autoplay: 3000 } },\n [\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_03.jpg */ \"./src/assets/images/seo/three_03.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_04.jpg */ \"./src/assets/images/seo/three_04.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_05.jpg */ \"./src/assets/images/seo/three_05.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_06.jpg */ \"./src/assets/images/seo/three_06.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_08.jpg */ \"./src/assets/images/seo/three_08.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ])\n ],\n 1\n )\n ],\n 1\n )\n ])\n ]),\n _c(\"div\", { staticClass: \"form-box2\" }, [\n _vm._m(1),\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"div\", { staticClass: \"fl input-box \" }, [\n _c(\n \"i\",\n { staticClass: \"icon iconfont\" },\n [\n _vm._v(\"\"),\n _c(\"font\", { staticClass: \"f-red\" }, [_vm._v(\"*\")])\n ],\n 1\n ),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.mobile,\n expression: \"form2.mobile\"\n }\n ],\n attrs: {\n type: \"text\",\n placeholder: \"请输入手机号码...\",\n onkeyup:\n \"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\\\d]+$/ig.test(this.value)){this.value='';}}\"\n },\n domProps: { value: _vm.form2.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"mobile\", $event.target.value)\n }\n }\n })\n ])\n ]),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form2.imgcodestatus,\n expression: \"form2.imgcodestatus\"\n }\n ],\n staticClass: \"form-group clr \"\n },\n [\n _c(\"div\", { staticClass: \"fl input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.imgcode,\n expression: \"form2.imgcode\"\n }\n ],\n attrs: { type: \"text\", placeholder: \"请输入图片验证码...\" },\n domProps: { value: _vm.form2.imgcode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"imgcode\", $event.target.value)\n }\n }\n }),\n _c(\"img\", {\n staticClass: \"img-code\",\n attrs: { src: _vm.imgCodeVal, alt: \"猎芯网\" },\n on: {\n click: function($event) {\n return _vm.imgCode()\n }\n }\n })\n ])\n ]\n ),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form2.codestatus,\n expression: \"form2.codestatus\"\n }\n ],\n staticClass: \"form-group clr\"\n },\n [\n _c(\"div\", { staticClass: \"fl input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.code,\n expression: \"form2.code\"\n }\n ],\n attrs: { type: \"text\" },\n domProps: { value: _vm.form2.code },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"code\", $event.target.value)\n }\n }\n }),\n _c(\n \"div\",\n {\n staticClass: \"code\",\n class: { dis: _vm.codeactive2 },\n on: {\n click: function($event) {\n return _vm.getCode(\"2\")\n }\n }\n },\n [_vm._v(_vm._s(_vm.codetext2))]\n )\n ])\n ]\n ),\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"div\", { staticClass: \"fl input-box\" }, [\n _c(\n \"i\",\n { staticClass: \"icon iconfont\" },\n [\n _vm._v(\"\"),\n _c(\"font\", { staticClass: \"f-red hiddenfont\" }, [_vm._v(\"*\")])\n ],\n 1\n ),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.goods_name,\n expression: \"form2.goods_name\"\n }\n ],\n attrs: {\n type: \"text\",\n maxlength: \"50\",\n placeholder: \"请填写您要查找的型号...\"\n },\n domProps: { value: _vm.form2.goods_name },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"goods_name\", $event.target.value)\n }\n }\n })\n ])\n ]),\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"div\", { staticClass: \"fl input-box\" }, [\n _c(\n \"i\",\n { staticClass: \"icon iconfont\" },\n [\n _vm._v(\"\"),\n _c(\"font\", { staticClass: \"f-red hiddenfont\" }, [_vm._v(\"*\")])\n ],\n 1\n ),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.brand_name,\n expression: \"form2.brand_name\"\n }\n ],\n attrs: {\n type: \"text\",\n maxlength: \"50\",\n placeholder: \"请填写查找的型号品牌...\"\n },\n domProps: { value: _vm.form2.brand_name },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"brand_name\", $event.target.value)\n }\n }\n })\n ])\n ])\n ]),\n _c(\"div\", { staticClass: \"form2-tips\" }, [\n _vm._v(_vm._s(_vm.form2.msg))\n ]),\n _c(\n \"div\",\n {\n staticClass: \"submit-button1\",\n on: {\n click: function($event) {\n return _vm.submitForm(\"2\")\n }\n }\n },\n [_vm._v(\"\\n 立即提交,快速找料\\n \")]\n ),\n _vm._m(2)\n ]),\n _c(\"SideBar\", { attrs: { isWindow: _vm.isWindow } }),\n _vm.loading\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e()\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"seo-head\" }, [\n _c(\"ul\", { staticClass: \"head-nav \" }, [\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com\" } }, [_vm._v(\"首页\")])\n ]),\n _c(\"li\", [\n _c(\n \"a\",\n { attrs: { href: \"https://m.ichunt.com/v3/activity/xyhyl\" } },\n [_vm._v(\"新用户礼包\")]\n )\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com/v3/xianhuo\" } }, [\n _vm._v(\"自营现货\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com/v3/lxshop\" } }, [\n _vm._v(\"海外代购\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com/v3/about\" } }, [\n _vm._v(\"猎芯网介绍\")\n ])\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"title-form\" }, [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/seo/yibi.png */ \"./src/assets/images/seo/yibi.png\"), alt: \"\" }\n }),\n _c(\"span\", [_vm._v(\"快速找料\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"foot-box\" }, [\n _c(\"div\", { staticClass: \"foot-box-ct\" }, [\n _c(\"a\", { attrs: { href: \"tel:4008-755-881\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _vm._v(\" 资讯热线:4008-755-881\")\n ])\n ])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/seo/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"seo-content\" },\n [\n _vm._m(0),\n _c(\"div\", { staticClass: \"seo-section\" }, [\n _c(\"div\", { staticClass: \"form-box1\" }, [\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"span\", { staticClass: \"fl \" }, [_vm._v(\"手机号码\")]),\n _c(\"div\", { staticClass: \"fr input-box\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form1.mobile,\n expression: \"form1.mobile\"\n }\n ],\n attrs: {\n type: \"text\",\n placeholder: \"请输入手机号码...\",\n onkeyup:\n \"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\\\d]+$/ig.test(this.value)){this.value='';}}\"\n },\n domProps: { value: _vm.form1.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form1, \"mobile\", $event.target.value)\n }\n }\n })\n ])\n ]),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form1.imgcodestatus,\n expression: \"form1.imgcodestatus\"\n }\n ],\n staticClass: \"form-group clr \"\n },\n [\n _c(\"span\", { staticClass: \"fl \" }, [_vm._v(\"图片验证码\")]),\n _c(\"div\", { staticClass: \"fr input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form1.imgcode,\n expression: \"form1.imgcode\"\n }\n ],\n attrs: { type: \"text\" },\n domProps: { value: _vm.form1.imgcode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form1, \"imgcode\", $event.target.value)\n }\n }\n }),\n _c(\"img\", {\n staticClass: \"img-code\",\n attrs: { src: _vm.imgCodeVal, alt: \"猎芯网\" },\n on: {\n click: function($event) {\n return _vm.imgCode()\n }\n }\n })\n ])\n ]\n ),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form1.codestatus,\n expression: \"form1.codestatus\"\n }\n ],\n staticClass: \"form-group clr\"\n },\n [\n _c(\"span\", { staticClass: \"fl \" }, [_vm._v(\"验证码\")]),\n _c(\"div\", { staticClass: \"fr input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form1.code,\n expression: \"form1.code\"\n }\n ],\n attrs: { type: \"text\" },\n domProps: { value: _vm.form1.code },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form1, \"code\", $event.target.value)\n }\n }\n }),\n _c(\n \"div\",\n {\n staticClass: \"code\",\n class: { dis: _vm.codeactive },\n on: {\n click: function($event) {\n return _vm.getCode()\n }\n }\n },\n [_vm._v(_vm._s(_vm.codetext))]\n )\n ])\n ]\n ),\n _c(\"div\", { staticClass: \"form1-tips\" }, [\n _vm._v(_vm._s(_vm.form1.msg))\n ]),\n _c(\n \"div\",\n {\n staticClass: \"submit-button\",\n on: {\n click: function($event) {\n return _vm.submitForm()\n }\n }\n },\n [\n _vm._v(\n \"\\n 立即提交,领取288元新用户礼包\\n \"\n )\n ]\n )\n ]),\n _c(\"div\", { staticClass: \"img-show-static\" }),\n _c(\"div\", { staticClass: \"zizi-box\" }, [\n _c(\"div\", { staticClass: \"zizi-ct\" }, [\n _c(\n \"div\",\n { staticClass: \"slide-box\" },\n [\n _c(\n \"van-swipe\",\n { attrs: { autoplay: 3000 } },\n [\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_03.jpg */ \"./src/assets/images/seo/three_03.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_04.jpg */ \"./src/assets/images/seo/three_04.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_05.jpg */ \"./src/assets/images/seo/three_05.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_06.jpg */ \"./src/assets/images/seo/three_06.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ]),\n _c(\"van-swipe-item\", [\n _c(\"img\", {\n staticClass: \"slide-pic\",\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/seo/three_08.jpg */ \"./src/assets/images/seo/three_08.jpg\"),\n alt: \"猎芯网\"\n }\n })\n ])\n ],\n 1\n )\n ],\n 1\n )\n ])\n ]),\n _c(\"div\", { staticClass: \"form-box2\" }, [\n _vm._m(1),\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"div\", { staticClass: \"fl input-box \" }, [\n _c(\n \"i\",\n { staticClass: \"icon iconfont\" },\n [\n _vm._v(\"\"),\n _c(\"font\", { staticClass: \"f-red\" }, [_vm._v(\"*\")])\n ],\n 1\n ),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.mobile,\n expression: \"form2.mobile\"\n }\n ],\n attrs: {\n type: \"text\",\n placeholder: \"请输入手机号码...\",\n onkeyup:\n \"if(event.keyCode !=37 && event.keyCode != 39){if (!/^[\\\\d]+$/ig.test(this.value)){this.value='';}}\"\n },\n domProps: { value: _vm.form2.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"mobile\", $event.target.value)\n }\n }\n })\n ])\n ]),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form2.imgcodestatus,\n expression: \"form2.imgcodestatus\"\n }\n ],\n staticClass: \"form-group clr \"\n },\n [\n _c(\"div\", { staticClass: \"fl input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.imgcode,\n expression: \"form2.imgcode\"\n }\n ],\n attrs: { type: \"text\", placeholder: \"请输入图片验证码...\" },\n domProps: { value: _vm.form2.imgcode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"imgcode\", $event.target.value)\n }\n }\n }),\n _c(\"img\", {\n staticClass: \"img-code\",\n attrs: { src: _vm.imgCodeVal, alt: \"猎芯网\" },\n on: {\n click: function($event) {\n return _vm.imgCode()\n }\n }\n })\n ])\n ]\n ),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.form2.codestatus,\n expression: \"form2.codestatus\"\n }\n ],\n staticClass: \"form-group clr\"\n },\n [\n _c(\"div\", { staticClass: \"fl input-box pr\" }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.code,\n expression: \"form2.code\"\n }\n ],\n attrs: { type: \"text\" },\n domProps: { value: _vm.form2.code },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"code\", $event.target.value)\n }\n }\n }),\n _c(\n \"div\",\n {\n staticClass: \"code\",\n class: { dis: _vm.codeactive2 },\n on: {\n click: function($event) {\n return _vm.getCode(\"2\")\n }\n }\n },\n [_vm._v(_vm._s(_vm.codetext2))]\n )\n ])\n ]\n ),\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"div\", { staticClass: \"fl input-box\" }, [\n _c(\n \"i\",\n { staticClass: \"icon iconfont\" },\n [\n _vm._v(\"\"),\n _c(\"font\", { staticClass: \"f-red hiddenfont\" }, [_vm._v(\"*\")])\n ],\n 1\n ),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.goods_name,\n expression: \"form2.goods_name\"\n }\n ],\n attrs: {\n type: \"text\",\n maxlength: \"50\",\n placeholder: \"请填写您要查找的型号...\"\n },\n domProps: { value: _vm.form2.goods_name },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"goods_name\", $event.target.value)\n }\n }\n })\n ])\n ]),\n _c(\"div\", { staticClass: \"form-group clr\" }, [\n _c(\"div\", { staticClass: \"fl input-box\" }, [\n _c(\n \"i\",\n { staticClass: \"icon iconfont\" },\n [\n _vm._v(\"\"),\n _c(\"font\", { staticClass: \"f-red hiddenfont\" }, [_vm._v(\"*\")])\n ],\n 1\n ),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form2.brand_name,\n expression: \"form2.brand_name\"\n }\n ],\n attrs: {\n type: \"text\",\n maxlength: \"50\",\n placeholder: \"请填写查找的型号品牌...\"\n },\n domProps: { value: _vm.form2.brand_name },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form2, \"brand_name\", $event.target.value)\n }\n }\n })\n ])\n ])\n ]),\n _c(\"div\", { staticClass: \"form2-tips\" }, [\n _vm._v(_vm._s(_vm.form2.msg))\n ]),\n _c(\n \"div\",\n {\n staticClass: \"submit-button1\",\n on: {\n click: function($event) {\n return _vm.submitForm(\"2\")\n }\n }\n },\n [_vm._v(\"\\n 立即提交,快速找料\\n \")]\n ),\n _vm._m(2)\n ]),\n _c(\"SideBar\", { attrs: { isWindow: _vm.isWindow } }),\n _vm.loading\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e()\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"seo-head\" }, [\n _c(\"ul\", { staticClass: \"head-nav \" }, [\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com\" } }, [_vm._v(\"首页\")])\n ]),\n _c(\"li\", [\n _c(\n \"a\",\n { attrs: { href: \"https://m.ichunt.com/v3/activity/xyhyl\" } },\n [_vm._v(\"新用户礼包\")]\n )\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com/v3/xianhuo\" } }, [\n _vm._v(\"自营现货\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com/v3/lxshop\" } }, [\n _vm._v(\"海外代购\")\n ])\n ]),\n _c(\"li\", [\n _c(\"a\", { attrs: { href: \"https://m.ichunt.com/v3/about\" } }, [\n _vm._v(\"猎芯网介绍\")\n ])\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"title-form\" }, [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/seo/yibi.png */ \"./src/assets/images/seo/yibi.png\"), alt: \"\" }\n }),\n _c(\"span\", [_vm._v(\"快速找料\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"foot-box\" }, [\n _c(\"div\", { staticClass: \"foot-box-ct\" }, [\n _c(\"a\", { attrs: { href: \"tel:4008-755-881\" } }, [\n _c(\"i\", { staticClass: \"icon iconfont\" }, [_vm._v(\"\")]),\n _vm._v(\" 资讯热线:4008-755-881\")\n ])\n ])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/seo/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -256,7 +256,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_SideBar_vue_vue_type_template_id_4e124f92___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./SideBar.vue?vue&type=template&id=4e124f92& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/SideBar.vue?vue&type=template&id=4e124f92&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_SideBar_vue_vue_type_template_id_4e124f92___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_SideBar_vue_vue_type_template_id_4e124f92___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/SideBar.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_SideBar_vue_vue_type_template_id_4e124f92___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./SideBar.vue?vue&type=template&id=4e124f92& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/SideBar.vue?vue&type=template&id=4e124f92&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_SideBar_vue_vue_type_template_id_4e124f92___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_SideBar_vue_vue_type_template_id_4e124f92___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/SideBar.vue?");
/***/ }),
......@@ -304,7 +304,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_0aa0d054_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=0aa0d054&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/seo/Index.vue?vue&type=template&id=0aa0d054&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_0aa0d054_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_0aa0d054_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/seo/Index.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_0aa0d054_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=0aa0d054&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/seo/Index.vue?vue&type=template&id=0aa0d054&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_0aa0d054_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_0aa0d054_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/seo/Index.vue?");
/***/ })
......
......@@ -23,15 +23,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lx
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/supplier/Index.vue?vue&type=template&id=3f4093c9&scoped=true&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/supplier/Index.vue?vue&type=template&id=3f4093c9&scoped=true&":
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/supplier/Index.vue?vue&type=template&id=3f4093c9&scoped=true& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/supplier/Index.vue?vue&type=template&id=3f4093c9&scoped=true& ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"supplier boxsiz\" },\n [\n _c(\"div\", { staticClass: \"head\" }, [\n _c(\"div\", { staticClass: \"banner\" }),\n _c(\"div\", { staticClass: \"head-form boxsiz\" }, [\n _c(\"dl\", { staticClass: \"head-form-wrap boxsiz\" }, [\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _vm._v(\"公司名称:\")\n ]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.com_name,\n expression: \"form.com_name\"\n }\n ],\n staticClass: \"va-m inp\",\n attrs: {\n type: \"text\",\n id: \"com_name\",\n placeholder: \"请输入公司名称\",\n maxlength: \"50\"\n },\n domProps: { value: _vm.form.com_name },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"com_name\", $event.target.value)\n }\n }\n }),\n _c(\n \"p\",\n {\n staticClass: \"hint\",\n class: { \"f-orange\": _vm.firmNum >= _vm.max }\n },\n [_c(\"span\", [_vm._v(_vm._s(_vm.firmNum))]), _vm._v(\"/50\")]\n )\n ]),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _vm._v(\"联 系 人:\")\n ]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.linkName,\n expression: \"form.linkName\"\n }\n ],\n staticClass: \"va-m inp\",\n attrs: { type: \"text\", placeholder: \"请输入联系人\" },\n domProps: { value: _vm.form.linkName },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"linkName\", $event.target.value)\n }\n }\n })\n ]),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(0),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.mobile,\n expression: \"form.mobile\"\n }\n ],\n staticClass: \"va-m inp\",\n attrs: {\n type: \"number\",\n placeholder: \"请输入手机或电话号码\",\n maxlength: \"11\",\n onkeyup: \"this.value=this.value.replace(/\\\\D/g,'')\"\n },\n domProps: { value: _vm.form.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"mobile\", $event.target.value)\n }\n }\n })\n ]),\n _vm.verifyCodeFlag\n ? _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(1),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.verifyCode,\n expression: \"form.verifyCode\"\n }\n ],\n staticClass: \"va-m inp w1\",\n attrs: { type: \"number\", placeholder: \"请输入验证码\" },\n domProps: { value: _vm.form.verifyCode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"verifyCode\", $event.target.value)\n }\n }\n }),\n _c(\"input\", {\n staticClass: \"lineBlock va-m code-text\",\n class: { \"code-text-disabled\": _vm.codeactive },\n attrs: {\n type: \"button\",\n name: \"codeButton\",\n value: _vm.codetext,\n disabled: _vm.disabled\n },\n on: {\n click: function($event) {\n return _vm.getCode()\n }\n }\n })\n ])\n : _vm._e(),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(2),\n _c(\n \"div\",\n { staticClass: \"lineBlock va-m inp-wrap-radio boxsiz\" },\n _vm._l(_vm.itemtext, function(item, index) {\n return _c(\n \"div\",\n {\n key: index,\n staticClass: \"lineBlock va-m boxsiz inp-wrap-radio-bb\",\n on: {\n click: function($event) {\n _vm.supplierActive = index\n }\n }\n },\n [\n _c(\"i\", {\n staticClass: \"icn\",\n class: { \"icn-curr\": _vm.supplierActive == index }\n }),\n _c(\"em\", { staticClass: \"va-m\" }, [_vm._v(_vm._s(item))]),\n _c(\"b\", { staticClass: \"lineBlock emptys\" })\n ]\n )\n }),\n 0\n )\n ]),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(3),\n _c(\"textarea\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.main_brand,\n expression: \"form.main_brand\"\n }\n ],\n staticClass: \"lineBlock va-m boxsiz\",\n attrs: { placeholder: \"请输入\", maxlength: \"50\" },\n domProps: { value: _vm.form.main_brand },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"main_brand\", $event.target.value)\n }\n }\n }),\n _c(\n \"p\",\n {\n staticClass: \"hint\",\n class: { \"f-orange\": _vm.secondNum >= 50 }\n },\n [_c(\"span\", [_vm._v(_vm._s(_vm.secondNum))]), _vm._v(\"/50\")]\n )\n ])\n ]),\n _c(\"div\", { staticClass: \"btn-wrap\" }, [\n _vm.formError\n ? _c(\"em\", { staticClass: \"error\" }, [\n _vm._v(_vm._s(_vm.formMsg))\n ])\n : _vm._e(),\n _c(\n \"a\",\n {\n staticClass: \"submit\",\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n return _vm.submit()\n }\n }\n },\n [_vm._v(\"立即提交\")]\n )\n ])\n ])\n ]),\n _c(\"div\", { staticClass: \"content\" }, [\n _c(\n \"div\",\n { staticClass: \"wrap wrap-1\" },\n [\n _vm._m(4),\n _c(\n \"van-swipe\",\n {\n staticClass: \"supplier-slide\",\n attrs: { autoplay: 3000000, \"indicator-color\": \"#ffffff\" }\n },\n [\n _c(\"van-swipe-item\", [\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-1 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-kehuqunti-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"庞大精准的客户群体\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"13万+精准用户,每月2000+新用户注入\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"上千个元器件采购活跃社群\")\n ])\n ])\n ])\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-2 boxsiz\" },\n [\n _c(\"i\", {\n staticClass: \"iconfont icon-cangchuwuliufuwu-\"\n }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"免费仓储物流服务\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"恒温恒湿,10000+平米超大仓库现货存放\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"自营商品3小时内发货\")\n ])\n ])\n ])\n ]\n )\n ]),\n _c(\"van-swipe-item\", [\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-3 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-dashuju-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"大数据分析及营销服务\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"海量物料及价格分析,快速响应采购市场变化\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"订单数据及用户画像分析,精准营销参考\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"超千家知名品牌深度合作,源头了解市场动向\")\n ])\n ])\n ])\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-4 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-shangcheng-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"多终端在线商城\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"PC电脑端,满足工作时间采购需求\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"H5端/小程序,8小时之外随时查看\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"微信公众号,热门资讯推送提升用户粘性\")\n ])\n ])\n ])\n ]\n )\n ]),\n _c(\"van-swipe-item\", [\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-5 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-yunwei-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"专业运营推广团队\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"SEM高付费投放,成交率超过50%\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"多家专业展会合作方,高曝光高知名度\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"高频度营销活动,持续拉动销量上涨\")\n ])\n ])\n ])\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-6 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-kehuqunti-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"一对一专属客服跟进成单\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"从询价到成单,每位客户均有专属客服跟进\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"CRM系统管理,提升客服跟进效率\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"工作日内响应时间不超过半小时\")\n ])\n ])\n ])\n ]\n )\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"wrap wrap-2\" }, [\n _vm._m(5),\n _c(\n \"ul\",\n { staticClass: \"tab boxsiz\" },\n _vm._l(_vm.itemtext, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active == index },\n on: {\n click: function($event) {\n return _vm.tab(index)\n }\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(item) +\n \"\\n \"\n )\n ]\n )\n }),\n 0\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isAvisible }\n },\n [\n _vm._m(6),\n _vm._m(7),\n _vm._m(8),\n _vm._m(9),\n _vm._m(10),\n _vm._m(11),\n _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n attrs: { href: \"javascript:;\", id: \"zy\" },\n on: {\n click: function($event) {\n return _vm.goAnchor(2)\n }\n }\n },\n [\n _c(\"em\", { staticClass: \"va-m\" }, [\n _vm._v(\"成为自营供应商\")\n ]),\n _c(\"i\", { staticClass: \"lineBlock va-t\" })\n ]\n )\n ])\n ]\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isBvisible }\n },\n [\n _vm._m(12),\n _vm._m(13),\n _vm._m(14),\n _vm._m(15),\n _vm._m(16),\n _vm._m(17),\n _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n attrs: { href: \"javascript:;\", id: \"ly\" },\n on: {\n click: function($event) {\n return _vm.goAnchor(3)\n }\n }\n },\n [\n _c(\"em\", { staticClass: \"va-m\" }, [\n _vm._v(\"成为联营供应商\")\n ]),\n _c(\"i\", { staticClass: \"lineBlock va-t\" })\n ]\n )\n ])\n ]\n )\n ]),\n _c(\"div\", { staticClass: \"wrap wrap-3\" }, [\n _vm._m(18),\n _c(\"div\", { staticClass: \"join-wrap boxsiz\" }, [\n _c(\"div\", { staticClass: \"bnt-wrap boxsiz\" }, [\n _c(\n \"a\",\n {\n staticClass: \"btn boxsiz\",\n attrs: { href: \"javascript:;\", id: \"join-btn\" },\n on: {\n click: function($event) {\n return _vm.goAnchor(1)\n }\n }\n },\n [_vm._v(\"立即加入\")]\n )\n ])\n ])\n ])\n ]),\n _vm.loading\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e(),\n _c(\"Menu\", { attrs: { color: _vm.color } })\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"联系方式:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"短信验证:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"入驻类型:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\"),\n _vm._v(\"主营产品:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit\" }, [\n _c(\"b\"),\n _c(\"span\", [_vm._v(\"入驻猎芯平台的六大优势\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit\" }, [\n _c(\"b\"),\n _c(\"span\", [_vm._v(\"选择适合的入驻方式 \")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"1\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"多种入驻模式\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"供应商寄售、猎芯直接购买和型号预售三种模式可选\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"2\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"支持预售\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"大批量采购支持预售,提交订单后迅速反馈长短交期\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"3\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"智能搜索\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"支持型号和参数智能搜索,搜索结果最前端展示\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"4\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"智能BOM\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"一键上传bom单匹配型号,规格书在线展示\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"5\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"快速选样\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\n \"新用户、老用户新产品均可在线快速选样购买,帮助开拓新客户,打开新市场\"\n )\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"6\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"免费仓储\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"10000+平米,恒温恒湿大仓库,商品3小时内发货\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"1\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"多渠道推广\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"线上线下多渠道产品推广,提高成交率\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"2\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"免费API服务\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"免费API对接服务,实现数据自动对接与更新\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"3\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"共享行业资源\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"加入供应商资源库,与行业专家共同分享优势资源\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"4\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"数据对接\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"全方位对接产品数据,无需调用实体商品库存\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"5\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"优先展示\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"可加入猎芯联营专属渠道,搜索结果优先展示\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"6\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"庞大精准客户\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"已有130000+精准用户入驻,每日20000+浏览量\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit\" }, [\n _c(\"b\"),\n _c(\"span\", [_vm._v(\"入驻流程 \")])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/supplier/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"supplier boxsiz\" },\n [\n _c(\"div\", { staticClass: \"head\" }, [\n _c(\"div\", { staticClass: \"banner\" }),\n _c(\"div\", { staticClass: \"head-form boxsiz\" }, [\n _c(\"dl\", { staticClass: \"head-form-wrap boxsiz\" }, [\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _vm._v(\"公司名称:\")\n ]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.com_name,\n expression: \"form.com_name\"\n }\n ],\n staticClass: \"va-m inp\",\n attrs: {\n type: \"text\",\n id: \"com_name\",\n placeholder: \"请输入公司名称\",\n maxlength: \"50\"\n },\n domProps: { value: _vm.form.com_name },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"com_name\", $event.target.value)\n }\n }\n }),\n _c(\n \"p\",\n {\n staticClass: \"hint\",\n class: { \"f-orange\": _vm.firmNum >= _vm.max }\n },\n [_c(\"span\", [_vm._v(_vm._s(_vm.firmNum))]), _vm._v(\"/50\")]\n )\n ]),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _vm._v(\"联 系 人:\")\n ]),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.linkName,\n expression: \"form.linkName\"\n }\n ],\n staticClass: \"va-m inp\",\n attrs: { type: \"text\", placeholder: \"请输入联系人\" },\n domProps: { value: _vm.form.linkName },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"linkName\", $event.target.value)\n }\n }\n })\n ]),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(0),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.mobile,\n expression: \"form.mobile\"\n }\n ],\n staticClass: \"va-m inp\",\n attrs: {\n type: \"number\",\n placeholder: \"请输入手机或电话号码\",\n maxlength: \"11\",\n onkeyup: \"this.value=this.value.replace(/\\\\D/g,'')\"\n },\n domProps: { value: _vm.form.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"mobile\", $event.target.value)\n }\n }\n })\n ]),\n _vm.verifyCodeFlag\n ? _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(1),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.verifyCode,\n expression: \"form.verifyCode\"\n }\n ],\n staticClass: \"va-m inp w1\",\n attrs: { type: \"number\", placeholder: \"请输入验证码\" },\n domProps: { value: _vm.form.verifyCode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"verifyCode\", $event.target.value)\n }\n }\n }),\n _c(\"input\", {\n staticClass: \"lineBlock va-m code-text\",\n class: { \"code-text-disabled\": _vm.codeactive },\n attrs: {\n type: \"button\",\n name: \"codeButton\",\n value: _vm.codetext,\n disabled: _vm.disabled\n },\n on: {\n click: function($event) {\n return _vm.getCode()\n }\n }\n })\n ])\n : _vm._e(),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(2),\n _c(\n \"div\",\n { staticClass: \"lineBlock va-m inp-wrap-radio boxsiz\" },\n _vm._l(_vm.itemtext, function(item, index) {\n return _c(\n \"div\",\n {\n key: index,\n staticClass: \"lineBlock va-m boxsiz inp-wrap-radio-bb\",\n on: {\n click: function($event) {\n _vm.supplierActive = index\n }\n }\n },\n [\n _c(\"i\", {\n staticClass: \"icn\",\n class: { \"icn-curr\": _vm.supplierActive == index }\n }),\n _c(\"em\", { staticClass: \"va-m\" }, [_vm._v(_vm._s(item))]),\n _c(\"b\", { staticClass: \"lineBlock emptys\" })\n ]\n )\n }),\n 0\n )\n ]),\n _c(\"dd\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(3),\n _c(\"textarea\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.main_brand,\n expression: \"form.main_brand\"\n }\n ],\n staticClass: \"lineBlock va-m boxsiz\",\n attrs: { placeholder: \"请输入\", maxlength: \"50\" },\n domProps: { value: _vm.form.main_brand },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"main_brand\", $event.target.value)\n }\n }\n }),\n _c(\n \"p\",\n {\n staticClass: \"hint\",\n class: { \"f-orange\": _vm.secondNum >= 50 }\n },\n [_c(\"span\", [_vm._v(_vm._s(_vm.secondNum))]), _vm._v(\"/50\")]\n )\n ])\n ]),\n _c(\"div\", { staticClass: \"btn-wrap\" }, [\n _vm.formError\n ? _c(\"em\", { staticClass: \"error\" }, [\n _vm._v(_vm._s(_vm.formMsg))\n ])\n : _vm._e(),\n _c(\n \"a\",\n {\n staticClass: \"submit\",\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n return _vm.submit()\n }\n }\n },\n [_vm._v(\"立即提交\")]\n )\n ])\n ])\n ]),\n _c(\"div\", { staticClass: \"content\" }, [\n _c(\n \"div\",\n { staticClass: \"wrap wrap-1\" },\n [\n _vm._m(4),\n _c(\n \"van-swipe\",\n {\n staticClass: \"supplier-slide\",\n attrs: { autoplay: 3000000, \"indicator-color\": \"#ffffff\" }\n },\n [\n _c(\"van-swipe-item\", [\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-1 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-kehuqunti-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"庞大精准的客户群体\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"13万+精准用户,每月2000+新用户注入\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"上千个元器件采购活跃社群\")\n ])\n ])\n ])\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-2 boxsiz\" },\n [\n _c(\"i\", {\n staticClass: \"iconfont icon-cangchuwuliufuwu-\"\n }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"免费仓储物流服务\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"恒温恒湿,10000+平米超大仓库现货存放\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"自营商品3小时内发货\")\n ])\n ])\n ])\n ]\n )\n ]),\n _c(\"van-swipe-item\", [\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-3 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-dashuju-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"大数据分析及营销服务\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"海量物料及价格分析,快速响应采购市场变化\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"订单数据及用户画像分析,精准营销参考\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"超千家知名品牌深度合作,源头了解市场动向\")\n ])\n ])\n ])\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-4 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-shangcheng-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"多终端在线商城\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"PC电脑端,满足工作时间采购需求\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"H5端/小程序,8小时之外随时查看\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"微信公众号,热门资讯推送提升用户粘性\")\n ])\n ])\n ])\n ]\n )\n ]),\n _c(\"van-swipe-item\", [\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-5 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-yunwei-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"专业运营推广团队\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"SEM高付费投放,成交率超过50%\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"多家专业展会合作方,高曝光高知名度\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"高频度营销活动,持续拉动销量上涨\")\n ])\n ])\n ])\n ]\n ),\n _c(\n \"div\",\n { staticClass: \"lineBlock slide-box slide-box-6 boxsiz\" },\n [\n _c(\"i\", { staticClass: \"iconfont icon-kehuqunti-\" }),\n _c(\"p\", { staticClass: \"t1\" }, [\n _vm._v(\"一对一专属客服跟进成单\")\n ]),\n _c(\"div\", { staticClass: \"t2\" }, [\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"从询价到成单,每位客户均有专属客服跟进\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"CRM系统管理,提升客服跟进效率\")\n ])\n ]),\n _c(\"p\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"•\")\n ]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"工作日内响应时间不超过半小时\")\n ])\n ])\n ])\n ]\n )\n ])\n ],\n 1\n )\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"wrap wrap-2\" }, [\n _vm._m(5),\n _c(\n \"ul\",\n { staticClass: \"tab boxsiz\" },\n _vm._l(_vm.itemtext, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active == index },\n on: {\n click: function($event) {\n return _vm.tab(index)\n }\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(item) +\n \"\\n \"\n )\n ]\n )\n }),\n 0\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isAvisible }\n },\n [\n _vm._m(6),\n _vm._m(7),\n _vm._m(8),\n _vm._m(9),\n _vm._m(10),\n _vm._m(11),\n _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n attrs: { href: \"javascript:;\", id: \"zy\" },\n on: {\n click: function($event) {\n return _vm.goAnchor(2)\n }\n }\n },\n [\n _c(\"em\", { staticClass: \"va-m\" }, [\n _vm._v(\"成为自营供应商\")\n ]),\n _c(\"i\", { staticClass: \"lineBlock va-t\" })\n ]\n )\n ])\n ]\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isBvisible }\n },\n [\n _vm._m(12),\n _vm._m(13),\n _vm._m(14),\n _vm._m(15),\n _vm._m(16),\n _vm._m(17),\n _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n attrs: { href: \"javascript:;\", id: \"ly\" },\n on: {\n click: function($event) {\n return _vm.goAnchor(3)\n }\n }\n },\n [\n _c(\"em\", { staticClass: \"va-m\" }, [\n _vm._v(\"成为联营供应商\")\n ]),\n _c(\"i\", { staticClass: \"lineBlock va-t\" })\n ]\n )\n ])\n ]\n )\n ]),\n _c(\"div\", { staticClass: \"wrap wrap-3\" }, [\n _vm._m(18),\n _c(\"div\", { staticClass: \"join-wrap boxsiz\" }, [\n _c(\"div\", { staticClass: \"bnt-wrap boxsiz\" }, [\n _c(\n \"a\",\n {\n staticClass: \"btn boxsiz\",\n attrs: { href: \"javascript:;\", id: \"join-btn\" },\n on: {\n click: function($event) {\n return _vm.goAnchor(1)\n }\n }\n },\n [_vm._v(\"立即加入\")]\n )\n ])\n ])\n ])\n ]),\n _vm.loading\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e(),\n _c(\"Menu\", { attrs: { color: _vm.color } })\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"联系方式:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"短信验证:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"入驻类型:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\"),\n _vm._v(\"主营产品:\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit\" }, [\n _c(\"b\"),\n _c(\"span\", [_vm._v(\"入驻猎芯平台的六大优势\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit\" }, [\n _c(\"b\"),\n _c(\"span\", [_vm._v(\"选择适合的入驻方式 \")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"1\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"多种入驻模式\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"供应商寄售、猎芯直接购买和型号预售三种模式可选\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"2\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"支持预售\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"大批量采购支持预售,提交订单后迅速反馈长短交期\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"3\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"智能搜索\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"支持型号和参数智能搜索,搜索结果最前端展示\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"4\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"智能BOM\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"一键上传bom单匹配型号,规格书在线展示\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"5\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"快速选样\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\n \"新用户、老用户新产品均可在线快速选样购买,帮助开拓新客户,打开新市场\"\n )\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"6\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"免费仓储\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"10000+平米,恒温恒湿大仓库,商品3小时内发货\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"1\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"多渠道推广\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"线上线下多渠道产品推广,提高成交率\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"2\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"免费API服务\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"免费API对接服务,实现数据自动对接与更新\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"3\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"共享行业资源\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"加入供应商资源库,与行业专家共同分享优势资源\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"4\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"数据对接\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"全方位对接产品数据,无需调用实体商品库存\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"5\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"优先展示\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"可加入猎芯联营专属渠道,搜索结果优先展示\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", { staticClass: \"boxsiz\" }, [\n _c(\"i\", { staticClass: \"lineBlock va-t ico\" }, [_vm._v(\"6\")]),\n _c(\"div\", { staticClass: \"lineBlock text va-t\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"庞大精准客户\")]),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"已有130000+精准用户入驻,每日20000+浏览量\")\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit\" }, [\n _c(\"b\"),\n _c(\"span\", [_vm._v(\"入驻流程 \")])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/supplier/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -299,7 +299,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3f4093c9_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=3f4093c9&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/supplier/Index.vue?vue&type=template&id=3f4093c9&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3f4093c9_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3f4093c9_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/supplier/Index.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3f4093c9_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=3f4093c9&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/supplier/Index.vue?vue&type=template&id=3f4093c9&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3f4093c9_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3f4093c9_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/supplier/Index.vue?");
/***/ })
......
......@@ -12,15 +12,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lx
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/smt/Index.vue?vue&type=template&id=20b44093&scoped=true&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/smt/Index.vue?vue&type=template&id=20b44093&scoped=true&":
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/smt/Index.vue?vue&type=template&id=20b44093&scoped=true& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/smt/Index.vue?vue&type=template&id=20b44093&scoped=true& ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"smt boxsiz\" },\n [\n _c(\"div\", { staticClass: \"head boxsiz\" }, [\n _c(\n \"div\",\n {\n staticClass: \"head-form boxsiz\",\n class: { \"head-form-mt\": _vm.verifyCodeFlag }\n },\n [\n _c(\"div\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(0),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.linkName,\n expression: \"form.linkName\"\n }\n ],\n staticClass: \"inp\",\n attrs: { id: \"linkName\", type: \"text\", placeholder: \"\" },\n domProps: { value: _vm.form.linkName },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"linkName\", $event.target.value)\n }\n }\n })\n ]),\n _c(\"div\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(1),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.mobile,\n expression: \"form.mobile\"\n }\n ],\n staticClass: \"inp va-m\",\n attrs: { type: \"number\", placeholder: \"\" },\n domProps: { value: _vm.form.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"mobile\", $event.target.value)\n }\n }\n })\n ]),\n _vm.verifyCodeFlag\n ? _c(\"div\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(2),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.verifyCode,\n expression: \"form.verifyCode\"\n }\n ],\n staticClass: \"inp w1 va-m\",\n attrs: { type: \"text\", placeholder: \"\" },\n domProps: { value: _vm.form.verifyCode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"verifyCode\", $event.target.value)\n }\n }\n }),\n _c(\"input\", {\n staticClass: \"lineBlock va-m code-text\",\n class: { \"code-text-disabled\": _vm.codeactive },\n attrs: {\n type: \"button\",\n name: \"codeButton\",\n value: _vm.codetext,\n disabled: _vm.disabled\n },\n on: {\n click: function($event) {\n return _vm.getCode()\n }\n }\n })\n ])\n : _vm._e(),\n _vm.formError\n ? _c(\"b\", { staticClass: \"error\" }, [_vm._v(_vm._s(_vm.formMsg))])\n : _vm._e(),\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n return _vm.submit()\n }\n }\n },\n [_vm._v(\"确定提交\")]\n )\n ]\n )\n ]),\n _c(\n \"div\",\n {\n staticClass: \"section boxsiz\",\n class: { \"section-mt\": _vm.verifyCodeFlag }\n },\n [\n _c(\"div\", { staticClass: \"section-wrap wrap-1 boxsiz\" }, [\n _vm._m(3),\n _c(\"ul\", [\n _c(\"li\", { staticClass: \"i1\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"不收开机费 工程费\")]),\n _c(\n \"a\",\n {\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n _vm.layer_1 = true\n }\n }\n },\n [_vm._v(\"查看详情\")]\n )\n ]),\n _c(\"li\", { staticClass: \"i2\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"一片起贴 可贴散料\")]),\n _c(\n \"a\",\n {\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n _vm.layer_2 = true\n }\n }\n },\n [_vm._v(\"查看详情\")]\n )\n ])\n ])\n ]),\n _vm._m(4),\n _vm._m(5),\n _vm._m(6),\n _c(\"div\", { staticClass: \"section-wrap wrap-5 boxsiz\" }, [\n _vm._m(7),\n _c(\n \"ul\",\n { staticClass: \"tab\" },\n _vm._l(_vm.itemtext, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active == index },\n on: {\n click: function($event) {\n return _vm.tab(index, \"a\")\n }\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(item) +\n \"\\n \"\n )\n ]\n )\n }),\n 0\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isAvisible }\n },\n [\n _vm._m(8),\n _vm._m(9),\n _vm._m(10),\n _vm._m(11),\n _vm._m(12),\n _vm._m(13)\n ]\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isBvisible }\n },\n [_vm._m(14), _vm._m(15), _vm._m(16), _vm._m(17), _vm._m(18)]\n )\n ]),\n _c(\"div\", { staticClass: \"section-wrap wrap-6 boxsiz\" }, [\n _vm._m(19),\n _c(\"div\", { staticClass: \"text\" }, [\n _c(\n \"div\",\n {\n staticClass: \"pic\",\n on: {\n click: function($event) {\n _vm.layer_3 = true\n }\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/smt/i8.jpg */ \"./src/assets/images/smt/i8.jpg\"),\n alt: \"\"\n }\n })\n ]\n ),\n _vm._m(20)\n ])\n ]),\n _c(\"div\", { staticClass: \"section-wrap wrap-7 boxsiz\" }, [\n _vm._m(21),\n _c(\"div\", { staticClass: \"text\" }, [\n _c(\n \"ul\",\n { staticClass: \"tab\" },\n _vm._l(_vm.itemtext_1, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active_1 == index },\n on: {\n click: function($event) {\n return _vm.tab(index, \"b\")\n }\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(item) +\n \"\\n \"\n )\n ]\n )\n }),\n 0\n ),\n _c(\n \"ul\",\n { staticClass: \"tab-wrap\", style: { display: _vm.isCvisible } },\n [_vm._m(22)]\n ),\n _c(\n \"ul\",\n { staticClass: \"tab-wrap\", style: { display: _vm.isDvisible } },\n [_vm._m(23)]\n )\n ])\n ])\n ]\n ),\n _c(\n \"a\",\n {\n staticClass: \"apply\",\n attrs: { href: \"javascript:;\" },\n on: { click: _vm.goAnchor }\n },\n [_vm._v(\"立即申请\")]\n ),\n _vm.loading\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e(),\n _c(\"Menu\", { attrs: { color: _vm.color } }),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.layer_1,\n callback: function($$v) {\n _vm.layer_1 = $$v\n },\n expression: \"layer_1\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"b\", { staticClass: \"smt-arr\" }),\n _c(\"p\", { staticClass: \"smt-layer\" }, [\n _vm._v(\"20种物料1000颗料或2500PIN以内,加工费400元,钢网100元。\")\n ])\n ])\n ]\n ),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.layer_2,\n callback: function($$v) {\n _vm.layer_2 = $$v\n },\n expression: \"layer_2\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"b\", { staticClass: \"smt-arr\" }),\n _c(\"p\", { staticClass: \"smt-layer\" }, [\n _vm._v(\n \"40种物料1000颗料或2500PIN以内,24小时加急600元,48小时加急520元,钢网100元。\"\n )\n ])\n ])\n ]\n ),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.layer_3,\n callback: function($$v) {\n _vm.layer_3 = $$v\n },\n expression: \"layer_3\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"为保障客户产品品质,我司暂不接受外来钢网;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"代开钢网的费用为100元起;需开拼版钢网,请提供拼版文件,费用根据不同的点数重新核定价格;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"钢网默认尺寸为37cm*47cm,其他尺寸需另报价;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"如要寄回钢网须在下单时确认,无特别申明实为不需退还钢网;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"5、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"客户钢网只保留3个月,3个月后我司自行处理。\")\n ])\n ])\n ])\n ]\n )\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", { staticClass: \"va-m\" }, [_vm._v(\"*\")]),\n _vm._v(\"联系人\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"联系方式\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"短信验证\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"打样说明\")]),\n _c(\"span\", { staticClass: \"va-m t2\" }, [\n _vm._v(\"打样400元起,12小时加急服务\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"section-wrap wrap-2 boxsiz\" }, [\n _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"价格优势\")])\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i4.png */ \"./src/assets/images/smt/i4.png\"), alt: \"\" }\n })\n ]),\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i5.png */ \"./src/assets/images/smt/i5.png\"), alt: \"\" }\n })\n ]),\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i6.png */ \"./src/assets/images/smt/i6.png\"), alt: \"\" }\n })\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"section-wrap wrap-3 boxsiz\" }, [\n _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"优势说明\")])\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i7.png */ \"./src/assets/images/smt/i7.png\"), alt: \"\" }\n })\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"section-wrap wrap-4 boxsiz\" }, [\n _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"加工能力\")])\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i11.png */ \"./src/assets/images/smt/i11.png\"), alt: \"\" }\n })\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"用户须知\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"详细,准确的BOM清单,如有变更须在BOM上注明 ( 必须提供);\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n '\"Gerber文件(在猎芯加工PCB无需提供此项),如 需开拼版钢网,请提供拼版文件;'\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"元器件位号图;\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"坐标文件;\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"5\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"PCB文件(如果坐标文件、位号图、Gerber文件客户未能导出的,也可提供PCB文件);\"\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"6\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"样板(生产参照用,有条件的可提供)。\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"客户自备物料,对易损耗的物料(样品:阻容件多提供15个样品,批量需要提供1%的备足)需提供少量备足;\"\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v('\"如少量物料备不齐,暂无需焊接,请列出明细;')\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"有特殊需求,注意事项,请提前说明;\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"暂不接受外来的钢网,寄元器件或样板不接受到付;\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"5\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"代采购阻容件,需提供完整型号(封装,精度,伏数等),所提供阻容件为‘三星’品牌(客户如要指定品牌,须特别声明);\"\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"代开钢网\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", [\n _vm._v(\"客户钢网仅保留3个月,3个月后我司自行处理;\"),\n _c(\"br\"),\n _vm._v(\"如要寄回钢网须在下单时确认,无特别申明视为不需退还钢网。\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"服务说明\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"仅对贴装问题进行保修;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"保修时效:发货当天起30天内;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"无法提供上门维修服务;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"负责单程邮费。\")\n ])\n ]),\n _c(\"a\", {\n staticClass: \"qq\",\n attrs: {\n href: \"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes\"\n }\n }),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"\\n 联系我们:\"),\n _c(\"i\", { staticClass: \"lineBlock va-m\" }),\n _vm._v(\"zhengjf@ichunt.com\\n \")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"客户提供的物料不齐,但要求上线生产的,后续不承担补料;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\n \"因来料引起的不良,比如PCB断线,物料假货,物料封装不对等我司不承认任何责任;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\n \"生产过程中出现异常,需要沟通但无法联系到客户相关人员导致无法确认的,有权自行处理;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"因技术资料引起的贴装错误,我司不承担任何责任。\")\n ])\n ]),\n _c(\"a\", {\n staticClass: \"qq\",\n attrs: {\n href: \"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes\"\n }\n }),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"\\n 联系我们:\"),\n _c(\"i\", { staticClass: \"lineBlock va-m\" }),\n _vm._v(\"zhengjf@ichunt.com\\n \")\n ])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/smt/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"smt boxsiz\" },\n [\n _c(\"div\", { staticClass: \"head boxsiz\" }, [\n _c(\n \"div\",\n {\n staticClass: \"head-form boxsiz\",\n class: { \"head-form-mt\": _vm.verifyCodeFlag }\n },\n [\n _c(\"div\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(0),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.linkName,\n expression: \"form.linkName\"\n }\n ],\n staticClass: \"inp\",\n attrs: { id: \"linkName\", type: \"text\", placeholder: \"\" },\n domProps: { value: _vm.form.linkName },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"linkName\", $event.target.value)\n }\n }\n })\n ]),\n _c(\"div\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(1),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.mobile,\n expression: \"form.mobile\"\n }\n ],\n staticClass: \"inp va-m\",\n attrs: { type: \"number\", placeholder: \"\" },\n domProps: { value: _vm.form.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"mobile\", $event.target.value)\n }\n }\n })\n ]),\n _vm.verifyCodeFlag\n ? _c(\"div\", { staticClass: \"inp-wrap boxsiz\" }, [\n _vm._m(2),\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.form.verifyCode,\n expression: \"form.verifyCode\"\n }\n ],\n staticClass: \"inp w1 va-m\",\n attrs: { type: \"text\", placeholder: \"\" },\n domProps: { value: _vm.form.verifyCode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.$set(_vm.form, \"verifyCode\", $event.target.value)\n }\n }\n }),\n _c(\"input\", {\n staticClass: \"lineBlock va-m code-text\",\n class: { \"code-text-disabled\": _vm.codeactive },\n attrs: {\n type: \"button\",\n name: \"codeButton\",\n value: _vm.codetext,\n disabled: _vm.disabled\n },\n on: {\n click: function($event) {\n return _vm.getCode()\n }\n }\n })\n ])\n : _vm._e(),\n _vm.formError\n ? _c(\"b\", { staticClass: \"error\" }, [_vm._v(_vm._s(_vm.formMsg))])\n : _vm._e(),\n _c(\n \"a\",\n {\n staticClass: \"btn\",\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n return _vm.submit()\n }\n }\n },\n [_vm._v(\"确定提交\")]\n )\n ]\n )\n ]),\n _c(\n \"div\",\n {\n staticClass: \"section boxsiz\",\n class: { \"section-mt\": _vm.verifyCodeFlag }\n },\n [\n _c(\"div\", { staticClass: \"section-wrap wrap-1 boxsiz\" }, [\n _vm._m(3),\n _c(\"ul\", [\n _c(\"li\", { staticClass: \"i1\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"不收开机费 工程费\")]),\n _c(\n \"a\",\n {\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n _vm.layer_1 = true\n }\n }\n },\n [_vm._v(\"查看详情\")]\n )\n ]),\n _c(\"li\", { staticClass: \"i2\" }, [\n _c(\"p\", { staticClass: \"t1\" }, [_vm._v(\"一片起贴 可贴散料\")]),\n _c(\n \"a\",\n {\n attrs: { href: \"javascript:;\" },\n on: {\n click: function($event) {\n _vm.layer_2 = true\n }\n }\n },\n [_vm._v(\"查看详情\")]\n )\n ])\n ])\n ]),\n _vm._m(4),\n _vm._m(5),\n _vm._m(6),\n _c(\"div\", { staticClass: \"section-wrap wrap-5 boxsiz\" }, [\n _vm._m(7),\n _c(\n \"ul\",\n { staticClass: \"tab\" },\n _vm._l(_vm.itemtext, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active == index },\n on: {\n click: function($event) {\n return _vm.tab(index, \"a\")\n }\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(item) +\n \"\\n \"\n )\n ]\n )\n }),\n 0\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isAvisible }\n },\n [\n _vm._m(8),\n _vm._m(9),\n _vm._m(10),\n _vm._m(11),\n _vm._m(12),\n _vm._m(13)\n ]\n ),\n _c(\n \"ul\",\n {\n staticClass: \"tab-wrap boxsiz\",\n style: { display: _vm.isBvisible }\n },\n [_vm._m(14), _vm._m(15), _vm._m(16), _vm._m(17), _vm._m(18)]\n )\n ]),\n _c(\"div\", { staticClass: \"section-wrap wrap-6 boxsiz\" }, [\n _vm._m(19),\n _c(\"div\", { staticClass: \"text\" }, [\n _c(\n \"div\",\n {\n staticClass: \"pic\",\n on: {\n click: function($event) {\n _vm.layer_3 = true\n }\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/smt/i8.jpg */ \"./src/assets/images/smt/i8.jpg\"),\n alt: \"\"\n }\n })\n ]\n ),\n _vm._m(20)\n ])\n ]),\n _c(\"div\", { staticClass: \"section-wrap wrap-7 boxsiz\" }, [\n _vm._m(21),\n _c(\"div\", { staticClass: \"text\" }, [\n _c(\n \"ul\",\n { staticClass: \"tab\" },\n _vm._l(_vm.itemtext_1, function(item, index) {\n return _c(\n \"li\",\n {\n key: index,\n class: { curr: _vm.active_1 == index },\n on: {\n click: function($event) {\n return _vm.tab(index, \"b\")\n }\n }\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(item) +\n \"\\n \"\n )\n ]\n )\n }),\n 0\n ),\n _c(\n \"ul\",\n { staticClass: \"tab-wrap\", style: { display: _vm.isCvisible } },\n [_vm._m(22)]\n ),\n _c(\n \"ul\",\n { staticClass: \"tab-wrap\", style: { display: _vm.isDvisible } },\n [_vm._m(23)]\n )\n ])\n ])\n ]\n ),\n _c(\n \"a\",\n {\n staticClass: \"apply\",\n attrs: { href: \"javascript:;\" },\n on: { click: _vm.goAnchor }\n },\n [_vm._v(\"立即申请\")]\n ),\n _vm.loading\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e(),\n _c(\"Menu\", { attrs: { color: _vm.color } }),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.layer_1,\n callback: function($$v) {\n _vm.layer_1 = $$v\n },\n expression: \"layer_1\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"b\", { staticClass: \"smt-arr\" }),\n _c(\"p\", { staticClass: \"smt-layer\" }, [\n _vm._v(\"20种物料1000颗料或2500PIN以内,加工费400元,钢网100元。\")\n ])\n ])\n ]\n ),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.layer_2,\n callback: function($$v) {\n _vm.layer_2 = $$v\n },\n expression: \"layer_2\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"b\", { staticClass: \"smt-arr\" }),\n _c(\"p\", { staticClass: \"smt-layer\" }, [\n _vm._v(\n \"40种物料1000颗料或2500PIN以内,24小时加急600元,48小时加急520元,钢网100元。\"\n )\n ])\n ])\n ]\n ),\n _c(\n \"van-dialog\",\n {\n attrs: {\n showConfirmButton: _vm.showButton,\n showCancelButton: _vm.showButton,\n closeOnClickOverlay: _vm.closeOnClickOverlay\n },\n model: {\n value: _vm.layer_3,\n callback: function($$v) {\n _vm.layer_3 = $$v\n },\n expression: \"layer_3\"\n }\n },\n [\n _c(\"div\", { staticClass: \"van-dialog__message\" }, [\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"为保障客户产品品质,我司暂不接受外来钢网;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"代开钢网的费用为100元起;需开拼版钢网,请提供拼版文件,费用根据不同的点数重新核定价格;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"钢网默认尺寸为37cm*47cm,其他尺寸需另报价;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"如要寄回钢网须在下单时确认,无特别申明实为不需退还钢网;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"smt-layer-text\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"5、\")]),\n _c(\"span\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"客户钢网只保留3个月,3个月后我司自行处理。\")\n ])\n ])\n ])\n ]\n )\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", { staticClass: \"va-m\" }, [_vm._v(\"*\")]),\n _vm._v(\"联系人\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"联系方式\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"短信验证\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"打样说明\")]),\n _c(\"span\", { staticClass: \"va-m t2\" }, [\n _vm._v(\"打样400元起,12小时加急服务\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"section-wrap wrap-2 boxsiz\" }, [\n _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"价格优势\")])\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i4.png */ \"./src/assets/images/smt/i4.png\"), alt: \"\" }\n })\n ]),\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i5.png */ \"./src/assets/images/smt/i5.png\"), alt: \"\" }\n })\n ]),\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i6.png */ \"./src/assets/images/smt/i6.png\"), alt: \"\" }\n })\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"section-wrap wrap-3 boxsiz\" }, [\n _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"优势说明\")])\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i7.png */ \"./src/assets/images/smt/i7.png\"), alt: \"\" }\n })\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"section-wrap wrap-4 boxsiz\" }, [\n _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"加工能力\")])\n ]),\n _c(\"ul\", [\n _c(\"li\", [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/smt/i11.png */ \"./src/assets/images/smt/i11.png\"), alt: \"\" }\n })\n ])\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"用户须知\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"详细,准确的BOM清单,如有变更须在BOM上注明 ( 必须提供);\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n '\"Gerber文件(在猎芯加工PCB无需提供此项),如 需开拼版钢网,请提供拼版文件;'\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"元器件位号图;\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"坐标文件;\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"5\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"PCB文件(如果坐标文件、位号图、Gerber文件客户未能导出的,也可提供PCB文件);\"\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"6\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"样板(生产参照用,有条件的可提供)。\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"客户自备物料,对易损耗的物料(样品:阻容件多提供15个样品,批量需要提供1%的备足)需提供少量备足;\"\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v('\"如少量物料备不齐,暂无需焊接,请列出明细;')\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"有特殊需求,注意事项,请提前说明;\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\"暂不接受外来的钢网,寄元器件或样板不接受到付;\")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"5\")]),\n _c(\"p\", { staticClass: \"lineBlock va-t\" }, [\n _vm._v(\n \"代采购阻容件,需提供完整型号(封装,精度,伏数等),所提供阻容件为‘三星’品牌(客户如要指定品牌,须特别声明);\"\n )\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"代开钢网\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", [\n _vm._v(\"客户钢网仅保留3个月,3个月后我司自行处理;\"),\n _c(\"br\"),\n _vm._v(\"如要寄回钢网须在下单时确认,无特别申明视为不需退还钢网。\")\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"p\", { staticClass: \"tit boxsiz\" }, [\n _c(\"i\", { staticClass: \"ico-1 lineBlock va-m\" }),\n _c(\"span\", { staticClass: \"va-m t1\" }, [_vm._v(\"服务说明\")])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"仅对贴装问题进行保修;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"保修时效:发货当天起30天内;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"无法提供上门维修服务;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"负责单程邮费。\")\n ])\n ]),\n _c(\"a\", {\n staticClass: \"qq\",\n attrs: {\n href: \"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes\"\n }\n }),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"\\n 联系我们:\"),\n _c(\"i\", { staticClass: \"lineBlock va-m\" }),\n _vm._v(\"zhengjf@ichunt.com\\n \")\n ])\n ])\n },\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"li\", [\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"1、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"客户提供的物料不齐,但要求上线生产的,后续不承担补料;\")\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"2、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\n \"因来料引起的不良,比如PCB断线,物料假货,物料封装不对等我司不承认任何责任;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"3、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\n \"生产过程中出现异常,需要沟通但无法联系到客户相关人员导致无法确认的,有权自行处理;\"\n )\n ])\n ]),\n _c(\"p\", { staticClass: \"t1\" }, [\n _c(\"em\", { staticClass: \"lineBlock va-t\" }, [_vm._v(\"4、\")]),\n _c(\"span\", { staticClass: \"va-t lineBlock\" }, [\n _vm._v(\"因技术资料引起的贴装错误,我司不承担任何责任。\")\n ])\n ]),\n _c(\"a\", {\n staticClass: \"qq\",\n attrs: {\n href: \"http://wpa.qq.com/msgrd?v=3&uin=2881371920&site=qq&menu=yes\"\n }\n }),\n _c(\"p\", { staticClass: \"t2\" }, [\n _vm._v(\"\\n 联系我们:\"),\n _c(\"i\", { staticClass: \"lineBlock va-m\" }),\n _vm._v(\"zhengjf@ichunt.com\\n \")\n ])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/smt/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -233,7 +233,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_20b44093_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=20b44093&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/smt/Index.vue?vue&type=template&id=20b44093&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_20b44093_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_20b44093_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/smt/Index.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_20b44093_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=20b44093&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/smt/Index.vue?vue&type=template&id=20b44093&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_20b44093_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_20b44093_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/smt/Index.vue?");
/***/ })
......
......@@ -35,27 +35,27 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lx
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&":
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2& ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"section\", [\n _c(\n \"div\",\n { staticClass: \"header-page clr\" },\n [\n _c(\"i\", {\n staticClass: \"icon iconfont icon-xiangzuo fl\",\n on: { click: _vm.historyback }\n }),\n _c(\"h3\", { staticClass: \"title fl\" }, [_vm._v(_vm._s(_vm.title))]),\n _vm.meaushow ? _c(\"Menu\", { attrs: { color: _vm.color } }) : _vm._e()\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"section\", [\n _c(\n \"div\",\n { staticClass: \"header-page clr\" },\n [\n _c(\"i\", {\n staticClass: \"icon iconfont icon-xiangzuo fl\",\n on: { click: _vm.historyback }\n }),\n _c(\"h3\", { staticClass: \"title fl\" }, [_vm._v(_vm._s(_vm.title))]),\n _vm.meaushow ? _c(\"Menu\", { attrs: { color: _vm.color } }) : _vm._e()\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Detail.vue?vue&type=template&id=34adcefa&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Detail.vue?vue&type=template&id=34adcefa&":
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/news/Detail.vue?vue&type=template&id=34adcefa& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/news/Detail.vue?vue&type=template&id=34adcefa& ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"news-detail\" },\n [\n _vm.newsDetailObj.current_info\n ? _c(\n \"div\",\n [\n _c(\"Header\", {\n attrs: { title: _vm.title, meaushow: _vm.meaushow }\n }),\n _c(\"h1\", { staticClass: \"title\" }, [\n _vm._v(_vm._s(_vm.newsDetailObj.current_info.title))\n ]),\n _c(\"div\", { staticClass: \"bar\" }, [\n _c(\"span\", { staticClass: \"f20\" }, [\n _vm._v(_vm._s(_vm.newsDetailObj.current_info.art_type_text))\n ]),\n _c(\"span\", { staticClass: \"f24\" }, [_vm._v(\"来源:\")]),\n _c(\"span\", { staticClass: \"f24\" }, [\n _vm._v(\n _vm._s(_vm.newsDetailObj.current_info.writer) +\n \"   \" +\n _vm._s(\n _vm._f(\"dateTimeFormate\")(\n _vm.newsDetailObj.current_info.publish_time\n )\n )\n )\n ])\n ]),\n _vm.newsDetailAd.news_details_ad\n ? [\n _vm.newsDetailAd.news_details_ad.header\n ? [\n _c(\"div\", { staticClass: \"adbox\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href:\n _vm.newsDetailAd.news_details_ad.header.url,\n target:\n _vm.newsDetailAd.news_details_ad.header\n .window_open > 0\n ? \"_blank\"\n : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src:\n _vm.newsDetailAd.news_details_ad.header\n .images,\n alt:\n _vm.newsDetailAd.news_details_ad.header\n .title,\n width: \"100%\",\n height: \"120\"\n }\n })\n ]\n )\n ])\n ]\n : _vm._e()\n ]\n : _vm._e(),\n _c(\"div\", {\n staticClass: \"content-newsdetail\",\n domProps: {\n innerHTML: _vm._s(_vm.newsDetailObj.current_info.body)\n }\n }),\n _vm.newsDetailAd.news_details_ad\n ? [\n _vm.newsDetailAd.news_details_ad.footer\n ? [\n _c(\"div\", { staticClass: \"adbox\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href:\n _vm.newsDetailAd.news_details_ad.footer.url,\n target:\n _vm.newsDetailAd.news_details_ad.footer\n .window_open > 0\n ? \"_blank\"\n : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src:\n _vm.newsDetailAd.news_details_ad.footer\n .images,\n alt:\n _vm.newsDetailAd.news_details_ad.footer\n .title,\n width: \"100%\",\n height: \"120\"\n }\n })\n ]\n )\n ])\n ]\n : _vm._e()\n ]\n : _vm._e()\n ],\n 2\n )\n : _vm._e(),\n _vm.newsDetailAd.h5_news_ad_pop\n ? [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.popdetailbool,\n expression: \"popdetailbool\"\n }\n ],\n staticClass: \"detail-pop\"\n },\n [\n _c(\"van-icon\", {\n staticClass: \"closexdetailad\",\n attrs: { name: \"close\" },\n on: {\n click: function($event) {\n return _vm.popdetailact()\n }\n }\n }),\n _c(\n \"a\",\n {\n attrs: {\n href: _vm.newsDetailAd.h5_news_ad_pop.url,\n target:\n _vm.newsDetailAd.h5_news_ad_pop.window_open > 0\n ? \"_blank\"\n : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src: _vm.newsDetailAd.h5_news_ad_pop.images,\n alt: _vm.newsDetailAd.h5_news_ad_pop.title\n }\n })\n ]\n )\n ],\n 1\n )\n ]\n : _vm._e(),\n _vm.loadStatus\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e()\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/news/Detail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"news-detail\" },\n [\n _vm.newsDetailObj.current_info\n ? _c(\n \"div\",\n [\n _c(\"Header\", {\n attrs: { title: _vm.title, meaushow: _vm.meaushow }\n }),\n _c(\"h1\", { staticClass: \"title\" }, [\n _vm._v(_vm._s(_vm.newsDetailObj.current_info.title))\n ]),\n _c(\"div\", { staticClass: \"bar\" }, [\n _c(\"span\", { staticClass: \"f20\" }, [\n _vm._v(_vm._s(_vm.newsDetailObj.current_info.art_type_text))\n ]),\n _c(\"span\", { staticClass: \"f24\" }, [_vm._v(\"来源:\")]),\n _c(\"span\", { staticClass: \"f24\" }, [\n _vm._v(\n _vm._s(_vm.newsDetailObj.current_info.writer) +\n \"   \" +\n _vm._s(\n _vm._f(\"dateTimeFormate\")(\n _vm.newsDetailObj.current_info.publish_time\n )\n )\n )\n ])\n ]),\n _vm.newsDetailAd.news_details_ad\n ? [\n _vm.newsDetailAd.news_details_ad.header\n ? [\n _c(\"div\", { staticClass: \"adbox\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href:\n _vm.newsDetailAd.news_details_ad.header.url,\n target:\n _vm.newsDetailAd.news_details_ad.header\n .window_open > 0\n ? \"_blank\"\n : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src:\n _vm.newsDetailAd.news_details_ad.header\n .images,\n alt:\n _vm.newsDetailAd.news_details_ad.header\n .title,\n width: \"100%\",\n height: \"120\"\n }\n })\n ]\n )\n ])\n ]\n : _vm._e()\n ]\n : _vm._e(),\n _c(\"div\", {\n staticClass: \"content-newsdetail\",\n domProps: {\n innerHTML: _vm._s(_vm.newsDetailObj.current_info.body)\n }\n }),\n _vm.newsDetailAd.news_details_ad\n ? [\n _vm.newsDetailAd.news_details_ad.footer\n ? [\n _c(\"div\", { staticClass: \"adbox\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href:\n _vm.newsDetailAd.news_details_ad.footer.url,\n target:\n _vm.newsDetailAd.news_details_ad.footer\n .window_open > 0\n ? \"_blank\"\n : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src:\n _vm.newsDetailAd.news_details_ad.footer\n .images,\n alt:\n _vm.newsDetailAd.news_details_ad.footer\n .title,\n width: \"100%\",\n height: \"120\"\n }\n })\n ]\n )\n ])\n ]\n : _vm._e()\n ]\n : _vm._e()\n ],\n 2\n )\n : _vm._e(),\n _vm.newsDetailAd.h5_news_ad_pop\n ? [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.popdetailbool,\n expression: \"popdetailbool\"\n }\n ],\n staticClass: \"detail-pop\"\n },\n [\n _c(\"van-icon\", {\n staticClass: \"closexdetailad\",\n attrs: { name: \"close\" },\n on: {\n click: function($event) {\n return _vm.popdetailact()\n }\n }\n }),\n _c(\n \"a\",\n {\n attrs: {\n href: _vm.newsDetailAd.h5_news_ad_pop.url,\n target:\n _vm.newsDetailAd.h5_news_ad_pop.window_open > 0\n ? \"_blank\"\n : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: {\n src: _vm.newsDetailAd.h5_news_ad_pop.images,\n alt: _vm.newsDetailAd.h5_news_ad_pop.title\n }\n })\n ]\n )\n ],\n 1\n )\n ]\n : _vm._e(),\n _vm.loadStatus\n ? _c(\"van-loading\", {\n staticClass: \"loading-background\",\n attrs: { type: \"spinner\", color: \"#000\" }\n })\n : _vm._e()\n ],\n 2\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/news/Detail.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -158,7 +158,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Header.vue?vue&type=template&id=1c6ee1b2& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Header.vue?vue&type=template&id=1c6ee1b2& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?");
/***/ }),
......@@ -206,7 +206,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Detail_vue_vue_type_template_id_34adcefa___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Detail.vue?vue&type=template&id=34adcefa& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Detail.vue?vue&type=template&id=34adcefa&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Detail_vue_vue_type_template_id_34adcefa___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Detail_vue_vue_type_template_id_34adcefa___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/news/Detail.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Detail_vue_vue_type_template_id_34adcefa___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Detail.vue?vue&type=template&id=34adcefa& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Detail.vue?vue&type=template&id=34adcefa&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Detail_vue_vue_type_template_id_34adcefa___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Detail_vue_vue_type_template_id_34adcefa___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/news/Detail.vue?");
/***/ })
......
......@@ -24,27 +24,27 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lx
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&":
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2& ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"section\", [\n _c(\n \"div\",\n { staticClass: \"header-page clr\" },\n [\n _c(\"i\", {\n staticClass: \"icon iconfont icon-xiangzuo fl\",\n on: { click: _vm.historyback }\n }),\n _c(\"h3\", { staticClass: \"title fl\" }, [_vm._v(_vm._s(_vm.title))]),\n _vm.meaushow ? _c(\"Menu\", { attrs: { color: _vm.color } }) : _vm._e()\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"section\", [\n _c(\n \"div\",\n { staticClass: \"header-page clr\" },\n [\n _c(\"i\", {\n staticClass: \"icon iconfont icon-xiangzuo fl\",\n on: { click: _vm.historyback }\n }),\n _c(\"h3\", { staticClass: \"title fl\" }, [_vm._v(_vm._s(_vm.title))]),\n _vm.meaushow ? _c(\"Menu\", { attrs: { color: _vm.color } }) : _vm._e()\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/wxlist/Index.vue?vue&type=template&id=2042f5bc&scoped=true&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/wxlist/Index.vue?vue&type=template&id=2042f5bc&scoped=true&":
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/wxlist/Index.vue?vue&type=template&id=2042f5bc&scoped=true& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/wxlist/Index.vue?vue&type=template&id=2042f5bc&scoped=true& ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"wxlist\" },\n [\n _c(\"Header\"),\n _c(\"div\", { staticClass: \"wxlist-content\" }, [\n _c(\"div\", { staticClass: \"menu-title\" }, [\n _vm._v(_vm._s(_vm.wechatArticle.menu))\n ]),\n _vm.wechatArticle.top\n ? _c(\"div\", { staticClass: \"wxlist-banner\" }, [\n _c(\"div\", { staticClass: \"banner-box\" }, [\n _vm._m(0),\n _c(\"div\", { staticClass: \"banner-body\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(\n _vm.wechatArticle.top.url,\n \"wechatlist\"\n )\n }\n },\n [\n _c(\"img\", {\n attrs: {\n alt: _vm.wechatArticle.top.title,\n src: _vm.wechatArticle.top.img\n }\n })\n ]\n )\n ]),\n _c(\"div\", { staticClass: \"banner-footer\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(\n _vm.wechatArticle.top.url,\n \"wechatlist\"\n )\n }\n },\n [\n _c(\"span\", [_vm._v(\"活动 | \")]),\n _vm._v(_vm._s(_vm.wechatArticle.top.title))\n ]\n )\n ])\n ])\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"wxlist-data\" }, [\n _c(\n \"div\",\n { staticClass: \"wxlist-data-box\" },\n [\n _c(\n \"van-list\",\n {\n attrs: {\n loading: _vm.loadStatus,\n finished: _vm.finished,\n offset: 10,\n \"finished-text\": \"没有更多了\"\n },\n on: { load: _vm.onLoad },\n model: {\n value: _vm.loading,\n callback: function($$v) {\n _vm.loading = $$v\n },\n expression: \"loading\"\n }\n },\n _vm._l(_vm.wechatArticleList, function(item, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"data-group clr\" },\n [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(item.url, \"wechatlist\")\n }\n },\n [\n _c(\"div\", { staticClass: \"group-left fl\" }, [\n _c(\"div\", { staticClass: \"group-left-box\" }, [\n _vm._v(\n \"\\n \" +\n _vm._s(item.title) +\n \"\\n \"\n )\n ])\n ]),\n _c(\"img\", {\n staticClass: \"group-right fr\",\n attrs: { src: item.img }\n })\n ]\n )\n ]\n )\n }),\n 0\n )\n ],\n 1\n )\n ])\n ])\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"banner-header clr\" }, [\n _c(\"div\", { staticClass: \"banner-img fl\" }, [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/wxlist/logo2.png */ \"./src/assets/images/wxlist/logo2.png\") }\n })\n ]),\n _c(\"div\", { staticClass: \"banner-title fl\" }, [_vm._v(\"猎芯网\")])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/wxlist/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"wxlist\" },\n [\n _c(\"Header\"),\n _c(\"div\", { staticClass: \"wxlist-content\" }, [\n _c(\"div\", { staticClass: \"menu-title\" }, [\n _vm._v(_vm._s(_vm.wechatArticle.menu))\n ]),\n _vm.wechatArticle.top\n ? _c(\"div\", { staticClass: \"wxlist-banner\" }, [\n _c(\"div\", { staticClass: \"banner-box\" }, [\n _vm._m(0),\n _c(\"div\", { staticClass: \"banner-body\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(\n _vm.wechatArticle.top.url,\n \"wechatlist\"\n )\n }\n },\n [\n _c(\"img\", {\n attrs: {\n alt: _vm.wechatArticle.top.title,\n src: _vm.wechatArticle.top.img\n }\n })\n ]\n )\n ]),\n _c(\"div\", { staticClass: \"banner-footer\" }, [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(\n _vm.wechatArticle.top.url,\n \"wechatlist\"\n )\n }\n },\n [\n _c(\"span\", [_vm._v(\"活动 | \")]),\n _vm._v(_vm._s(_vm.wechatArticle.top.title))\n ]\n )\n ])\n ])\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"wxlist-data\" }, [\n _c(\n \"div\",\n { staticClass: \"wxlist-data-box\" },\n [\n _c(\n \"van-list\",\n {\n attrs: {\n loading: _vm.loadStatus,\n finished: _vm.finished,\n offset: 10,\n \"finished-text\": \"没有更多了\"\n },\n on: { load: _vm.onLoad },\n model: {\n value: _vm.loading,\n callback: function($$v) {\n _vm.loading = $$v\n },\n expression: \"loading\"\n }\n },\n _vm._l(_vm.wechatArticleList, function(item, index) {\n return _c(\n \"div\",\n { key: index, staticClass: \"data-group clr\" },\n [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(item.url, \"wechatlist\")\n }\n },\n [\n _c(\"div\", { staticClass: \"group-left fl\" }, [\n _c(\"div\", { staticClass: \"group-left-box\" }, [\n _vm._v(\n \"\\n \" +\n _vm._s(item.title) +\n \"\\n \"\n )\n ])\n ]),\n _c(\"img\", {\n staticClass: \"group-right fr\",\n attrs: { src: item.img }\n })\n ]\n )\n ]\n )\n }),\n 0\n )\n ],\n 1\n )\n ])\n ])\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"banner-header clr\" }, [\n _c(\"div\", { staticClass: \"banner-img fl\" }, [\n _c(\"img\", {\n attrs: { src: __webpack_require__(/*! ../../assets/images/wxlist/logo2.png */ \"./src/assets/images/wxlist/logo2.png\") }\n })\n ]),\n _c(\"div\", { staticClass: \"banner-title fl\" }, [_vm._v(\"猎芯网\")])\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/wxlist/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -158,7 +158,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Header.vue?vue&type=template&id=1c6ee1b2& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Header.vue?vue&type=template&id=1c6ee1b2& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?");
/***/ }),
......@@ -206,7 +206,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_2042f5bc_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=2042f5bc&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/wxlist/Index.vue?vue&type=template&id=2042f5bc&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_2042f5bc_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_2042f5bc_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/wxlist/Index.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_2042f5bc_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=2042f5bc&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/wxlist/Index.vue?vue&type=template&id=2042f5bc&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_2042f5bc_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_2042f5bc_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/wxlist/Index.vue?");
/***/ })
......
......@@ -24,27 +24,27 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lx
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&":
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2& ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"section\", [\n _c(\n \"div\",\n { staticClass: \"header-page clr\" },\n [\n _c(\"i\", {\n staticClass: \"icon iconfont icon-xiangzuo fl\",\n on: { click: _vm.historyback }\n }),\n _c(\"h3\", { staticClass: \"title fl\" }, [_vm._v(_vm._s(_vm.title))]),\n _vm.meaushow ? _c(\"Menu\", { attrs: { color: _vm.color } }) : _vm._e()\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"section\", [\n _c(\n \"div\",\n { staticClass: \"header-page clr\" },\n [\n _c(\"i\", {\n staticClass: \"icon iconfont icon-xiangzuo fl\",\n on: { click: _vm.historyback }\n }),\n _c(\"h3\", { staticClass: \"title fl\" }, [_vm._v(_vm._s(_vm.title))]),\n _vm.meaushow ? _c(\"Menu\", { attrs: { color: _vm.color } }) : _vm._e()\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Index.vue?vue&type=template&id=3c4d1910&scoped=true&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Index.vue?vue&type=template&id=3c4d1910&scoped=true&":
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/news/Index.vue?vue&type=template&id=3c4d1910&scoped=true& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/views/news/Index.vue?vue&type=template&id=3c4d1910&scoped=true& ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"news\" },\n [\n _c(\"Header\", { attrs: { title: _vm.title, meaushow: _vm.meaushow } }),\n _c(\n \"van-swipe\",\n { attrs: { autoplay: 3000, height: _vm.bannerHeight } },\n _vm._l(_vm.rollbanner, function(item, index) {\n return _c(\"van-swipe-item\", { key: index }, [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(\n item.url,\n \"news-banner-\" + (index + 1)\n ),\n target: item.window_open > 0 ? \"_blank\" : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: { src: item.images, height: \"100%\", width: \"100%\" }\n })\n ]\n )\n ])\n }),\n 1\n ),\n _vm.cat_list.length > 0\n ? _c(\n \"div\",\n {\n staticClass: \"navList clearfix\",\n class: {\n navList44: _vm.cat_list.length == 4,\n navListfixed: _vm.navListfixed\n }\n },\n _vm._l(_vm.cat_list, function(item, index) {\n return _c(\n \"p\",\n {\n key: index,\n staticClass: \"fl\",\n class: { act: _vm.act == index },\n on: {\n click: function($event) {\n return _vm.tab(index)\n }\n }\n },\n [\n _vm._v(\n \"\\n \" + _vm._s(item.cat_name) + \"\\n \"\n )\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _c(\n \"ul\",\n { staticClass: \"listBox clr\" },\n [\n _c(\n \"van-list\",\n {\n attrs: {\n loading: _vm.loadStatus,\n finished: _vm.finished,\n \"finished-text\": \"没有更多了\"\n },\n on: { load: _vm.onLoad },\n model: {\n value: _vm.loading,\n callback: function($$v) {\n _vm.loading = $$v\n },\n expression: \"loading\"\n }\n },\n _vm._l(_vm.content_list, function(item, index) {\n return _c(\n \"router-link\",\n {\n key: index,\n attrs: {\n tag: \"li\",\n to: {\n path: \"/news/detail/\" + item.art_id + \"/\" + item.cat_id\n }\n }\n },\n [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"lazy-container\",\n rawName: \"v-lazy-container\",\n value: { selector: \"img\" },\n expression: \"{selector:'img'}\"\n }\n ]\n },\n [\n _c(\"img\", {\n attrs: {\n \"data-src\": item.litpic,\n alt: item.title,\n \"data-error\": \"static/images/news.png\"\n }\n })\n ]\n ),\n _c(\"div\", { staticClass: \"boxgrt\" }, [\n _c(\"h1\", { staticClass: \"title\" }, [\n _vm._v(_vm._s(item.title))\n ]),\n _c(\"p\", { staticClass: \"titleLook clearfix\" }, [\n _c(\"span\", { staticClass: \"fl\" }, [\n _vm._v(_vm._s(item.writer))\n ]),\n _c(\"span\", { staticClass: \"fr\" }, [\n _vm._v(_vm._s(item.click) + \"浏览\")\n ])\n ])\n ])\n ]\n )\n }),\n 1\n )\n ],\n 1\n ),\n _c(\n \"div\",\n {\n directives: [{ name: \"backTopWindow\", rawName: \"v-backTopWindow\" }],\n staticClass: \"slide-bar\",\n staticStyle: { cursor: \"pointer\" }\n },\n [\n _vm.navListfixed\n ? _c(\"div\", { staticClass: \"backtop\" }, [\n _c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })\n ])\n : _vm._e()\n ]\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/news/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"section\",\n { staticClass: \"news\" },\n [\n _c(\"Header\", { attrs: { title: _vm.title, meaushow: _vm.meaushow } }),\n _c(\n \"van-swipe\",\n { attrs: { autoplay: 3000, height: _vm.bannerHeight } },\n _vm._l(_vm.rollbanner, function(item, index) {\n return _c(\"van-swipe-item\", { key: index }, [\n _c(\n \"a\",\n {\n attrs: {\n href: _vm._f(\"urlPatg\")(\n item.url,\n \"news-banner-\" + (index + 1)\n ),\n target: item.window_open > 0 ? \"_blank\" : \"_self\"\n }\n },\n [\n _c(\"img\", {\n attrs: { src: item.images, height: \"100%\", width: \"100%\" }\n })\n ]\n )\n ])\n }),\n 1\n ),\n _vm.cat_list.length > 0\n ? _c(\n \"div\",\n {\n staticClass: \"navList clearfix\",\n class: {\n navList44: _vm.cat_list.length == 4,\n navListfixed: _vm.navListfixed\n }\n },\n _vm._l(_vm.cat_list, function(item, index) {\n return _c(\n \"p\",\n {\n key: index,\n staticClass: \"fl\",\n class: { act: _vm.act == index },\n on: {\n click: function($event) {\n return _vm.tab(index)\n }\n }\n },\n [\n _vm._v(\n \"\\n \" + _vm._s(item.cat_name) + \"\\n \"\n )\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _c(\n \"ul\",\n { staticClass: \"listBox clr\" },\n [\n _c(\n \"van-list\",\n {\n attrs: {\n loading: _vm.loadStatus,\n finished: _vm.finished,\n \"finished-text\": \"没有更多了\"\n },\n on: { load: _vm.onLoad },\n model: {\n value: _vm.loading,\n callback: function($$v) {\n _vm.loading = $$v\n },\n expression: \"loading\"\n }\n },\n _vm._l(_vm.content_list, function(item, index) {\n return _c(\n \"router-link\",\n {\n key: index,\n attrs: {\n tag: \"li\",\n to: {\n path: \"/news/detail/\" + item.art_id + \"/\" + item.cat_id\n }\n }\n },\n [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"lazy-container\",\n rawName: \"v-lazy-container\",\n value: { selector: \"img\" },\n expression: \"{selector:'img'}\"\n }\n ]\n },\n [\n _c(\"img\", {\n attrs: {\n \"data-src\": item.litpic,\n alt: item.title,\n \"data-error\": \"static/images/news.png\"\n }\n })\n ]\n ),\n _c(\"div\", { staticClass: \"boxgrt\" }, [\n _c(\"h1\", { staticClass: \"title\" }, [\n _vm._v(_vm._s(item.title))\n ]),\n _c(\"p\", { staticClass: \"titleLook clearfix\" }, [\n _c(\"span\", { staticClass: \"fl\" }, [\n _vm._v(_vm._s(item.writer))\n ]),\n _c(\"span\", { staticClass: \"fr\" }, [\n _vm._v(_vm._s(item.click) + \"浏览\")\n ])\n ])\n ])\n ]\n )\n }),\n 1\n )\n ],\n 1\n ),\n _c(\n \"div\",\n {\n directives: [{ name: \"backTopWindow\", rawName: \"v-backTopWindow\" }],\n staticClass: \"slide-bar\",\n staticStyle: { cursor: \"pointer\" }\n },\n [\n _vm.navListfixed\n ? _c(\"div\", { staticClass: \"backtop\" }, [\n _c(\"i\", { staticClass: \"iconfont icon-xiangshang1\" })\n ])\n : _vm._e()\n ]\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/news/Index.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -147,7 +147,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Header.vue?vue&type=template&id=1c6ee1b2& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Header.vue?vue&type=template&id=1c6ee1b2& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/common/Header.vue?vue&type=template&id=1c6ee1b2&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Header_vue_vue_type_template_id_1c6ee1b2___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/common/Header.vue?");
/***/ }),
......@@ -195,7 +195,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3c4d1910_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=3c4d1910&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Index.vue?vue&type=template&id=3c4d1910&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3c4d1910_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3c4d1910_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/news/Index.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3c4d1910_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./Index.vue?vue&type=template&id=3c4d1910&scoped=true& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/views/news/Index.vue?vue&type=template&id=3c4d1910&scoped=true&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3c4d1910_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_Index_vue_vue_type_template_id_3c4d1910_scoped_true___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/news/Index.vue?");
/***/ })
......
......@@ -566,15 +566,15 @@ eval("__webpack_require__.r(__webpack_exports__);\n//\n//\n//\n//\n//\n//\n//\n/
/***/ }),
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/App.vue?vue&type=template&id=7ba5bd90&":
/***/ "./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/App.vue?vue&type=template&id=7ba5bd90&":
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"2daaf638-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=7ba5bd90& ***!
!*** ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"550430a1-vue-loader-template"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=7ba5bd90& ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! exports provided: render, staticRenderFns */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { attrs: { id: \"app\" } },\n [\n _c(\n \"keep-alive\",\n { attrs: { exclude: \"newsDetail\" } },\n [_c(\"router-view\", { staticClass: \"router-view\" })],\n 1\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/App.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%222daaf638-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { attrs: { id: \"app\" } },\n [\n _c(\n \"keep-alive\",\n { attrs: { exclude: \"newsDetail\" } },\n [_c(\"router-view\", { staticClass: \"router-view\" })],\n 1\n )\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/App.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22550430a1-vue-loader-template%22%7D!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -4269,7 +4269,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_template_id_7ba5bd90___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"2daaf638-vue-loader-template\"}!../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./App.vue?vue&type=template&id=7ba5bd90& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"2daaf638-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/App.vue?vue&type=template&id=7ba5bd90&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_template_id_7ba5bd90___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_2daaf638_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_template_id_7ba5bd90___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/App.vue?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_template_id_7ba5bd90___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!cache-loader?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"550430a1-vue-loader-template\"}!../node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!../node_modules/_vue-loader@15.6.4@vue-loader/lib??vue-loader-options!./App.vue?vue&type=template&id=7ba5bd90& */ \"./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?{\\\"cacheDirectory\\\":\\\"node_modules/.cache/vue-loader\\\",\\\"cacheIdentifier\\\":\\\"550430a1-vue-loader-template\\\"}!./node_modules/_vue-loader@15.6.4@vue-loader/lib/loaders/templateLoader.js?!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?!./node_modules/_vue-loader@15.6.4@vue-loader/lib/index.js?!./src/App.vue?vue&type=template&id=7ba5bd90&\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_template_id_7ba5bd90___WEBPACK_IMPORTED_MODULE_0__[\"render\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return _cache_loader_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_550430a1_vue_loader_template_node_modules_vue_loader_15_6_4_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_node_modules_cache_loader_2_0_1_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_6_4_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_template_id_7ba5bd90___WEBPACK_IMPORTED_MODULE_0__[\"staticRenderFns\"]; });\n\n\n\n//# sourceURL=webpack:///./src/App.vue?");
/***/ }),
......@@ -4474,7 +4474,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _for
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime-corejs2/core-js/promise */ \"./node_modules/_@babel_runtime-corejs2@7.3.1@@babel/runtime-corejs2/core-js/promise.js\");\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@babel/runtime-corejs2/core-js/object/keys */ \"./node_modules/_@babel_runtime-corejs2@7.3.1@@babel/runtime-corejs2/core-js/object/keys.js\");\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/web.dom.iterable */ \"./node_modules/_core-js@2.6.5@core-js/modules/web.dom.iterable.js\");\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es6.promise */ \"./node_modules/_core-js@2.6.5@core-js/modules/es6.promise.js\");\n/* harmony import */ var core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/_core-js@2.6.5@core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.6@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var _App_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./App.vue */ \"./src/App.vue\");\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! axios */ \"./node_modules/_axios@0.18.0@axios/index.js\");\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _router__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./router */ \"./src/router.js\");\n/* harmony import */ var _store_store__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./store/store */ \"./src/store/store.js\");\n/* harmony import */ var _filters__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./filters */ \"./src/filters/index.js\");\n/* harmony import */ var _directive__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./directive */ \"./src/directive/index.js\");\n/* harmony import */ var js_md5__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! js-md5 */ \"./node_modules/_js-md5@0.7.3@js-md5/src/md5.js\");\n/* harmony import */ var js_md5__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(js_md5__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./api/index */ \"./src/api/index.js\");\n/* harmony import */ var _util_index__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./util/index */ \"./src/util/index.js\");\n/* harmony import */ var vconsole__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! vconsole */ \"./node_modules/_vconsole@3.3.0@vconsole/dist/vconsole.min.js\");\n/* harmony import */ var vconsole__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(vconsole__WEBPACK_IMPORTED_MODULE_15__);\n/* harmony import */ var vant_lib_index_css__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! vant/lib/index.css */ \"./node_modules/_vant@1.6.5@vant/lib/index.css\");\n/* harmony import */ var vant_lib_index_css__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(vant_lib_index_css__WEBPACK_IMPORTED_MODULE_16__);\n/* harmony import */ var _assets_css_global_min_css__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! @/assets/css/global.min.css */ \"./src/assets/css/global.min.css\");\n/* harmony import */ var _assets_css_global_min_css__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_assets_css_global_min_css__WEBPACK_IMPORTED_MODULE_17__);\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n //本地环境开启提示信息\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].config.productionTip = false;\nvar env = \"test\";\n\nif (env != 'production') {\n var vConsole = new vconsole__WEBPACK_IMPORTED_MODULE_15___default.a();\n} //css全局加载\n\n\n\n //过滤器遍历\n\nD_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1___default()(_filters__WEBPACK_IMPORTED_MODULE_10__[\"default\"]).forEach(function (key) {\n return vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].filter(key, _filters__WEBPACK_IMPORTED_MODULE_10__[\"default\"][key]);\n}); //自定义指令\n\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].use(_directive__WEBPACK_IMPORTED_MODULE_11__[\"default\"]); //设置请求头\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].prototype.$http = axios__WEBPACK_IMPORTED_MODULE_7___default.a;\naxios__WEBPACK_IMPORTED_MODULE_7___default.a.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';\naxios__WEBPACK_IMPORTED_MODULE_7___default.a.defaults.withCredentials = true;\naxios__WEBPACK_IMPORTED_MODULE_7___default.a.interceptors.request.use(function (config) {\n if (config.method == 'post') {\n if (config.data) {\n if (config.data.indexOf(\"&pf=2\") == -1) {\n config.data += \"&pf=2\";\n }\n } else {\n config.data = \"pf=2\";\n }\n } else if (config.method == 'get') {\n if (config.params.data) {\n if (config.params.data.indexOf(\"&pf=2\") == -1) {\n config.params.data += \"&pf=2\";\n }\n } else {\n config.params.data = \"pf=2\";\n }\n }\n\n return config;\n}, function (error) {\n return D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0___default.a.reject(error);\n}); //本地初始化uid\n\nvar Yo4teW_gid = _util_index__WEBPACK_IMPORTED_MODULE_14__[\"default\"].getCookie('Yo4teW_gid');\n\nif (Yo4teW_gid == null) {\n var mdStr = js_md5__WEBPACK_IMPORTED_MODULE_12___default()('');\n _util_index__WEBPACK_IMPORTED_MODULE_14__[\"default\"].setCookie('Yo4teW_gid', mdStr, 1, window.cookieHostname);\n} //微信授权\n\n\nvar params = _util_index__WEBPACK_IMPORTED_MODULE_14__[\"default\"].getParams();\nparams += \"&urlhash=\" + window.location.hash;\n_api_index__WEBPACK_IMPORTED_MODULE_13__[\"services\"].wxaccess(params).then(function (res) {\n var data = res.data;\n\n if (data.err_code == 0 && data.data) {\n window.location.href = data.data;\n }\n});\nnew vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"]({\n router: _router__WEBPACK_IMPORTED_MODULE_8__[\"router\"],\n store: _store_store__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n render: function render(h) {\n return h(_App_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]);\n }\n}).$mount('#app');\n\n//# sourceURL=webpack:///./src/main.js?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime-corejs2/core-js/promise */ \"./node_modules/_@babel_runtime-corejs2@7.3.1@@babel/runtime-corejs2/core-js/promise.js\");\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./node_modules/@babel/runtime-corejs2/core-js/object/keys */ \"./node_modules/_@babel_runtime-corejs2@7.3.1@@babel/runtime-corejs2/core-js/object/keys.js\");\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/web.dom.iterable */ \"./node_modules/_core-js@2.6.5@core-js/modules/web.dom.iterable.js\");\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es6.promise */ \"./node_modules/_core-js@2.6.5@core-js/modules/es6.promise.js\");\n/* harmony import */ var core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_promise__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/_core-js@2.6.5@core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.6@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var _App_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./App.vue */ \"./src/App.vue\");\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! axios */ \"./node_modules/_axios@0.18.0@axios/index.js\");\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _router__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./router */ \"./src/router.js\");\n/* harmony import */ var _store_store__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./store/store */ \"./src/store/store.js\");\n/* harmony import */ var _filters__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./filters */ \"./src/filters/index.js\");\n/* harmony import */ var _directive__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./directive */ \"./src/directive/index.js\");\n/* harmony import */ var js_md5__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! js-md5 */ \"./node_modules/_js-md5@0.7.3@js-md5/src/md5.js\");\n/* harmony import */ var js_md5__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(js_md5__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./api/index */ \"./src/api/index.js\");\n/* harmony import */ var _util_index__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./util/index */ \"./src/util/index.js\");\n/* harmony import */ var vconsole__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! vconsole */ \"./node_modules/_vconsole@3.3.0@vconsole/dist/vconsole.min.js\");\n/* harmony import */ var vconsole__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(vconsole__WEBPACK_IMPORTED_MODULE_15__);\n/* harmony import */ var vant_lib_index_css__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! vant/lib/index.css */ \"./node_modules/_vant@1.6.5@vant/lib/index.css\");\n/* harmony import */ var vant_lib_index_css__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(vant_lib_index_css__WEBPACK_IMPORTED_MODULE_16__);\n/* harmony import */ var _assets_css_global_min_css__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! @/assets/css/global.min.css */ \"./src/assets/css/global.min.css\");\n/* harmony import */ var _assets_css_global_min_css__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_assets_css_global_min_css__WEBPACK_IMPORTED_MODULE_17__);\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n //本地环境开启提示信息\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].config.productionTip = false;\nvar env = \"test\";\n\nif (env != 'production') {\n var vConsole = new vconsole__WEBPACK_IMPORTED_MODULE_15___default.a();\n} //css全局加载\n\n\n\n //过滤器遍历\n\nD_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_object_keys__WEBPACK_IMPORTED_MODULE_1___default()(_filters__WEBPACK_IMPORTED_MODULE_10__[\"default\"]).forEach(function (key) {\n return vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].filter(key, _filters__WEBPACK_IMPORTED_MODULE_10__[\"default\"][key]);\n}); //自定义指令\n\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].use(_directive__WEBPACK_IMPORTED_MODULE_11__[\"default\"]); //设置请求头\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].prototype.$http = axios__WEBPACK_IMPORTED_MODULE_7___default.a;\naxios__WEBPACK_IMPORTED_MODULE_7___default.a.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';\naxios__WEBPACK_IMPORTED_MODULE_7___default.a.defaults.withCredentials = true;\naxios__WEBPACK_IMPORTED_MODULE_7___default.a.interceptors.request.use(function (config) {\n if (config.method == 'post') {\n if (config.data) {\n if (config.data.indexOf(\"&pf=2\") == -1) {\n config.data += \"&pf=2\";\n }\n } else {\n config.data = \"pf=2\";\n }\n } else if (config.method == 'get') {\n if (config.params.data) {\n if (config.params.data.indexOf(\"&pf=2\") == -1) {\n config.params.data += \"&pf=2\";\n }\n } else {\n config.params.data = \"pf=2\";\n }\n }\n\n return config;\n}, function (error) {\n return D_lxWork_h5_node_modules_babel_runtime_corejs2_core_js_promise__WEBPACK_IMPORTED_MODULE_0___default.a.reject(error);\n}); //本地初始化uid\n\nvar Yo4teW_gid = _util_index__WEBPACK_IMPORTED_MODULE_14__[\"default\"].getCookie('Yo4teW_gid');\n\nif (Yo4teW_gid == null) {\n var mdStr = js_md5__WEBPACK_IMPORTED_MODULE_12___default()('');\n _util_index__WEBPACK_IMPORTED_MODULE_14__[\"default\"].setCookie('Yo4teW_gid', mdStr, 1, window.cookieHostname);\n} //微信授权\n\n\nvar params = {\n urlhash: window.location.hash\n};\nparams = _util_index__WEBPACK_IMPORTED_MODULE_14__[\"default\"].getParams(params);\n_api_index__WEBPACK_IMPORTED_MODULE_13__[\"services\"].wxaccess(params).then(function (res) {\n var data = res.data;\n\n if (data.err_code == 0 && data.data) {\n window.location.href = data.data;\n }\n});\nnew vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"]({\n router: _router__WEBPACK_IMPORTED_MODULE_8__[\"router\"],\n store: _store_store__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n render: function render(h) {\n return h(_App_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]);\n }\n}).$mount('#app');\n\n//# sourceURL=webpack:///./src/main.js?");
/***/ }),
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment