-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mod:增加特别感谢页面 #56
mod:增加特别感谢页面 #56
Conversation
@@ -1,13 +1,45 @@ | |||
{ | |||
"miniprogramRoot": "./dist", | |||
"projectname": "mp-bbhj", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not change projectname and appid
'pages/article/detail/index', | ||
'pages/mine/thank/index', | ||
'pages/mine/history/index', | ||
'pages/mine/follow/index' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
目前我的
页面命名为me
,为了保持一致性,要么将me也改成mine,要么保持在me页面下面。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外为了方便review,尽量一个PR只做一件事。
我们可以只加acknowledge页面,其他页面做的时候再加
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
统一在me 下面吧。 提的建议很好,后面可以按这个落地
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
</view> | ||
<view class="info-item" @tap="toRoute('thank')"> | ||
<image class="item-icon" :src="historyImg"/> | ||
<view class="info-title">感谢页面</view> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
特别感谢
我的 - 增加【特别感谢】页面入口
新增以下页面文件及路由
/pages/mine/thank/index 特别感谢
/pages/mine/follow/index 我跟踪的
/pages/mine/history/index 浏览记录