From 4414d3f71f20b1d8182d07fadbbb4cb40f3c1707 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 28 May 2024 12:32:43 +0800 Subject: [PATCH] uu --- components/buns-post-edit-templates/bpe-cost-tmp.vue | 11 ++++++++--- components/tpx-input/tpx-input.vue | 7 ++++++- pages/address/list.vue | 2 +- pages/post/freightCalculate.vue | 2 ++ 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue index b6c951e..efbbef5 100644 --- a/components/buns-post-edit-templates/bpe-cost-tmp.vue +++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue @@ -45,10 +45,15 @@ - + 总费用 - + + + + + {{modelInfo.freight || 0}}CNY + diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue index 8f3811a..160d926 100644 --- a/components/tpx-input/tpx-input.vue +++ b/components/tpx-input/tpx-input.vue @@ -2,7 +2,7 @@