{"version":3,"sources":["webpack:///./src/pages/user/views/help-feedback/help-list.vue?057f","webpack:///./src/pages/user/views/help-feedback/help-list.vue","webpack:///./src/pages/user/views/help-feedback/help-list.vue?8e57","webpack:///./src/pages/user/views/help-feedback/help-list.vue?ec94","webpack:///./src/pages/user/views/help-feedback/help-list.vue?1bce"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","_v","_l","item","index","key","on","$event","handleItem","staticRenderFns","id","$route","query","then","res","list","data","type_id","$router","push","window","location","href","name","component"],"mappings":"8IAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,SAAS,CAACF,EAAG,MAAM,CAACE,YAAY,WAAW,CAACN,EAAIO,GAAG,aAAaH,EAAG,MAAM,CAACE,YAAY,SAAS,CAACN,EAAIO,GAAG,cAAcH,EAAG,MAAM,CAACJ,EAAIO,GAAG,sBAAsBH,EAAG,MAAM,CAACE,YAAY,WAAWF,EAAG,MAAM,CAACE,YAAY,QAAQN,EAAIQ,GAAIR,EAAQ,MAAE,SAASS,EAAKC,GAAO,OAAON,EAAG,MAAM,CAACO,IAAID,EAAMJ,YAAY,YAAYM,GAAG,CAAC,MAAQ,SAASC,GAAQ,OAAOb,EAAIc,WAAWL,MAAS,CAACL,EAAG,IAAI,CAACE,YAAY,kBAAkB,CAACN,EAAIO,GAAG,YAAYH,EAAG,MAAM,CAACE,YAAY,cAAa,MACjkBS,EAAkB,G,wHC2BtB,8PACS,IADT,gDAEE,WAAO,WACCC,EAAiCf,KAAKgB,OAAOC,MAAMF,GACzD,eAAgBA,GAAIG,MAAK,SAAAC,GACvB,EAAKC,KAAOD,EAAIE,KAAKD,UAL3B,wBAQE,SAAWZ,GAMW,GAAhBA,EAAKc,QAKW,GAAhBd,EAAKc,SACPtB,KAAKuB,QAAQC,KAAb,0BAAqChB,EAAKO,KAL1CU,OAAOC,SAASC,KAAOnB,EAAKmB,SAflC,GAA6B,QAA7B,kBAHC,eAAU,CACTC,KAAM,MAyBP,G,QCnDyb,I,wBCQtbC,EAAY,eACd,EACA/B,EACAgB,GACA,EACA,KACA,WACA,MAIa,aAAAe,E,2CCnBf","file":"js/chunk-7aecd59a.a7bf42c2.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"pages\"},[_c('div',{staticClass:\"welcome\"},[_vm._v(\"欢迎 用户昵称\")]),_c('div',{staticClass:\"title\"},[_vm._v(\"遇到了什么问题?\")]),_c('div',[_vm._v(\"您可以选择常见问题或填写意见反馈\")]),_c('div',{staticClass:\"module\"}),_c('div',{staticClass:\"list\"},_vm._l((_vm.list),function(item,index){return _c('div',{key:index,staticClass:\"list-item\",on:{\"click\":function($event){return _vm.handleItem(item)}}},[_c('p',{staticClass:\"list-item-text\"},[_vm._v(\"213123\")]),_c('div',{staticClass:\"more\"})])}),0)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nimport { Component, Vue } from 'vue-property-decorator'\nimport { helpProblemList } from '../../api'\n\n@Component({\n name: ''\n})\nexport default class extends Vue {\n list = []\n created() {\n const id: string | (string | null)[] = this.$route.query.id\n helpProblemList(id).then(res => {\n this.list = res.data.list\n })\n }\n handleItem(item: {\n id: string\n title: string\n type_id: number\n href: string\n }) {\n if (item.type_id == 1) {\n window.location.href = item.href\n return\n }\n\n if (item.type_id == 2) {\n this.$router.push(`/help-detail?id=${item.id}`)\n }\n }\n}\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??ref--14-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./help-list.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/ts-loader/index.js??ref--14-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./help-list.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./help-list.vue?vue&type=template&id=52b0b0f6&scoped=true&\"\nimport script from \"./help-list.vue?vue&type=script&lang=ts&\"\nexport * from \"./help-list.vue?vue&type=script&lang=ts&\"\nimport style0 from \"./help-list.vue?vue&type=style&index=0&id=52b0b0f6&scoped=true&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"52b0b0f6\",\n null\n \n)\n\nexport default component.exports","export * from \"-!../../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../../../../node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!../../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./help-list.vue?vue&type=style&index=0&id=52b0b0f6&scoped=true&lang=scss&\""],"sourceRoot":""}