From 1b7f0a8746bc09a3e0cfdef9610ca4e08ed919e2 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期五, 27 十月 2023 16:14:31 +0800 Subject: [PATCH] 商户认证 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html index 8b57d21..3198faa 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add.html @@ -46,6 +46,7 @@ <div class="form-horizontal" id="carInfoForm"> <input hidden id="role" value="${role}"> + <input hidden id="objectType" value="${objectType}"> @if(role=='1'){ <div class="form-group"> <label class="col-sm-3 control-label">门店类型:</label> -- Gitblit v1.7.1