Commit c9cbc39f by 肖康

x

parent 97c0ffe8
......@@ -50,11 +50,17 @@
.title{
color:#333;
font-size:15px;
padding-left: 0.45rem;
}
.text{
font-size: 14px;
color:#6f6f6f;
height:0.7rem;
line-height: 0.7rem;
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
&.act{
......
.help{padding-top:40px}.help .head{height:40px;padding:0 .45rem;color:#333;line-height:40px;position:fixed;top:0px;left:0px;right:0px;box-sizing:border-box}.help .head a{color:#333;margin-right:30px}.help .head i{font-size:20px}.help .con .group{width:2.35rem;height:1rem;line-height:1rem;padding-left:.45rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}.help .con .group h3{font-size:13px;color:#333;position:relative;height:100%;left:1px}.help .con .group .gro-c{display:none;position:fixed;top:40px;left:2.8rem;right:0px;bottom:0px;background:#fff;box-sizing:border-box;border:1px solid #E9E8E8;border-right:0px}.help .con .group .gro-c a{display:block;padding-left:.45rem}.help .con .group .gro-c .title{color:#333;font-size:15px}.help .con .group .gro-c .text{font-size:14px;color:#6f6f6f}.help .con .group.act{background:#fff;border-top:1px solid #E9E8E8;border-bottom:1px solid #E9E8E8}.help .con .group.act h3{z-index:1;background:#fff}.help .con .group.act .gro-c{display:block}.help .detail{background:#fff;padding:.45rem;box-sizing:border-box;height:calc(100vh - 40px)}.help .detail .title{font-size:20px;color:#333;margin-bottom:.4rem}.help .detail .text{color:#333;font-size:14px;line-height:28px}.help .icon-liedanbiao{font-size:14px;color:#333;position:relative;top:-1px;left:-10px}
\ No newline at end of file
.help{padding-top:40px}.help .head{height:40px;padding:0 .45rem;color:#333;line-height:40px;position:fixed;top:0px;left:0px;right:0px;box-sizing:border-box}.help .head a{color:#333;margin-right:30px}.help .head i{font-size:20px}.help .con .group{width:2.35rem;height:1rem;line-height:1rem;padding-left:.45rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}.help .con .group h3{font-size:13px;color:#333;position:relative;height:100%;left:1px}.help .con .group .gro-c{display:none;position:fixed;top:40px;left:2.8rem;right:0px;bottom:0px;background:#fff;box-sizing:border-box;border:1px solid #E9E8E8;border-right:0px}.help .con .group .gro-c a{display:block;padding-left:.45rem}.help .con .group .gro-c .title{color:#333;font-size:15px;padding-left:.45rem}.help .con .group .gro-c .text{font-size:14px;color:#6f6f6f;height:.7rem;line-height:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help .con .group.act{background:#fff;border-top:1px solid #E9E8E8;border-bottom:1px solid #E9E8E8}.help .con .group.act h3{z-index:1;background:#fff}.help .con .group.act .gro-c{display:block}.help .detail{background:#fff;padding:.45rem;box-sizing:border-box;height:calc(100vh - 40px)}.help .detail .title{font-size:20px;color:#333;margin-bottom:.4rem}.help .detail .text{color:#333;font-size:14px;line-height:28px}.help .icon-liedanbiao{font-size:14px;color:#333;position:relative;top:-1px;left:-10px}
\ No newline at end of file
......@@ -46,7 +46,7 @@ const actions = {
state.loading = false;
let data = res.data;
if (data.err_code == 0) {
state.list_=data.data.commonquestion||[]
state.list_=data.data||[]
state.list_.forEach((item)=>{
if(item.hccat_id==hccat_id){
item.check=true
......
......@@ -8,7 +8,7 @@
<h3>问题类型</h3>
<div class="clr">
<div class="fl" :class="{'act':qustype==1}" @click="tab(1)">购物流程</div>
<div class="fl" :class="{'act':qustype==2}" @click="tab(2)">购物问题</div>
<div class="fl" :class="{'act':qustype==2}" @click="tab(2)">物流问题</div>
<div class="fl" :class="{'act':qustype==3}" @click="tab(3)">售后服务</div>
<div class="fl mr0" :class="{'act':qustype==4}" @click="tab(4)">其它</div>
</div>
......
......@@ -8,13 +8,21 @@
<div class="group " :class="{'act':item.check}" v-for="item in list">
<h3 @click="tab(item.hccat_id)">{{item.hccat_name}}</h3>
<div class="gro-c" >
<div class="gc">
<a v-for="it in item.list" :href="'/h5/view/#/helpDetail?hccat_id='+it.hccat_id" class="text">{{it.hccat_name}}</a>
<div class="gc" v-if="item.list&&item.list.length>0">
<template v-for="item2 in item.list">
<template v-if="item2.artcle_list&&item2.artcle_list.list&&item2.artcle_list.list.length>0">
<div class="title">{{item2.hccat_name}}</div>
<a v-for="it in item2.artcle_list.list" :href="'/h5/view/#/helpDetail?hccat_id='+it.hccat_id" class="text" v-html="it.content"></a>
</template>
</template>
</div>
</div>
</div>
</div>
<Menu></Menu>
<van-loading type="spinner" color="#000" class="loading-background" v-if="loading" />
</div>
......
......@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
/***/ (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: \"back\" },\n [\n _c(\"div\", { staticClass: \"head\" }, [\n _c(\n \"i\",\n {\n directives: [{ name: \"backGo\", rawName: \"v-backGo\" }],\n staticClass: \"icon iconfont fl\"\n },\n [_vm._v(\"\")]\n ),\n _c(\"a\", { staticClass: \"fr\", attrs: { href: _vm.phpParams.kfqq_xk } }, [\n _c(\"i\", { staticClass: \"icon iconfont \" }, [_vm._v(\"\")])\n ])\n ]),\n _c(\"div\", { staticClass: \"qus-type\" }, [\n _c(\"h3\", [_vm._v(\"问题类型\")]),\n _c(\"div\", { staticClass: \"clr\" }, [\n _c(\n \"div\",\n {\n staticClass: \"fl\",\n class: { act: _vm.qustype == 1 },\n on: {\n click: function($event) {\n return _vm.tab(1)\n }\n }\n },\n [_vm._v(\"购物流程\")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"fl\",\n class: { act: _vm.qustype == 2 },\n on: {\n click: function($event) {\n return _vm.tab(2)\n }\n }\n },\n [_vm._v(\"购物问题\")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"fl\",\n class: { act: _vm.qustype == 3 },\n on: {\n click: function($event) {\n return _vm.tab(3)\n }\n }\n },\n [_vm._v(\"售后服务\")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"fl mr0\",\n class: { act: _vm.qustype == 4 },\n on: {\n click: function($event) {\n return _vm.tab(4)\n }\n }\n },\n [_vm._v(\"其它\")]\n )\n ])\n ]),\n _c(\"div\", { staticClass: \"from\" }, [\n _c(\"h3\", [_vm._v(\"请留下您的宝贵建议:\")]),\n _c(\"textarea\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.content,\n expression: \"content\"\n }\n ],\n attrs: { maxlength: \"200\" },\n domProps: { value: _vm.content },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.content = $event.target.value\n }\n }\n }),\n _vm.isLogin != 1\n ? _c(\"div\", { staticClass: \"login-box\" }, [\n _c(\"h3\", [_vm._v(\"留下您的联系方式:\")]),\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.mobile,\n expression: \"mobile\"\n }\n ],\n staticClass: \"inp va-m\",\n attrs: { type: \"number\", placeholder: \"\" },\n domProps: { value: _vm.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.mobile = $event.target.value\n }\n }\n })\n ]),\n _c(\n \"dl\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.imgcodestatus,\n expression: \"imgcodestatus\"\n }\n ],\n staticClass: \"updateCodeImg \"\n },\n [\n _c(\"dt\", [_vm._v(\"图片验证\")]),\n _c(\"dd\", [\n _c(\"p\", { staticClass: \"code-text fl\" }, [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.imgcodeval,\n expression: \"imgcodeval\"\n }\n ],\n attrs: { type: \"text\", id: \"imgCode\" },\n domProps: { value: _vm.imgcodeval },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.imgcodeval = $event.target.value\n }\n }\n })\n ]),\n _c(\n \"a\",\n {\n staticClass: \"code fr\",\n attrs: { href: \"javascript:void(0);\" }\n },\n [\n _c(\"img\", {\n directives: [\n { name: \"imgCode\", rawName: \"v-imgCode\" }\n ]\n })\n ]\n )\n ])\n ]\n ),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.verifyCodeFlag,\n expression: \"verifyCodeFlag\"\n }\n ],\n staticClass: \"inp-wrap boxsiz\"\n },\n [\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.verifyCode,\n expression: \"verifyCode\"\n }\n ],\n staticClass: \"inp w1 va-m\",\n attrs: { type: \"text\", placeholder: \"\" },\n domProps: { value: _vm.verifyCode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.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 )\n ])\n : _vm._e()\n ]),\n _c(\"div\", { staticClass: \"submit-btn\", on: { click: _vm.submit } }, [\n _vm._v(\"提交\")\n ]),\n _c(\"Menu\"),\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(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"联系电话\")\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/back/back.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22776792e8-vue-loader-template%22%7D!./node_modules/_vue-loader@15.9.5@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.9.5@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: \"back\" },\n [\n _c(\"div\", { staticClass: \"head\" }, [\n _c(\n \"i\",\n {\n directives: [{ name: \"backGo\", rawName: \"v-backGo\" }],\n staticClass: \"icon iconfont fl\"\n },\n [_vm._v(\"\")]\n ),\n _c(\"a\", { staticClass: \"fr\", attrs: { href: _vm.phpParams.kfqq_xk } }, [\n _c(\"i\", { staticClass: \"icon iconfont \" }, [_vm._v(\"\")])\n ])\n ]),\n _c(\"div\", { staticClass: \"qus-type\" }, [\n _c(\"h3\", [_vm._v(\"问题类型\")]),\n _c(\"div\", { staticClass: \"clr\" }, [\n _c(\n \"div\",\n {\n staticClass: \"fl\",\n class: { act: _vm.qustype == 1 },\n on: {\n click: function($event) {\n return _vm.tab(1)\n }\n }\n },\n [_vm._v(\"购物流程\")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"fl\",\n class: { act: _vm.qustype == 2 },\n on: {\n click: function($event) {\n return _vm.tab(2)\n }\n }\n },\n [_vm._v(\"物流问题\")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"fl\",\n class: { act: _vm.qustype == 3 },\n on: {\n click: function($event) {\n return _vm.tab(3)\n }\n }\n },\n [_vm._v(\"售后服务\")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"fl mr0\",\n class: { act: _vm.qustype == 4 },\n on: {\n click: function($event) {\n return _vm.tab(4)\n }\n }\n },\n [_vm._v(\"其它\")]\n )\n ])\n ]),\n _c(\"div\", { staticClass: \"from\" }, [\n _c(\"h3\", [_vm._v(\"请留下您的宝贵建议:\")]),\n _c(\"textarea\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.content,\n expression: \"content\"\n }\n ],\n attrs: { maxlength: \"200\" },\n domProps: { value: _vm.content },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.content = $event.target.value\n }\n }\n }),\n _vm.isLogin != 1\n ? _c(\"div\", { staticClass: \"login-box\" }, [\n _c(\"h3\", [_vm._v(\"留下您的联系方式:\")]),\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.mobile,\n expression: \"mobile\"\n }\n ],\n staticClass: \"inp va-m\",\n attrs: { type: \"number\", placeholder: \"\" },\n domProps: { value: _vm.mobile },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.mobile = $event.target.value\n }\n }\n })\n ]),\n _c(\n \"dl\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.imgcodestatus,\n expression: \"imgcodestatus\"\n }\n ],\n staticClass: \"updateCodeImg \"\n },\n [\n _c(\"dt\", [_vm._v(\"图片验证\")]),\n _c(\"dd\", [\n _c(\"p\", { staticClass: \"code-text fl\" }, [\n _c(\"input\", {\n directives: [\n {\n name: \"model\",\n rawName: \"v-model\",\n value: _vm.imgcodeval,\n expression: \"imgcodeval\"\n }\n ],\n attrs: { type: \"text\", id: \"imgCode\" },\n domProps: { value: _vm.imgcodeval },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.imgcodeval = $event.target.value\n }\n }\n })\n ]),\n _c(\n \"a\",\n {\n staticClass: \"code fr\",\n attrs: { href: \"javascript:void(0);\" }\n },\n [\n _c(\"img\", {\n directives: [\n { name: \"imgCode\", rawName: \"v-imgCode\" }\n ]\n })\n ]\n )\n ])\n ]\n ),\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.verifyCodeFlag,\n expression: \"verifyCodeFlag\"\n }\n ],\n staticClass: \"inp-wrap boxsiz\"\n },\n [\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.verifyCode,\n expression: \"verifyCode\"\n }\n ],\n staticClass: \"inp w1 va-m\",\n attrs: { type: \"text\", placeholder: \"\" },\n domProps: { value: _vm.verifyCode },\n on: {\n input: function($event) {\n if ($event.target.composing) {\n return\n }\n _vm.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 )\n ])\n : _vm._e()\n ]),\n _c(\"div\", { staticClass: \"submit-btn\", on: { click: _vm.submit } }, [\n _vm._v(\"提交\")\n ]),\n _c(\"Menu\"),\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(\"label\", { staticClass: \"lineBlock va-m\" }, [\n _c(\"em\", [_vm._v(\"*\")]),\n _vm._v(\"联系电话\")\n ])\n }\n]\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/back/back.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22776792e8-vue-loader-template%22%7D!./node_modules/_vue-loader@15.9.5@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.9.5@vue-loader/lib??vue-loader-options");
/***/ }),
......
......@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es7.object.get-own-property-descriptors */ \"./node_modules/_core-js@2.6.12@core-js/modules/es7.object.get-own-property-descriptors.js\");\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/_core-js@2.6.12@core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_object_keys__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.object.keys */ \"./node_modules/_core-js@2.6.12@core-js/modules/es6.object.keys.js\");\n/* harmony import */ var core_js_modules_es6_object_keys__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_keys__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/web.dom.iterable */ \"./node_modules/_core-js@2.6.12@core-js/modules/web.dom.iterable.js\");\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_7_12_5_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.12.5@@babel/runtime/helpers/esm/defineProperty */ \"./node_modules/_@babel_runtime@7.12.5@@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.12@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.6.0@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.11.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @/views/common/Menu.vue */ \"./src/views/common/Menu.vue\");\n\n\n\n\n\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { Object(D_lxWork_h5_node_modules_babel_runtime_7_12_5_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_7__[\"Loading\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"help\",\n data: function data() {\n return {\n list: [],\n hccat_id: 1\n };\n },\n watch: {\n list_: function list_(val) {\n this.list = val;\n console.log(this.list);\n }\n },\n created: function created() {\n this.getList();\n this.$store.dispatch({\n type: \"getCommonParams\"\n });\n },\n computed: _objectSpread({}, Object(vuex__WEBPACK_IMPORTED_MODULE_6__[\"mapState\"])({\n loading: function loading(state) {\n return state.help.loading;\n },\n list_: function list_(state) {\n return state.help.list_;\n },\n phpParams: function phpParams(state) {\n return state.common.phpParams;\n }\n })),\n methods: {\n getList: function getList(cid) {\n this.$store.dispatch({\n type: \"getHelpCenterCatList\",\n hccat_id: cid || 1\n });\n },\n tab: function tab(id) {\n this.$forceUpdate();\n this.list.forEach(function (item) {\n if (item.hccat_id == id) {\n item.check = true;\n } else {\n item.check = false;\n }\n });\n }\n },\n components: {\n Menu: _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/help/help.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.2.2@babel-loader/lib!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.5@vue-loader/lib??vue-loader-options");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es7.object.get-own-property-descriptors */ \"./node_modules/_core-js@2.6.12@core-js/modules/es7.object.get-own-property-descriptors.js\");\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/_core-js@2.6.12@core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_object_keys__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.object.keys */ \"./node_modules/_core-js@2.6.12@core-js/modules/es6.object.keys.js\");\n/* harmony import */ var core_js_modules_es6_object_keys__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_keys__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/web.dom.iterable */ \"./node_modules/_core-js@2.6.12@core-js/modules/web.dom.iterable.js\");\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var D_lxWork_h5_node_modules_babel_runtime_7_12_5_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./node_modules/_@babel_runtime@7.12.5@@babel/runtime/helpers/esm/defineProperty */ \"./node_modules/_@babel_runtime@7.12.5@@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.12@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vuex */ \"./node_modules/_vuex@3.6.0@vuex/dist/vuex.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.11.2@vant/es/index.js\");\n/* harmony import */ var _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @/views/common/Menu.vue */ \"./src/views/common/Menu.vue\");\n\n\n\n\n\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { Object(D_lxWork_h5_node_modules_babel_runtime_7_12_5_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\nvue__WEBPACK_IMPORTED_MODULE_5__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_7__[\"Loading\"]);\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: \"help\",\n data: function data() {\n return {\n list: [],\n hccat_id: 1\n };\n },\n watch: {\n list_: function list_(val) {\n this.list = val;\n console.log(this.list);\n }\n },\n created: function created() {\n this.getList();\n this.$store.dispatch({\n type: \"getCommonParams\"\n });\n },\n computed: _objectSpread({}, Object(vuex__WEBPACK_IMPORTED_MODULE_6__[\"mapState\"])({\n loading: function loading(state) {\n return state.help.loading;\n },\n list_: function list_(state) {\n return state.help.list_;\n },\n phpParams: function phpParams(state) {\n return state.common.phpParams;\n }\n })),\n methods: {\n getList: function getList(cid) {\n this.$store.dispatch({\n type: \"getHelpCenterCatList\",\n hccat_id: cid || 1\n });\n },\n tab: function tab(id) {\n this.$forceUpdate();\n this.list.forEach(function (item) {\n if (item.hccat_id == id) {\n item.check = true;\n } else {\n item.check = false;\n }\n });\n }\n },\n components: {\n Menu: _views_common_Menu_vue__WEBPACK_IMPORTED_MODULE_8__[\"default\"]\n }\n});\n\n//# sourceURL=webpack:///./src/views/help/help.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--12-0!./node_modules/_babel-loader@8.2.2@babel-loader/lib!./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.5@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -20,7 +20,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core
/***/ (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: \"help\" },\n [\n _c(\"div\", { staticClass: \"head\" }, [\n _c(\n \"i\",\n {\n directives: [{ name: \"backGo\", rawName: \"v-backGo\" }],\n staticClass: \"icon iconfont fl\"\n },\n [_vm._v(\"\")]\n ),\n _c(\"a\", { staticClass: \"fr\", attrs: { href: _vm.phpParams.kfqq_xk } }, [\n _c(\"i\", { staticClass: \"icon iconfont \" }, [_vm._v(\"\")])\n ])\n ]),\n _vm.list.length > 0\n ? _c(\n \"div\",\n { staticClass: \"con\" },\n _vm._l(_vm.list, function(item) {\n return _c(\n \"div\",\n { staticClass: \"group \", class: { act: item.check } },\n [\n _c(\n \"h3\",\n {\n on: {\n click: function($event) {\n return _vm.tab(item.hccat_id)\n }\n }\n },\n [_vm._v(_vm._s(item.hccat_name))]\n ),\n _c(\"div\", { staticClass: \"gro-c\" }, [\n _c(\n \"div\",\n { staticClass: \"gc\" },\n _vm._l(item.list, function(it) {\n return _c(\n \"a\",\n {\n staticClass: \"text\",\n attrs: {\n href:\n \"/h5/view/#/helpDetail?hccat_id=\" + it.hccat_id\n }\n },\n [_vm._v(_vm._s(it.hccat_name))]\n )\n }),\n 0\n )\n ])\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _c(\"Menu\"),\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 = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/help/help.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22776792e8-vue-loader-template%22%7D!./node_modules/_vue-loader@15.9.5@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.9.5@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: \"help\" },\n [\n _c(\"div\", { staticClass: \"head\" }, [\n _c(\n \"i\",\n {\n directives: [{ name: \"backGo\", rawName: \"v-backGo\" }],\n staticClass: \"icon iconfont fl\"\n },\n [_vm._v(\"\")]\n ),\n _c(\"a\", { staticClass: \"fr\", attrs: { href: _vm.phpParams.kfqq_xk } }, [\n _c(\"i\", { staticClass: \"icon iconfont \" }, [_vm._v(\"\")])\n ])\n ]),\n _vm.list.length > 0\n ? _c(\n \"div\",\n { staticClass: \"con\" },\n _vm._l(_vm.list, function(item) {\n return _c(\n \"div\",\n { staticClass: \"group \", class: { act: item.check } },\n [\n _c(\n \"h3\",\n {\n on: {\n click: function($event) {\n return _vm.tab(item.hccat_id)\n }\n }\n },\n [_vm._v(_vm._s(item.hccat_name))]\n ),\n _c(\"div\", { staticClass: \"gro-c\" }, [\n item.list && item.list.length > 0\n ? _c(\n \"div\",\n { staticClass: \"gc\" },\n [\n _vm._l(item.list, function(item2) {\n return [\n item2.artcle_list &&\n item2.artcle_list.list &&\n item2.artcle_list.list.length > 0\n ? [\n _c(\"div\", { staticClass: \"title\" }, [\n _vm._v(_vm._s(item2.hccat_name))\n ]),\n _vm._l(item2.artcle_list.list, function(\n it\n ) {\n return _c(\"a\", {\n staticClass: \"text\",\n attrs: {\n href:\n \"/h5/view/#/helpDetail?hccat_id=\" +\n it.hccat_id\n },\n domProps: {\n innerHTML: _vm._s(it.content)\n }\n })\n })\n ]\n : _vm._e()\n ]\n })\n ],\n 2\n )\n : _vm._e()\n ])\n ]\n )\n }),\n 0\n )\n : _vm._e(),\n _c(\"Menu\"),\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 = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack:///./src/views/help/help.vue?./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%22776792e8-vue-loader-template%22%7D!./node_modules/_vue-loader@15.9.5@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.9.5@vue-loader/lib??vue-loader-options");
/***/ }),
......@@ -42,7 +42,7 @@ eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/_
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".help{padding-top:40px}.help .head{height:40px;padding:0 .45rem;color:#333;line-height:40px;position:fixed;top:0px;left:0px;right:0px;-webkit-box-sizing:border-box;box-sizing:border-box}.help .head a{color:#333;margin-right:30px}.help .head i{font-size:20px}.help .con .group{width:2.35rem;height:1rem;line-height:1rem;padding-left:.45rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}.help .con .group h3{font-size:13px;color:#333;position:relative;height:100%;left:1px}.help .con .group .gro-c{display:none;position:fixed;top:40px;left:2.8rem;right:0px;bottom:0px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #E9E8E8;border-right:0px}.help .con .group .gro-c a{display:block;padding-left:.45rem}.help .con .group .gro-c .title{color:#333;font-size:15px}.help .con .group .gro-c .text{font-size:14px;color:#6f6f6f}.help .con .group.act{background:#fff;border-top:1px solid #E9E8E8;border-bottom:1px solid #E9E8E8}.help .con .group.act h3{z-index:1;background:#fff}.help .con .group.act .gro-c{display:block}.help .detail{background:#fff;padding:.45rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100vh - 40px)}.help .detail .title{font-size:20px;color:#333;margin-bottom:.4rem}.help .detail .text{color:#333;font-size:14px;line-height:28px}.help .icon-liedanbiao{font-size:14px;color:#333;position:relative;top:-1px;left:-10px}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/help/help.min.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.9.5@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2");
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".help{padding-top:40px}.help .head{height:40px;padding:0 .45rem;color:#333;line-height:40px;position:fixed;top:0px;left:0px;right:0px;-webkit-box-sizing:border-box;box-sizing:border-box}.help .head a{color:#333;margin-right:30px}.help .head i{font-size:20px}.help .con .group{width:2.35rem;height:1rem;line-height:1rem;padding-left:.45rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}.help .con .group h3{font-size:13px;color:#333;position:relative;height:100%;left:1px}.help .con .group .gro-c{display:none;position:fixed;top:40px;left:2.8rem;right:0px;bottom:0px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #E9E8E8;border-right:0px}.help .con .group .gro-c a{display:block;padding-left:.45rem}.help .con .group .gro-c .title{color:#333;font-size:15px;padding-left:.45rem}.help .con .group .gro-c .text{font-size:14px;color:#6f6f6f;height:.7rem;line-height:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help .con .group.act{background:#fff;border-top:1px solid #E9E8E8;border-bottom:1px solid #E9E8E8}.help .con .group.act h3{z-index:1;background:#fff}.help .con .group.act .gro-c{display:block}.help .detail{background:#fff;padding:.45rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100vh - 40px)}.help .detail .title{font-size:20px;color:#333;margin-bottom:.4rem}.help .detail .text{color:#333;font-size:14px;line-height:28px}.help .icon-liedanbiao{font-size:14px;color:#333;position:relative;top:-1px;left:-10px}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/help/help.min.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.9.5@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2");
/***/ }),
......
......@@ -42,7 +42,7 @@ eval("exports = module.exports = __webpack_require__(/*! ../../../node_modules/_
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".help{padding-top:40px}.help .head{height:40px;padding:0 .45rem;color:#333;line-height:40px;position:fixed;top:0px;left:0px;right:0px;-webkit-box-sizing:border-box;box-sizing:border-box}.help .head a{color:#333;margin-right:30px}.help .head i{font-size:20px}.help .con .group{width:2.35rem;height:1rem;line-height:1rem;padding-left:.45rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}.help .con .group h3{font-size:13px;color:#333;position:relative;height:100%;left:1px}.help .con .group .gro-c{display:none;position:fixed;top:40px;left:2.8rem;right:0px;bottom:0px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #E9E8E8;border-right:0px}.help .con .group .gro-c a{display:block;padding-left:.45rem}.help .con .group .gro-c .title{color:#333;font-size:15px}.help .con .group .gro-c .text{font-size:14px;color:#6f6f6f}.help .con .group.act{background:#fff;border-top:1px solid #E9E8E8;border-bottom:1px solid #E9E8E8}.help .con .group.act h3{z-index:1;background:#fff}.help .con .group.act .gro-c{display:block}.help .detail{background:#fff;padding:.45rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100vh - 40px)}.help .detail .title{font-size:20px;color:#333;margin-bottom:.4rem}.help .detail .text{color:#333;font-size:14px;line-height:28px}.help .icon-liedanbiao{font-size:14px;color:#333;position:relative;top:-1px;left:-10px}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/help/help.min.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.9.5@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2");
eval("exports = module.exports = __webpack_require__(/*! ../../../../node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js */ \"./node_modules/_css-loader@1.0.1@css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \".help{padding-top:40px}.help .head{height:40px;padding:0 .45rem;color:#333;line-height:40px;position:fixed;top:0px;left:0px;right:0px;-webkit-box-sizing:border-box;box-sizing:border-box}.help .head a{color:#333;margin-right:30px}.help .head i{font-size:20px}.help .con .group{width:2.35rem;height:1rem;line-height:1rem;padding-left:.45rem;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8}.help .con .group h3{font-size:13px;color:#333;position:relative;height:100%;left:1px}.help .con .group .gro-c{display:none;position:fixed;top:40px;left:2.8rem;right:0px;bottom:0px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #E9E8E8;border-right:0px}.help .con .group .gro-c a{display:block;padding-left:.45rem}.help .con .group .gro-c .title{color:#333;font-size:15px;padding-left:.45rem}.help .con .group .gro-c .text{font-size:14px;color:#6f6f6f;height:.7rem;line-height:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help .con .group.act{background:#fff;border-top:1px solid #E9E8E8;border-bottom:1px solid #E9E8E8}.help .con .group.act h3{z-index:1;background:#fff}.help .con .group.act .gro-c{display:block}.help .detail{background:#fff;padding:.45rem;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc(100vh - 40px)}.help .detail .title{font-size:20px;color:#333;margin-bottom:.4rem}.help .detail .text{color:#333;font-size:14px;line-height:28px}.help .icon-liedanbiao{font-size:14px;color:#333;position:relative;top:-1px;left:-10px}\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./src/assets/css/help/help.min.css?./node_modules/_css-loader@1.0.1@css-loader??ref--6-oneOf-1-1!./node_modules/_vue-loader@15.9.5@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@3.0.0@postcss-loader/src??ref--6-oneOf-1-2");
/***/ }),
......
......@@ -4541,7 +4541,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vue_
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/web.dom.iterable */ \"./node_modules/_core-js@2.6.12@core-js/modules/web.dom.iterable.js\");\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.12@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.11.2@vant/es/index.js\");\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../api/index */ \"./src/api/index.js\");\n/* harmony import */ var _util_index__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../util/index */ \"./src/util/index.js\");\n\n\n\n\n\n\nvar qs = __webpack_require__(/*! qs */ \"./node_modules/_qs@6.9.4@qs/lib/index.js\");\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_2__[\"Toast\"]);\nvar state = {\n loading: false,\n list_: [],\n info: \"\"\n};\nvar mutations = {};\nvar actions = {\n getQuestionInfo: function getQuestionInfo(_ref, payload) {\n var commit = _ref.commit;\n state.loading = true;\n var params = {\n id: payload.id\n };\n params = _util_index__WEBPACK_IMPORTED_MODULE_4__[\"default\"].getParams(params);\n _api_index__WEBPACK_IMPORTED_MODULE_3__[\"services\"].getQuestionInfo(params).then(function (res) {\n state.loading = false;\n var data = res.data;\n\n if (data.err_code == 0) {\n state.info = data.data.question;\n }\n }).catch(function (err) {});\n },\n getHelpCenterCatList: function getHelpCenterCatList(_ref2, payload) {\n var commit = _ref2.commit;\n state.loading = true;\n var hccat_id = payload.hccat_id;\n var params = {};\n params = _util_index__WEBPACK_IMPORTED_MODULE_4__[\"default\"].getParams(params);\n _api_index__WEBPACK_IMPORTED_MODULE_3__[\"services\"].getHelpCenterCatList(params).then(function (res) {\n state.loading = false;\n var data = res.data;\n\n if (data.err_code == 0) {\n state.list_ = data.data.commonquestion || [];\n state.list_.forEach(function (item) {\n if (item.hccat_id == hccat_id) {\n item.check = true;\n } else {\n item.check = false;\n }\n });\n }\n }).catch(function (err) {});\n }\n};\nvar getters = {};\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n state: state,\n mutations: mutations,\n actions: actions,\n getters: getters\n});\n\n//# sourceURL=webpack:///./src/store/modules/help/help.js?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/web.dom.iterable */ \"./node_modules/_core-js@2.6.12@core-js/modules/web.dom.iterable.js\");\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ \"./node_modules/_vue@2.6.12@vue/dist/vue.runtime.esm.js\");\n/* harmony import */ var vant__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vant */ \"./node_modules/_vant@2.11.2@vant/es/index.js\");\n/* harmony import */ var _api_index__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../api/index */ \"./src/api/index.js\");\n/* harmony import */ var _util_index__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../util/index */ \"./src/util/index.js\");\n\n\n\n\n\n\nvar qs = __webpack_require__(/*! qs */ \"./node_modules/_qs@6.9.4@qs/lib/index.js\");\n\nvue__WEBPACK_IMPORTED_MODULE_1__[\"default\"].use(vant__WEBPACK_IMPORTED_MODULE_2__[\"Toast\"]);\nvar state = {\n loading: false,\n list_: [],\n info: \"\"\n};\nvar mutations = {};\nvar actions = {\n getQuestionInfo: function getQuestionInfo(_ref, payload) {\n var commit = _ref.commit;\n state.loading = true;\n var params = {\n id: payload.id\n };\n params = _util_index__WEBPACK_IMPORTED_MODULE_4__[\"default\"].getParams(params);\n _api_index__WEBPACK_IMPORTED_MODULE_3__[\"services\"].getQuestionInfo(params).then(function (res) {\n state.loading = false;\n var data = res.data;\n\n if (data.err_code == 0) {\n state.info = data.data.question;\n }\n }).catch(function (err) {});\n },\n getHelpCenterCatList: function getHelpCenterCatList(_ref2, payload) {\n var commit = _ref2.commit;\n state.loading = true;\n var hccat_id = payload.hccat_id;\n var params = {};\n params = _util_index__WEBPACK_IMPORTED_MODULE_4__[\"default\"].getParams(params);\n _api_index__WEBPACK_IMPORTED_MODULE_3__[\"services\"].getHelpCenterCatList(params).then(function (res) {\n state.loading = false;\n var data = res.data;\n\n if (data.err_code == 0) {\n state.list_ = data.data || [];\n state.list_.forEach(function (item) {\n if (item.hccat_id == hccat_id) {\n item.check = true;\n } else {\n item.check = false;\n }\n });\n }\n }).catch(function (err) {});\n }\n};\nvar getters = {};\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n state: state,\n mutations: mutations,\n actions: actions,\n getters: getters\n});\n\n//# sourceURL=webpack:///./src/store/modules/help/help.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