From 0bb3b0269a1344403d7e6a133162cb32382e394e Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Tue, 11 Jun 2024 17:31:02 +0800
Subject: [PATCH] uu
---
.../bpe-addressinfo-tmp.vue | 20 +++++++++----------
components/tpx-input/tpx-input.vue | 7 ++++++-
components/tpx-select/tpx-select.vue | 4 ++--
3 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue b/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue
index 5de0991..cfa920f 100644
--- a/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue
+++ b/components/buns-post-edit-templates/bpe-addressinfo-tmp.vue
@@ -5,12 +5,12 @@
-
-
-
+
+
+
{{modelInfo.sender.name}}
- {{modelInfo.sender.phone}}
-
+ {{modelInfo.sender.phone}}
+
寄件人信息
@@ -41,12 +41,12 @@
-
-
-
+
+
+
{{modelInfo.reciever.name}}
- {{modelInfo.reciever.phone}}
-
+ {{modelInfo.reciever.phone}}
+
收件人信息
diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue
index f6fe819..06f9775 100644
--- a/components/tpx-input/tpx-input.vue
+++ b/components/tpx-input/tpx-input.vue
@@ -3,7 +3,7 @@
:custom-style="inputStyle" :readonly="readonly" :type="type" :inputAlign="inputAlign"
:placeholder-style="`color: #999;${placeholderStyle};` " @change="handleChange"
@blur="handleFocus" @focus="handleBlur"
- :formatter="formatter" :disabled="disabled"
+ :formatter="formatter" :disabled="disabled" :focus="autoFocus"
>
{{suffix}}
@@ -92,6 +92,11 @@
return ''
}
},
+ autoFocus: {
+ default () {
+ return false
+ }
+ },
},
data() {
return {
diff --git a/components/tpx-select/tpx-select.vue b/components/tpx-select/tpx-select.vue
index fa84234..d11a1f1 100644
--- a/components/tpx-select/tpx-select.vue
+++ b/components/tpx-select/tpx-select.vue
@@ -16,7 +16,7 @@
-
+
-
+