From 67171eeb36e72b74247c667c0fbc79303828860e Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Sat, 8 Mar 2025 09:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E5=85=A5=E5=BA=93=EF=BC=8C?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E4=BA=BA=E8=87=AA=E5=8A=A8=E5=B8=A6=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/child/accessory_store_form.js | 2 ++ page/accessory/child/accessory_store_edit_form.html | 12 ++++++------ page/accessory/child/accessory_store_form.html | 12 ++++++------ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/js/accessory/child/accessory_store_form.js b/js/accessory/child/accessory_store_form.js index 5758702..86157c9 100644 --- a/js/accessory/child/accessory_store_form.js +++ b/js/accessory/child/accessory_store_form.js @@ -13,6 +13,8 @@ function setParams(obj) { upload = layui.upload; table = layui.table; util = layui.util; + var userData = JSON.parse(sessionStorage.getItem("us")); + $('#inputUser').val(userData.username); laydate.render({ elem: '#inputDay' }); diff --git a/page/accessory/child/accessory_store_edit_form.html b/page/accessory/child/accessory_store_edit_form.html index c55ce2d..7cb517b 100644 --- a/page/accessory/child/accessory_store_edit_form.html +++ b/page/accessory/child/accessory_store_edit_form.html @@ -17,12 +17,12 @@