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 @@ - + + + +