From 2730de2ccc4a7ca7552ad2afcf94a46462fc683d Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Mon, 29 Jan 2024 14:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../buns-goodsize-sheet.vue | 105 +++------------- .../bpe-addressinfo-tmp.vue | 101 +++++++++++++++ .../bpe-goodsize-tmp.vue | 118 ++++++++++++++++++ components/tpx-scan-input/tpx-scan-input.vue | 2 +- pages/post/post.vue | 58 +-------- 5 files changed, 242 insertions(+), 142 deletions(-) create mode 100644 components/buns-post-edit-templates/bpe-addressinfo-tmp.vue create mode 100644 components/buns-post-edit-templates/bpe-goodsize-tmp.vue diff --git a/components/buns-goodsize-sheet/buns-goodsize-sheet.vue b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue index d9e9555..acac465 100644 --- a/components/buns-goodsize-sheet/buns-goodsize-sheet.vue +++ b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue @@ -3,80 +3,7 @@ + + \ No newline at end of file diff --git a/components/buns-post-edit-templates/bpe-goodsize-tmp.vue b/components/buns-post-edit-templates/bpe-goodsize-tmp.vue new file mode 100644 index 0000000..97705c7 --- /dev/null +++ b/components/buns-post-edit-templates/bpe-goodsize-tmp.vue @@ -0,0 +1,118 @@ + + + + + \ No newline at end of file diff --git a/components/tpx-scan-input/tpx-scan-input.vue b/components/tpx-scan-input/tpx-scan-input.vue index d041ab2..cb78559 100644 --- a/components/tpx-scan-input/tpx-scan-input.vue +++ b/components/tpx-scan-input/tpx-scan-input.vue @@ -59,7 +59,7 @@ onHide() { }, - destroyed() {}, + unmounted() {}, methods: { async handleScan() { diff --git a/pages/post/post.vue b/pages/post/post.vue index c0f0f7b..7fffe04 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -2,7 +2,6 @@