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 @@
- - - - - - +
+ +
+ +
+
diff --git a/page/accessory/child/accessory_store_form.html b/page/accessory/child/accessory_store_form.html index 22b89ed..64dc0f1 100644 --- a/page/accessory/child/accessory_store_form.html +++ b/page/accessory/child/accessory_store_form.html @@ -16,12 +16,12 @@
- - - - - - +
+ +
+ +
+