添加了详情页按钮和我的页面功能

This commit is contained in:
Abin
2026-01-12 18:19:05 +08:00
parent 66ba21dd7b
commit 0460178749
5 changed files with 108 additions and 70 deletions
+22 -35
View File
@@ -1,36 +1,23 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "yelaymaths",
"setting": {
"compileHotReLoad": true,
"urlCheck": true
},
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/LoginOrOutDetails/LoginOrOutDetails",
"pathName": "pages/LoginOrOutDetails/LoginOrOutDetails",
"query": "IsLogin=undefined",
"launchMode": "default",
"scene": null
},
{
"name": "pages/wode/wode",
"pathName": "pages/wode/wode",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/SetPasswordCode/SetPasswordCode",
"pathName": "pages/SetPasswordCode/SetPasswordCode",
"query": "",
"launchMode": "default",
"scene": null
}
]
}
},
"libVersion": "3.7.12"
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "YelayMaths",
"setting": {
"compileHotReLoad": true,
"urlCheck": true,
"coverView": true,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,
"preloadBackgroundData": false,
"autoAudits": false,
"useApiHook": true,
"showShadowRootInWxmlPanel": true,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": false
},
"condition": {},
"libVersion": "3.7.12"
}