From 4cc5c068d0963c3ae8edc3b4182d3c4e4057dd7e Mon Sep 17 00:00:00 2001 From: panqihua Date: Wed, 18 Jan 2023 21:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=88=86=E7=B1=BB=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/platform/public/category.vue | 38 ++++++++++++++++++-------- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/src/views/platform/public/category.vue b/src/views/platform/public/category.vue index cc94237..bae079a 100644 --- a/src/views/platform/public/category.vue +++ b/src/views/platform/public/category.vue @@ -6,12 +6,18 @@ - - 5% - - - 5折 + + 5000.00 + +
@@ -89,7 +101,9 @@ export default { //特价商品最高折扣 discount: '', //图片 - fileList: [] + fileList: [], + //保证金 + deposit: '' }, }