From 4fd6f49cbaa2260975c81eea71ec7745443df186 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Thu, 30 Sep 2021 18:27:47 +0800
Subject: [PATCH] =?UTF-8?q?=E5=80=92=E8=AE=A1=E6=97=B6=E7=BB=84=E4=BB=B6?=
=?UTF-8?q?=E6=9B=B4=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/lf-payPassword/lf-payPassword.vue | 10 +++++-----
pages/aboutpay/confirmcash.vue | 12 +++++++-----
pages/order/cashier/cashier.vue | 12 +++++++-----
pages/shop/goodsdetail.vue | 16 +++++++++++++---
4 files changed, 32 insertions(+), 18 deletions(-)
diff --git a/components/lf-payPassword/lf-payPassword.vue b/components/lf-payPassword/lf-payPassword.vue
index de3e85e..da39c9b 100644
--- a/components/lf-payPassword/lf-payPassword.vue
+++ b/components/lf-payPassword/lf-payPassword.vue
@@ -9,16 +9,16 @@
剩余支付时间
-
+
{{ minute >= 10 ? minute : "0" + minute }}
:
{{ second >= 10 ? second : "0" + second }}
-
+ -->
+
@@ -26,12 +26,12 @@