This website works better with JavaScript.
Explore
Help
Register
Sign In
kola
/
wutian-miniprogram
Watch
1
Star
0
Fork
You've already forked wutian-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.
13
Commits
2
Branches
0
Tags
20 MiB
Tree:
3e70e3d91c
dev
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3e70e3d91c'
${ noResults }
wutian-miniprogram
/
wxmlPage
/
index.ts
7 lines
74 B
Raw
Normal View
History
Unescape
Escape
聊天部分页面
4 months ago
const
_app
=
getApp
<
IAppOption
>
(
)
;
Page
(
{
data
:
{
}
,
onLoad() {
}
,
}
)
;