This website works better with JavaScript.
Explore
Help
Register
Sign In
kola
/
xinda-miniprogram
Watch
1
Star
0
Fork
You've already forked xinda-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.
2
Commits
1
Branch
0
Tags
7.4 MiB
Tree:
ef3cfa9457
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ef3cfa9457'
${ noResults }
xinda-miniprogram
/
src
/
pages
/
informationDetail
/
index.ts
11 lines
103 B
Raw
Normal View
History
Unescape
Escape
页面开发
2 weeks ago
const
_app
=
getApp
<
IAppOption
>
(
)
;
Page
(
{
data
:
{
doc
:
'1'
,
}
,
onLoad() {
}
,
}
)
;
export
{
}
;