This website works better with JavaScript.
Explore
Help
Sign In
kola
/
igg4-miniprogram
Watch
1
Star
0
Fork
You've already forked igg4-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.
32
Commits
3
Branches
0
Tags
89 MiB
Tree:
eb0c5193f4
dev
dev2.0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'eb0c5193f4'
${ noResults }
igg4-miniprogram
/
src
/
gift
/
pages
/
recordDetail
/
index.ts
9 lines
85 B
Raw
Normal View
History
Unescape
Escape
2.0页面开发
3 weeks ago
const
_app
=
getApp
<
IAppOption
>
(
)
;
Page
(
{
data
:
{
}
,
onLoad() {
}
,
}
)
;
export
{
}