完成了小程序项目列表页,项目明细抽佣表,下级用户项目明细抽佣表的下拉刷新

This commit is contained in:
2025-06-15 21:06:58 +08:00
parent dc3837dbff
commit 0739bdcbb8
8 changed files with 79 additions and 101 deletions

3
app.js
View File

@ -2,5 +2,6 @@ const { checkLogin } = require('./utils/logcheck');
App({
onLaunch() {
// checkLogin();
}
},
});