From 80f335ae48880e2d336ebfb1f18909ba37550363 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期四, 27 二月 2025 15:16:54 +0800 Subject: [PATCH] 修改办理进度页不刷新bug --- H5/uni_modules/uview-ui/libs/util/calendar.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/H5/uni_modules/uview-ui/libs/util/calendar.js b/H5/uni_modules/uview-ui/libs/util/calendar.js index e006dea..471bb53 100644 --- a/H5/uni_modules/uview-ui/libs/util/calendar.js +++ b/H5/uni_modules/uview-ui/libs/util/calendar.js @@ -378,7 +378,7 @@ * @param m solar month * @param d solar day * @return JSON object - * @eg:console.log(calendar.solar2lunar(1987,11,01)); + * @eg: */ solar2lunar: function (y, m, d) { // 参数区间1900.1.31~2100.12.31 // 年份限定、上限 @@ -497,7 +497,7 @@ * @param d lunar day * @param isLeapMonth lunar month is leap or not.[如果是农历闰月第四个参数赋值true即可] * @return JSON object - * @eg:console.log(calendar.lunar2solar(1987,9,10)); + * @eg: */ lunar2solar: function (y, m, d, isLeapMonth) { // 参数区间1900.1.31~2100.12.1 var isLeapMonth = !!isLeapMonth -- Gitblit v1.7.1