This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
qingcheng-xiaochengxu
Watch
1
Star
0
Fork
0
You've already forked qingcheng-xiaochengxu
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8c0a108e8f4dbafd8c949d6c7b80f878fcc3d81b
qingcheng-xiaochengxu
/
app.js
8 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
xiugai
2025-05-15 21:01:14 +08:00
const
{
checkLogin
}
=
require
(
'./utils/logcheck'
)
;
initial commit
2025-04-28 15:59:21 +08:00
App
(
{
onLaunch
(
)
{
完成了登录模块
2025-05-17 23:17:14 +08:00
// checkLogin();
完成了小程序项目列表页,项目明细抽佣表,下级用户项目明细抽佣表的下拉刷新
2025-06-15 21:06:58 +08:00
}
,
xiugai
2025-05-15 21:01:14 +08:00
}
)
;
Reference in New Issue
Copy Permalink