ce212406ea5928e7f5e6fb8ffa1d48fa.json 27 KB

1
  1. {"remainingRequest":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\src\\components\\mobileConfig\\c_news_roll.vue?vue&type=style&index=0&id=21259592&scoped=true&lang=scss","dependencies":[{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\src\\components\\mobileConfig\\c_news_roll.vue","mtime":1761185179980},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\css-loader\\index.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\postcss-loader\\src\\index.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\sass-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:DQoudGl0bGUtdGlwcyB7DQogIHBhZGRpbmctYm90dG9tOiAxMHB4Ow0KICBmb250LXNpemU6IDE0cHg7DQogIGNvbG9yOiAjMzMzOw0KICBzcGFuIHsNCiAgICBtYXJnaW4tcmlnaHQ6IDE0cHg7DQogICAgY29sb3I6ICM5OTk7DQogIH0NCn0NCg=="},{"version":3,"sources":["c_news_roll.vue"],"names":[],"mappings":";AA0vBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"c_news_roll.vue","sourceRoot":"src/components/mobileConfig","sourcesContent":["<template>\r\n <div class=\"mobile-config\">\r\n <Form ref=\"formInline\">\r\n <div v-for=\"(item, key) in rCom\" :key=\"key\">\r\n <component\r\n :is=\"item.components.name\"\r\n :configObj=\"configObj\"\r\n ref=\"childData\"\r\n :configNme=\"item.configNme\"\r\n :key=\"key\"\r\n @getConfig=\"getConfig\"\r\n :index=\"activeIndex\"\r\n :num=\"item.num\"\r\n ></component>\r\n </div>\r\n <rightBtn :activeIndex=\"activeIndex\" :configObj=\"configObj\"></rightBtn>\r\n </Form>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport toolCom from '@/components/mobileConfigRight/index.js';\r\nimport rightBtn from '@/components/rightBtn/index.vue';\r\nimport { mapMutations } from 'vuex';\r\nexport default {\r\n name: 'c_news_roll',\r\n componentsName: 'home_news_roll',\r\n cname: '新闻公告',\r\n props: {\r\n activeIndex: {\r\n type: null,\r\n },\r\n num: {\r\n type: null,\r\n },\r\n index: {\r\n type: null,\r\n },\r\n },\r\n components: {\r\n ...toolCom,\r\n rightBtn,\r\n },\r\n data() {\r\n return {\r\n hotIndex: 1,\r\n configObj: {}, // 配置对象\r\n rCom: [\r\n {\r\n components: toolCom.c_set_up,\r\n configNme: 'setUp',\r\n },\r\n ], // 当前页面组件\r\n rComContent: [\r\n {\r\n components: toolCom.c_title,\r\n configNme: 'titleLeft',\r\n },\r\n {\r\n components: toolCom.c_radio,\r\n configNme: 'styleConfig',\r\n },\r\n {\r\n components: toolCom.c_title,\r\n configNme: 'titleStyle',\r\n },\r\n {\r\n components: toolCom.c_radio,\r\n configNme: 'titleConfig',\r\n },\r\n ],\r\n sixContentImg: [\r\n {\r\n components: toolCom.c_upload_img,\r\n configNme: 'imgConfig',\r\n },\r\n ],\r\n sixContentTxt: [\r\n {\r\n components: toolCom.c_input_item,\r\n configNme: 'titleTxtConfig',\r\n },\r\n ],\r\n oneContent: [\r\n {\r\n components: toolCom.c_radio,\r\n configNme: 'rollConfig',\r\n },\r\n ],\r\n twoContent: [\r\n {\r\n components: toolCom.c_title,\r\n configNme: 'titleButton',\r\n },\r\n {\r\n components: toolCom.c_radio,\r\n configNme: 'buttonConfig',\r\n },\r\n ],\r\n threeContent: [\r\n {\r\n components: toolCom.c_input_item,\r\n configNme: 'linkConfig',\r\n },\r\n ],\r\n fourContent: [\r\n {\r\n components: toolCom.c_title,\r\n configNme: 'titleContent',\r\n },\r\n {\r\n components: toolCom.c_product,\r\n configNme: 'listConfig',\r\n },\r\n ],\r\n fiveContent: [\r\n {\r\n components: toolCom.c_input_item,\r\n configNme: 'textConfig',\r\n },\r\n ],\r\n oneStyle: [\r\n {\r\n components: toolCom.c_title,\r\n configNme: 'titleRight',\r\n },\r\n {\r\n components: toolCom.c_bg_color,\r\n configNme: 'newsColor',\r\n },\r\n ],\r\n oneBntStyle: [\r\n {\r\n components: toolCom.c_bg_color,\r\n configNme: 'bntColor',\r\n },\r\n ],\r\n fourStyle: [\r\n {\r\n components: toolCom.c_radio,\r\n configNme: 'toneConfig',\r\n },\r\n ],\r\n twoStyle: [\r\n {\r\n components: toolCom.c_bg_color,\r\n configNme: 'titleBgColor',\r\n },\r\n ],\r\n threeStyle: [\r\n {\r\n components: toolCom.c_bg_color,\r\n configNme: 'titleColor',\r\n },\r\n ],\r\n currencyStyle: [\r\n {\r\n components: toolCom.c_title,\r\n configNme: 'titleCurrency',\r\n },\r\n {\r\n components: toolCom.c_bg_color,\r\n configNme: 'moduleColor',\r\n },\r\n {\r\n components: toolCom.c_bg_color,\r\n configNme: 'bottomBgColor',\r\n },\r\n {\r\n components: toolCom.c_slider,\r\n configNme: 'topConfig',\r\n },\r\n {\r\n components: toolCom.c_slider,\r\n configNme: 'bottomConfig',\r\n },\r\n {\r\n components: toolCom.c_slider,\r\n configNme: 'prConfig',\r\n },\r\n {\r\n components: toolCom.c_slider,\r\n configNme: 'mbConfig',\r\n },\r\n {\r\n components: toolCom.c_fillet,\r\n configNme: 'fillet',\r\n },\r\n ],\r\n setUp: 0,\r\n type: 0,\r\n type2: 0,\r\n type3: 0,\r\n type4: 0,\r\n };\r\n },\r\n watch: {\r\n num(nVal) {\r\n // debugger;\r\n let value = JSON.parse(JSON.stringify(this.$store.state.mobildConfig.defaultArray[nVal]));\r\n this.configObj = value;\r\n },\r\n configObj: {\r\n handler(nVal, oVal) {\r\n this.$store.commit('mobildConfig/UPDATEARR', { num: this.num, val: nVal });\r\n },\r\n deep: true,\r\n },\r\n 'configObj.setUp.tabVal': {\r\n handler(nVal, oVal) {\r\n this.setUp = nVal;\r\n var arr = [this.rCom[0]];\r\n if (nVal == 0) {\r\n if (this.type == 0) {\r\n if (this.type4 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (this.type4 == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n }\r\n }\r\n } else {\r\n if (this.type == 0) {\r\n if (this.type4 == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.oneBntStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n } else {\r\n if (this.type4 == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.threeStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.threeStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n }\r\n },\r\n deep: true,\r\n },\r\n 'configObj.styleConfig.tabVal': {\r\n handler(nVal, oVal) {\r\n this.type = nVal;\r\n var arr = [this.rCom[0]];\r\n if (this.setUp == 0) {\r\n if (nVal == 0) {\r\n if (this.type4 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (this.type4 == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n }\r\n }\r\n } else {\r\n if (nVal == 0) {\r\n if (this.type4 == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.oneBntStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n } else {\r\n if (this.type4 == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.threeStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.threeStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n }\r\n },\r\n deep: true,\r\n },\r\n 'configObj.titleConfig.tabVal': {\r\n handler(nVal, oVal) {\r\n this.type4 = nVal;\r\n var arr = [this.rCom[0]];\r\n if (this.setUp == 0) {\r\n if (this.type == 0) {\r\n if (nVal == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (nVal == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n }\r\n }\r\n } else {\r\n if (this.type == 0) {\r\n if (nVal == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.oneBntStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n } else {\r\n if (nVal == 0) {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.threeStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.threeStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n }\r\n },\r\n deep: true,\r\n },\r\n 'configObj.buttonConfig.tabVal': {\r\n handler(nVal, oVal) {\r\n this.type2 = nVal;\r\n var arr = [this.rCom[0]];\r\n if (this.setUp == 0) {\r\n if (this.type == 0) {\r\n if (this.type4 == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.oneContent,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (this.type4 == 0) {\r\n if (nVal == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentImg,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n } else {\r\n if (nVal == 0) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.threeContent,\r\n ...this.fourContent,\r\n ];\r\n } else {\r\n this.rCom = [\r\n ...arr,\r\n ...this.rComContent,\r\n ...this.sixContentTxt,\r\n ...this.twoContent,\r\n ...this.fourContent,\r\n ];\r\n }\r\n }\r\n }\r\n } else {\r\n if (this.type == 0) {\r\n if (this.type4 == 0) {\r\n if (nVal == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (nVal == 0) {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.oneBntStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type3) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n } else {\r\n if (this.type4 == 0) {\r\n if (nVal == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (this.type2 == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.threeStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.threeStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n }\r\n },\r\n deep: true,\r\n },\r\n 'configObj.toneConfig.tabVal': {\r\n handler(nVal, oVal) {\r\n this.type3 = nVal;\r\n var arr = [this.rCom[0]];\r\n if (this.setUp) {\r\n if (this.type == 0) {\r\n if (this.type4 == 0) {\r\n if (nVal == 0) {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.currencyStyle];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (nVal == 0) {\r\n if (nVal) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.oneBntStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.oneBntStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n } else {\r\n if (nVal) {\r\n this.rCom = [\r\n ...arr,\r\n ...this.oneStyle,\r\n ...this.fourStyle,\r\n ...this.twoStyle,\r\n ...this.threeStyle,\r\n ...this.currencyStyle,\r\n ];\r\n } else {\r\n this.rCom = [...arr, ...this.oneStyle, ...this.fourStyle, ...this.currencyStyle];\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n deep: true,\r\n },\r\n },\r\n mounted() {\r\n this.$nextTick(() => {\r\n let value = JSON.parse(JSON.stringify(this.$store.state.mobildConfig.defaultArray[this.num]));\r\n this.configObj = value;\r\n });\r\n },\r\n methods: {\r\n // 获取组件参数\r\n getConfig(data) {},\r\n },\r\n};\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n.title-tips {\r\n padding-bottom: 10px;\r\n font-size: 14px;\r\n color: #333;\r\n span {\r\n margin-right: 14px;\r\n color: #999;\r\n }\r\n}\r\n</style>\r\n"]}]}