From 9ee4f0115712bedb4ca1c2265fdf31ba69f89681 Mon Sep 17 00:00:00 2001 From: DataCall <115401705@qq.com> Date: Tue, 6 Aug 2024 11:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 00546e9..5161a7b 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -42,7 +42,7 @@ @@ -152,7 +152,6 @@ import {mapGetters} from 'vuex' import OrderLineChart from "@/views/dashboard/OrderLineChart.vue"; import TopProduct from "@/views/components/IndexOrderPanelGroup/TopProduct.vue"; import {memberAndCartStatistics, orderAndAftersaleStatistics} from "@/api/statistics"; -import {getMiniWechatImg} from '@/api/ums/member'; const DATA_FROM_BACKEND = { columns: ['date', 'orderCount','orderAmount'], @@ -183,7 +182,6 @@ export default { }, data() { return { - miniImg: '', pickerOptions: { shortcuts: [{ text: '最近一周', @@ -247,14 +245,8 @@ export default { this.orderAndAftersaleStat() this.initOrderCountDate() this.getData() - this.initMiniWechatImg() }, methods: { - initMiniWechatImg() { - getMiniWechatImg({scene: 1}).then(res => { - this.miniImg = res.data - }) - }, handleDateChange() { this.getData(); },