From 0028c81d7dde4676f4ff115c258ea1ac90332828 Mon Sep 17 00:00:00 2001 From: francis_fh <13935151924@163.com> Date: Fri, 19 Dec 2025 10:19:34 +0800 Subject: [PATCH] 11 --- packageA/pages/selectDate/selectDate.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packageA/pages/selectDate/selectDate.vue b/packageA/pages/selectDate/selectDate.vue index 05e5c29..ff13fc7 100644 --- a/packageA/pages/selectDate/selectDate.vue +++ b/packageA/pages/selectDate/selectDate.vue @@ -50,7 +50,8 @@ const { $api, navTo, navBack } = inject('globalFunction'); const weekMap = ['日', '一', '二', '三', '四', '五', '六']; const calendarData = ref([]); const current = ref({}); -import { Solar, Lunar } from '@/packageA/lib/lunar-javascript@1.7.2.js'; +import lunarModule from '@/packageA/lib/lunar-javascript@1.7.2.js'; +const { Solar, Lunar } = lunarModule; const isRecord = ref(false); const recordNum = ref(4);