From 443dd802506fae5f466e15320fa1591f1be42dd3 Mon Sep 17 00:00:00 2001 From: hflllll Date: Fri, 13 Jun 2025 19:25:24 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=8F=90=E7=8E=B0=E5=92=8C=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E8=B4=A6=E7=9A=84=E5=AE=9E=E7=8E=B0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 2 +- manifest.json | 2 +- pages_order/mine/runningWater.vue | 13 ------------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/config.js b/config.js index 803cf0b..5f23729 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'local' +const type = 'test' // 环境配置 diff --git a/manifest.json b/manifest.json index b136b27..cade37b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "unapp模板", - "appid" : "__UNI__197A38F", + "appid" : "__UNI__16DB7CC", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/pages_order/mine/runningWater.vue b/pages_order/mine/runningWater.vue index b0e6a3b..27845f5 100644 --- a/pages_order/mine/runningWater.vue +++ b/pages_order/mine/runningWater.vue @@ -67,19 +67,6 @@ this.$refs.calendars.open(); } }, - - // 选择了日期 - handleSelectCalendars(day) { - - console.log(day); - - // let beforeDate = this.getYearMonth(day?.range?.before) - // let afterDate = this.getYearMonth(day?.range?.after) - // this.beforeYear = beforeDate.year; - // this.beforeMonth = beforeDate.month; - // this.afterYear = afterDate.year; - // this.afterMonth = afterDate.month; - }, getDataThen(list, total, result){ this.totalMoney = result.totalMoney