From 9abdc179f1b337231138e7b3f0fd3ad18e8eedc5 Mon Sep 17 00:00:00 2001
From: liugongyu <290219706@qq.com>
Date: Mon, 9 May 2022 11:10:58 +0800
Subject: [PATCH] 购买券
---
pages/businessCard/buyCard.vue | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------
uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue | 6 +++++-
2 files changed, 66 insertions(+), 98 deletions(-)
diff --git a/pages/businessCard/buyCard.vue b/pages/businessCard/buyCard.vue
index 9f733b7..76df254 100644
--- a/pages/businessCard/buyCard.vue
+++ b/pages/businessCard/buyCard.vue
@@ -1,7 +1,6 @@
-
@@ -55,45 +54,67 @@
@close="dialogClose">
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ ¥25.00元
+
+
+
+
+
+ 温馨提示
+
+
+
+
+
+
+
+
+
@@ -154,6 +175,12 @@ export default {
// .discValue);
// GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {
},
+ mounted() {
+ setTimeout(() => {
+ this.baseFormData.datetimesingle = Date.now() - 2*24*3600*1000
+ this.datetimesingle = Date.now() - 2*24*3600*1000
+ },500)
+ },
computed: {
startDate() {
return this.getDate('start');
@@ -226,7 +253,7 @@ export default {
diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue
index 699aa63..96ea851 100644
--- a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue
+++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue
@@ -64,8 +64,12 @@
:
+
+
+
+
- {{clearText}}
+
--
libgit2 0.21.4