From 7ee98eeb195d241a4be20cef05d9ea102fd342ab Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Mon, 4 Mar 2024 19:09:51 +0800
Subject: [PATCH] uu
---
.../buns-address-sheet/buns-address-sheet.vue | 185 ++++++++++++++++++
.../buns-edit-sheet/buns-edit-sheet.vue | 1 +
components/tpx-input/tpx-input.vue | 7 +-
components/tpx-textarea/tpx-textarea.vue | 2 +-
pages/address/edit.vue | 19 +-
5 files changed, 205 insertions(+), 9 deletions(-)
create mode 100644 components/buns-address-sheet/buns-address-sheet.vue
diff --git a/components/buns-address-sheet/buns-address-sheet.vue b/components/buns-address-sheet/buns-address-sheet.vue
new file mode 100644
index 0000000..cabe06a
--- /dev/null
+++ b/components/buns-address-sheet/buns-address-sheet.vue
@@ -0,0 +1,185 @@
+
+
+
+
+
+
+
+
+
+ {{item}}
+
+
+
+
+
+
+
+ {{item.letters}}
+
+
+ {{sItem.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/buns-edit-sheet/buns-edit-sheet.vue b/components/buns-edit-sheet/buns-edit-sheet.vue
index 8086307..a0a1579 100644
--- a/components/buns-edit-sheet/buns-edit-sheet.vue
+++ b/components/buns-edit-sheet/buns-edit-sheet.vue
@@ -68,6 +68,7 @@
methods: {
handleCloseModal() {
this.$emit('update:show', false)
+ this.$emit('onClose')
},
handleSubmitValue() {
const val = this.submitVals
diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue
index 8f22b53..b952fae 100644
--- a/components/tpx-input/tpx-input.vue
+++ b/components/tpx-input/tpx-input.vue
@@ -1,6 +1,6 @@
@@ -35,6 +35,11 @@
return false
}
},
+ readonly: {
+ default () {
+ return false
+ }
+ },
value: {
default () {
return ''
diff --git a/components/tpx-textarea/tpx-textarea.vue b/components/tpx-textarea/tpx-textarea.vue
index e9e2ac7..eaa3322 100644
--- a/components/tpx-textarea/tpx-textarea.vue
+++ b/components/tpx-textarea/tpx-textarea.vue
@@ -1,5 +1,5 @@
-
diff --git a/pages/address/edit.vue b/pages/address/edit.vue
index 806db2e..b2ff806 100644
--- a/pages/address/edit.vue
+++ b/pages/address/edit.vue
@@ -12,7 +12,6 @@
-
@@ -27,9 +26,9 @@
-
-
+
+
+
@@ -81,10 +80,10 @@
+