This website works better with JavaScript.
Explore
Help
Sign In
kola
/
school-miniprogram
Watch
1
Star
0
Fork
You've already forked school-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.
12
Commits
1
Branch
0
Tags
24 MiB
Tree:
6318973a2f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6318973a2f'
${ noResults }
school-miniprogram
/
src
/
pages
/
feedback
/
index.ts
9 lines
85 B
Raw
Normal View
History
Unescape
Escape
feat: 完成反馈功能开发与多项页面优化 本次提交新增了用户反馈页面,在个人中心添加了反馈入口;优化了活动报名结果页、活动详情页、通知页面等多个页面的样式与逻辑,修复了部分交互问题,同时完善了全局登录状态管理与自定义tabbar的未读红点逻辑,升级了部分页面的skyline渲染配置。
1 week ago
const
_app
=
getApp
<
IAppOption
>
(
)
;
Page
(
{
data
:
{
}
,
onLoad() {
}
,
}
)
;
export
{
}