From af5b81efabc657b1e9defe9df2001b6d0ccd37fd Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 12 Feb 2026 22:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=E6=8E=A8=E8=8D=90=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recommend-detail/recommend-detail.vue | 46 ++++++++++--------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/pages/plugins/distribution/recommend-detail/recommend-detail.vue b/pages/plugins/distribution/recommend-detail/recommend-detail.vue index 2abaa277..2ba7a821 100644 --- a/pages/plugins/distribution/recommend-detail/recommend-detail.vue +++ b/pages/plugins/distribution/recommend-detail/recommend-detail.vue @@ -17,31 +17,33 @@ - - - - - {{ item.goods.title }} - - {{ currency_symbol }}{{ item.goods.price }} - {{ currency_symbol }}{{ item.goods.original_price }} - {{ item.goods.inventory }}{{ item.goods.inventory_unit }} - - - - {{ item.spec_text_view }} - - - - - + - + + + + + + {{ item.goods.title }} + + {{ currency_symbol }}{{ item.goods.price }} + {{ currency_symbol }}{{ item.goods.original_price }} + {{ item.goods.inventory }}{{ item.goods.inventory_unit }} + + + + {{ item.spec_text_view }} + + - + + + + + + {{ item.goods.error_msg }} - {{ item.goods.error_msg }} - +