First commit

This commit is contained in:
2025-10-02 10:33:06 +08:00
parent 198b8bf2a6
commit c38eed4a22
5512 changed files with 958855 additions and 0 deletions

35
app/shop/config.php Executable file
View File

@@ -0,0 +1,35 @@
<?php
/**
* Notes:
* User: chenniang
* Date: 2019-11-14
* Time: 18:32
* ${PARAM_DOC}
* @return ${TYPE_HINT}
* ${THROWS_DOC}
*/
$tabbar_shop = [
"key" => 20,
"is_show" => 1,
"iconPath" =>"icon-shangcheng1",
"selectedIconPath"=> "icon-shangcheng",
"pageComponents" => "shopHome",
"name" => "商城",
"url" => "/pages/user/home",
"url_out" => "",
"url_jump_way" => 0
];
$page_shop = [
];
return [
'Malls_tabbar' => $tabbar_shop,
'Malls_page' => $page_shop
];