From 7e048c369e05a09b201de2ab7b8d0828b9731afc Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Wed, 31 Jan 2024 14:45:51 +0800 Subject: [PATCH] uu --- .../buns-post-edit-templates/bpe-cost-tmp.vue | 120 +++++++++--------- .../bpe-goodsize-tmp.vue | 39 +----- components/tpx-input/tpx-input.vue | 36 +++++- pages/post/openorder.vue | 12 +- 4 files changed, 105 insertions(+), 102 deletions(-) diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index 82a05d0..f2bb4c6 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -1,73 +1,57 @@ @@ -89,6 +73,11 @@ }, data() { return { + costTypeList: [ + { title: '按重量', val: 1 }, + { title: '按体积', val: 2 }, + { title: '一口价', val: 3 }, + ] } }, created() { @@ -109,10 +98,17 @@ \ 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 index ac692ba..616bfc3 100644 --- a/components/buns-post-edit-templates/bpe-goodsize-tmp.vue +++ b/components/buns-post-edit-templates/bpe-goodsize-tmp.vue @@ -23,49 +23,20 @@ - - - + - - - + - - - + - - - + - - + diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue index f11ef76..8f22b53 100644 --- a/components/tpx-input/tpx-input.vue +++ b/components/tpx-input/tpx-input.vue @@ -1,14 +1,40 @@