This website works better with JavaScript.
Explore
Help
Register
Sign In
kola
/
shizhong-miniprogram
Watch
1
Star
0
Fork
You've already forked shizhong-miniprogram
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
0
Tags
5.6 MiB
Tree:
ad95f920bb
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ad95f920bb'
${ noResults }
shizhong-miniprogram
/
src
/
pages
/
home
/
index.ts
7 lines
74 B
Raw
Normal View
History
Unescape
Escape
init
5 months ago
const
_app
=
getApp
<
IAppOption
>
(
)
;
Page
(
{
data
:
{
}
,
onLoad() {
}
,
}
)
;