This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
elink-star
/
shibeirencai_wechat
Watch
12
Star
0
Fork
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
2.0 MiB
Tree:
b6e394b5a2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b6e394b5a2'
${ noResults }
shibeirencai_wechat
/
pages
/
home
/
index.js
12 lines
109 B
Raw
Normal View
History
init
6 years ago
//index.js
//获取应用实例
const
app
=
getApp
(
)
Page
(
{
data
:
{
}
,
onLoad
:
function
(
)
{
添加weui.wxss和移除首页默认代码
6 years ago
init
6 years ago
}
,
}
)