From c216803eca7bfed76aceffa597ee227b58a63108 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 10 九月 2024 14:01:23 +0800 Subject: [PATCH] 1.新增筛选:已加价/未加价2.新增“售价”字段,售价=底价+加价 --- pages/shop/list.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/shop/list.vue b/pages/shop/list.vue index 727beed..951569a 100644 --- a/pages/shop/list.vue +++ b/pages/shop/list.vue @@ -38,6 +38,7 @@ commonFormatProps: ['province', 'city', 'region'], customClass: 'in-bus-form', }, + { label: '手机号', id: 'tel', type: 'input' }, ], }, ], -- Gitblit v1.9.3