diff --git a/src/api/comm/index.js b/src/api/comm/index.js new file mode 100644 index 0000000..3b10fa3 --- /dev/null +++ b/src/api/comm/index.js @@ -0,0 +1,29 @@ +/* + * @Author: your name + * @Date: 2021-10-20 16:36:08 + * @LastEditTime: 2021-10-20 16:55:28 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/api/comm/index.js + */ +import httpService from "@/request" + +// 获取顶部选择项 +export function getOneTime(params) { + let obj = Object.assign({action: 'getTime', sType: 0}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 获取顶部选择项 +export function getTwoTime(params) { + let obj = Object.assign({action: 'getTime',sType: 1}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} diff --git a/src/api/home/index.js b/src/api/home/index.js new file mode 100644 index 0000000..bb7a2fe --- /dev/null +++ b/src/api/home/index.js @@ -0,0 +1,88 @@ +/* + * @Author: your name + * @Date: 2021-10-20 16:17:39 + * @LastEditTime: 2021-10-21 12:04:50 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/api/home/index.js + */ +import httpService from "@/request" + +// 首页_实时事件 +export function getEventsListH(params) { + let obj = Object.assign({action: 'getEventsListH',sQuDao: '新车上市', sType: 'Home', iTimeType: 0}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_传播重点阵地 +export function getWebsiteHome0528(params) { + let obj = Object.assign({action: 'getWebsiteHome0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_全网传播数量 +export function getHomeCount0528(params) { + let obj = Object.assign({action: 'getHomeCount0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_热销排行 +export function getCheZhuBrandCount0528(params) { + let obj = Object.assign({action: 'getCheZhuBrandCount0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_热门词云 +export function getHotWordHome(params) { + let obj = Object.assign({action: 'getHotWordHome',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_正面词云 +export function getPositive0528(params) { + let obj = Object.assign({action: 'getPositive0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} + +// 首页_负面词云 +export function getNegative0528(params) { + let obj = Object.assign({action: 'getNegative0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} +// 首页_尾翼洞察 +export function getWeiYiCountHome0528(params) { + let obj = Object.assign({action: 'getWeiYiCountHome0528',sType: 'Home'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'get', + params: obj + }) +} \ No newline at end of file diff --git a/src/components/index.js b/src/components/index.js index 5de88e0..08c9540 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-12 10:28:00 - * @LastEditTime: 2021-10-14 13:20:45 + * @LastEditTime: 2021-10-21 13:21:05 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/components/index.js diff --git a/src/components/v-loading/index.css b/src/components/v-loading/index.css new file mode 100644 index 0000000..6862204 --- /dev/null +++ b/src/components/v-loading/index.css @@ -0,0 +1,347 @@ +.zh-load-mark { + position: fixed; + left: 0; + top: 0; + width: 100%; + height: 100%; + z-index: 9999; +} +.zh-load-box { + position: fixed; + z-index: 3; + width: 7.6em; + min-height: 7.6em; + top: 180px; + left: 50%; + margin-left: -3.8em; + background: rgba(0, 0, 0, 0.7); + text-align: center; + border-radius: 5px; + color: #FFFFFF; +} +.zh-load-content { + margin-top: 64%; + font-size: 14px; +} +.zh-loading { + position: absolute; + width: 0px; + left: 50%; + top: 38%; +} +.loading_leaf { + position: absolute; + top: -1px; + opacity: 0.25; +} +.loading_leaf:before { + content: " "; + position: absolute; + width: 9.14px; + height: 3.08px; + background: #d1d1d5; + box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 1px; + border-radius: 1px; + -webkit-transform-origin: left 50% 0px; + transform-origin: left 50% 0px; +} +.loading_leaf_0 { + -webkit-animation: opacity-0 1.25s linear infinite; + animation: opacity-0 1.25s linear infinite; +} +.loading_leaf_0:before { + -webkit-transform: rotate(0deg) translate(7.92px, 0px); + transform: rotate(0deg) translate(7.92px, 0px); +} +.loading_leaf_1 { + -webkit-animation: opacity-1 1.25s linear infinite; + animation: opacity-1 1.25s linear infinite; +} +.loading_leaf_1:before { + -webkit-transform: rotate(30deg) translate(7.92px, 0px); + transform: rotate(30deg) translate(7.92px, 0px); +} +.loading_leaf_2 { + -webkit-animation: opacity-2 1.25s linear infinite; + animation: opacity-2 1.25s linear infinite; +} +.loading_leaf_2:before { + -webkit-transform: rotate(60deg) translate(7.92px, 0px); + transform: rotate(60deg) translate(7.92px, 0px); +} +.loading_leaf_3 { + -webkit-animation: opacity-3 1.25s linear infinite; + animation: opacity-3 1.25s linear infinite; +} +.loading_leaf_3:before { + -webkit-transform: rotate(90deg) translate(7.92px, 0px); + transform: rotate(90deg) translate(7.92px, 0px); +} +.loading_leaf_4 { + -webkit-animation: opacity-4 1.25s linear infinite; + animation: opacity-4 1.25s linear infinite; +} +.loading_leaf_4:before { + -webkit-transform: rotate(120deg) translate(7.92px, 0px); + transform: rotate(120deg) translate(7.92px, 0px); +} +.loading_leaf_5 { + -webkit-animation: opacity-5 1.25s linear infinite; + animation: opacity-5 1.25s linear infinite; +} +.loading_leaf_5:before { + -webkit-transform: rotate(150deg) translate(7.92px, 0px); + transform: rotate(150deg) translate(7.92px, 0px); +} +.loading_leaf_6 { + -webkit-animation: opacity-6 1.25s linear infinite; + animation: opacity-6 1.25s linear infinite; +} +.loading_leaf_6:before { + -webkit-transform: rotate(180deg) translate(7.92px, 0px); + transform: rotate(180deg) translate(7.92px, 0px); +} +.loading_leaf_7 { + -webkit-animation: opacity-7 1.25s linear infinite; + animation: opacity-7 1.25s linear infinite; +} +.loading_leaf_7:before { + -webkit-transform: rotate(210deg) translate(7.92px, 0px); + transform: rotate(210deg) translate(7.92px, 0px); +} +.loading_leaf_8 { + -webkit-animation: opacity-8 1.25s linear infinite; + animation: opacity-8 1.25s linear infinite; +} +.loading_leaf_8:before { + -webkit-transform: rotate(240deg) translate(7.92px, 0px); + transform: rotate(240deg) translate(7.92px, 0px); +} +.loading_leaf_9 { + -webkit-animation: opacity-9 1.25s linear infinite; + animation: opacity-9 1.25s linear infinite; +} +.loading_leaf_9:before { + -webkit-transform: rotate(270deg) translate(7.92px, 0px); + transform: rotate(270deg) translate(7.92px, 0px); +} +.loading_leaf_10 { + -webkit-animation: opacity-10 1.25s linear infinite; + animation: opacity-10 1.25s linear infinite; +} +.loading_leaf_10:before { + -webkit-transform: rotate(300deg) translate(7.92px, 0px); + transform: rotate(300deg) translate(7.92px, 0px); +} +.loading_leaf_11 { + -webkit-animation: opacity-11 1.25s linear infinite; + animation: opacity-11 1.25s linear infinite; +} +.loading_leaf_11:before { + -webkit-transform: rotate(330deg) translate(7.92px, 0px); + transform: rotate(330deg) translate(7.92px, 0px); +} +@-webkit-keyframes opacity-0 { + 0% { + opacity: 0.25; + } + 0.01% { + opacity: 0.25; + } + 0.02% { + opacity: 1; + } + 60.01% { + opacity: 0.25; + } + 100% { + opacity: 0.25; + } +} +@-webkit-keyframes opacity-1 { + 0% { + opacity: 0.25; + } + 8.34333% { + opacity: 0.25; + } + 8.35333% { + opacity: 1; + } + 68.3433% { + opacity: 0.25; + } + 100% { + opacity: 0.25; + } +} +@-webkit-keyframes opacity-2 { + 0% { + opacity: 0.25; + } + 16.6767% { + opacity: 0.25; + } + 16.6867% { + opacity: 1; + } + 76.6767% { + opacity: 0.25; + } + 100% { + opacity: 0.25; + } +} +@-webkit-keyframes opacity-3 { + 0% { + opacity: 0.25; + } + 25.01% { + opacity: 0.25; + } + 25.02% { + opacity: 1; + } + 85.01% { + opacity: 0.25; + } + 100% { + opacity: 0.25; + } +} +@-webkit-keyframes opacity-4 { + 0% { + opacity: 0.25; + } + 33.3433% { + opacity: 0.25; + } + 33.3533% { + opacity: 1; + } + 93.3433% { + opacity: 0.25; + } + 100% { + opacity: 0.25; + } +} +@-webkit-keyframes opacity-5 { + 0% { + opacity: 0.270958333333333; + } + 41.6767% { + opacity: 0.25; + } + 41.6867% { + opacity: 1; + } + 1.67667% { + opacity: 0.25; + } + 100% { + opacity: 0.270958333333333; + } +} +@-webkit-keyframes opacity-6 { + 0% { + opacity: 0.375125; + } + 50.01% { + opacity: 0.25; + } + 50.02% { + opacity: 1; + } + 10.01% { + opacity: 0.25; + } + 100% { + opacity: 0.375125; + } +} +@-webkit-keyframes opacity-7 { + 0% { + opacity: 0.479291666666667; + } + 58.3433% { + opacity: 0.25; + } + 58.3533% { + opacity: 1; + } + 18.3433% { + opacity: 0.25; + } + 100% { + opacity: 0.479291666666667; + } +} +@-webkit-keyframes opacity-8 { + 0% { + opacity: 0.583458333333333; + } + 66.6767% { + opacity: 0.25; + } + 66.6867% { + opacity: 1; + } + 26.6767% { + opacity: 0.25; + } + 100% { + opacity: 0.583458333333333; + } +} +@-webkit-keyframes opacity-9 { + 0% { + opacity: 0.687625; + } + 75.01% { + opacity: 0.25; + } + 75.02% { + opacity: 1; + } + 35.01% { + opacity: 0.25; + } + 100% { + opacity: 0.687625; + } +} +@-webkit-keyframes opacity-10 { + 0% { + opacity: 0.791791666666667; + } + 83.3433% { + opacity: 0.25; + } + 83.3533% { + opacity: 1; + } + 43.3433% { + opacity: 0.25; + } + 100% { + opacity: 0.791791666666667; + } +} +@-webkit-keyframes opacity-11 { + 0% { + opacity: 0.895958333333333; + } + 91.6767% { + opacity: 0.25; + } + 91.6867% { + opacity: 1; + } + 51.6767% { + opacity: 0.25; + } + 100% { + opacity: 0.895958333333333; + } +} \ No newline at end of file diff --git a/src/components/v-loading/index.js b/src/components/v-loading/index.js new file mode 100644 index 0000000..cee68d6 --- /dev/null +++ b/src/components/v-loading/index.js @@ -0,0 +1,71 @@ +/* + * @Author: your name + * @Date: 2021-10-21 13:16:41 + * @LastEditTime: 2021-10-21 13:16:43 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/components/v-loading/index.js + */ + /* + 自定义 loading 组件 + 调用 + this.$loading('正在加载中...'); + this.$loading.close(); +*/ +let _LOADING = { + show: false, // Boolean loading显示状态 + component: null // Object loading组件 + }; +export default { +install(Vue) { + /* + text: String + type: String + */ + Vue.prototype.$loading = function(text='正在加载中...', type) { + if (type == 'close') { + _LOADING.component.show = _LOADING.show = false; + } else { + if (_LOADING.show) { + return; + } + let LoadingCompoent = Vue.extend({ + data: function() { + return { + show: _LOADING.show + } + }, + template: `