diff --git a/.gitignore b/.gitignore index 4f90f60..9be8bf4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ *.ini .htaccess 404.html -index.html +# index.html /runtime/* /public/storage/* /public/backup/* diff --git a/app/admin/view/merchant/system/auth/menu/index.html b/app/admin/view/merchant/system/auth/menu/index.html new file mode 100644 index 0000000..b47809f --- /dev/null +++ b/app/admin/view/merchant/system/auth/menu/index.html @@ -0,0 +1,93 @@ +{extend name="common/base"/} + +{block name="body"} +
+
+ +
+
+
+
+
+{/block} + + + +{block name="script"} + +{/block} + \ No newline at end of file diff --git a/app/admin/view/merchant/system/merchant/descr/index.html b/app/admin/view/merchant/system/merchant/descr/index.html new file mode 100644 index 0000000..7e86548 --- /dev/null +++ b/app/admin/view/merchant/system/merchant/descr/index.html @@ -0,0 +1,135 @@ +{extend name="common/base"/} +{block name="style"} + +{/block} + +{block name="body"} +
+ + + + + + + + + +
店铺说明
+ +
+
+ + +
+
+{/block} + + + +{block name="script"} + + +{/block} + \ No newline at end of file diff --git a/app/admin/view/merchant/system/merchant/type/index.html b/app/admin/view/merchant/system/merchant/type/index.html new file mode 100644 index 0000000..a2bb254 --- /dev/null +++ b/app/admin/view/merchant/system/merchant/type/index.html @@ -0,0 +1,172 @@ +{extend name="common/base"/} + +{block name="body"} + +
+
+
+ +
+ +
+
+
+ + + + + +{/block} + + +{block name="script"} + +{/block} + \ No newline at end of file