From 6e2bd12f8c8ead69e4565ffe9d06b4f624cb1c95 Mon Sep 17 00:00:00 2001 From: ylj20011123 Date: Wed, 29 Oct 2025 14:47:21 +0800 Subject: [PATCH] update --- App.vue | 30 +- .../components/AnalysisOfMember.vue | 27 +- .../components/BrandConsumptionLevel.vue | 36 +- .../components/BrandDetail.vue | 69 ++- .../components/BusinessCase.vue | 36 +- .../components/BusinessStructure.vue | 37 +- .../components/ChartLoading.vue | 118 ++++ .../components/ConsumptionConversion.vue | 88 ++- .../components/ConsumptionLevel.vue | 34 +- .../components/ConsumptionPeriod.vue | 81 ++- .../components/CustomerAgeGroup.vue | 38 +- .../CustomerConsumptionPreferences.vue | 34 +- .../components/CustomerGroup.vue | 25 +- .../components/FestivalRevenueSumInfo.vue | 32 +- .../components/GenderCustomerGroup.vue | 29 +- .../components/HotProductList.vue | 37 +- .../components/MallOrderStatistics.vue | 31 +- .../components/MemberMall.vue | 38 +- .../components/OverviewOfServiceArea.vue | 52 +- .../components/PreferenceType.vue | 27 +- .../components/RegionalRevenue.vue | 38 +- .../components/SupplierListBox.vue | 44 +- .../components/ThisMonthBenefits.vue | 34 +- .../components/TrendOfTrafficFlow.vue | 155 ++--- .../components/VehicleModelStay.vue | 38 +- .../components/VehiclesEntering.vue | 61 +- .../js_sdk/u-charts/config-ucharts.js | 14 +- pages/DigitalIntelligenceDashboard/index.vue | 577 +++++++++--------- store/store.js | 1 - 29 files changed, 1197 insertions(+), 664 deletions(-) create mode 100644 pages/DigitalIntelligenceDashboard/components/ChartLoading.vue diff --git a/App.vue b/App.vue index 40b259d..51847a9 100644 --- a/App.vue +++ b/App.vue @@ -10,21 +10,21 @@ export default { ...mapActions(["memberLogin", "getLoginCode"]), ...mapMutations(["setVisitChannels"]), handleGetUserInfo() { - wx.request({ - url: "https://qifu-api.baidubce.com/ip/local/geo/v1/district", - success(response) { - const data = response.data; - // 处理数据 - let obj = { - ...data.data, - ip: data.ip, - }; - uni.setStorageSync("userInfo", obj); - }, - fail(error) { - // 处理错误 - }, - }); + // wx.request({ + // url: "https://qifu-api.baidubce.com/ip/local/geo/v1/district", + // success(response) { + // const data = response.data; + // // 处理数据 + // let obj = { + // ...data.data, + // ip: data.ip, + // }; + // uni.setStorageSync("userInfo", obj); + // }, + // fail(error) { + // // 处理错误 + // }, + // }); }, }, onLaunch: async function (options) { diff --git a/pages/DigitalIntelligenceDashboard/components/AnalysisOfMember.vue b/pages/DigitalIntelligenceDashboard/components/AnalysisOfMember.vue index c315ca8..e5525e9 100644 --- a/pages/DigitalIntelligenceDashboard/components/AnalysisOfMember.vue +++ b/pages/DigitalIntelligenceDashboard/components/AnalysisOfMember.vue @@ -3,7 +3,10 @@ - + + + @@ -13,12 +16,14 @@ + + \ No newline at end of file diff --git a/pages/DigitalIntelligenceDashboard/components/ConsumptionConversion.vue b/pages/DigitalIntelligenceDashboard/components/ConsumptionConversion.vue index 09256f6..02a1a49 100644 --- a/pages/DigitalIntelligenceDashboard/components/ConsumptionConversion.vue +++ b/pages/DigitalIntelligenceDashboard/components/ConsumptionConversion.vue @@ -7,21 +7,26 @@ - + + + +