From 6979b9eb718f0865920f74bc823c9f2439463b11 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 29 Jul 2024 15:02:07 +0800
Subject: [PATCH] 限制长度为10位数,限制长度为12位数
---
src/components/foot.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/foot.vue b/src/components/foot.vue
index f62f049..bebf12b 100644
--- a/src/components/foot.vue
+++ b/src/components/foot.vue
@@ -65,7 +65,7 @@
</div> -->
<div
:class="touch == 4 ? 'footDemos' : 'footDemo'"
- @click="goRouter('/warehouse', 3)"
+ @click="goRouter('/warehouse', 4)"
>
<div class="footImgDeft">
<img
@@ -83,7 +83,7 @@
</div>
<div
:class="touch == 5 ? 'footDemos' : 'footDemo'"
- @click="goRouter('/user', 4)"
+ @click="goRouter('/user', 5)"
>
<div class="footImgDeft">
<img
--
Gitblit v1.9.3