From 4f5d1bafadf469f66fc7e56c350c65d8af21ba99 Mon Sep 17 00:00:00 2001 From: mayf <m13160102112@163.com> Date: 星期一, 09 九月 2024 11:41:46 +0800 Subject: [PATCH] 修改密码去掉原密码 --- 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