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