Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
肖亚东
6 years ago
Commit
33c438b28d5fbd87a1e903ba6af8eb59b2421da3
1 parent
600474c2
即将发售跟热门发售调换位置
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
13 deletions
app/app.json
app/pages/index/index.js
app/sitemap.json
app/app.json
View file @
33c438b
...
...
@@ -22,5 +22,6 @@
"debug"
:
true
,
"navigateToMiniProgramAppIdList"
:
[
"wx084ab813d88c594b"
]
}
],
"sitemapLocation"
:
"sitemap.json"
}
\ No newline at end of file
...
...
app/pages/index/index.js
View file @
33c438b
...
...
@@ -16,22 +16,16 @@ Page({
userInfo
:
{},
tabBarArr
:
[
{
// icon: '../../static/images/limit/icon_jjfs_n@3x.png',
// iconSelected: '../../static/images/limit/icon_jjfs_p@3x.png',
name
:
'即将发售'
,
method
:
'app.limitProduct.soonToSaleLimitProduct'
,
reportName
:
'home_soon'
},
{
// icon: '../../static/images/limit/icon_rmfs_n@3x.png',
// iconSelected: '../../static/images/limit/icon_rmfs_p@3x.png',
name
:
'热门发售'
,
method
:
'app.limitProduct.hotLimitProduct'
,
reportName
:
'home_hot'
},
{
// icon: '../../static/images/limit/icon_yjfs_n@3x.png',
// iconSelected: '../../static/images/limit/icon_yjfs_p@3x.png',
name
:
'即将发售'
,
method
:
'app.limitProduct.soonToSaleLimitProduct'
,
reportName
:
'home_soon'
},
{
name
:
'已经发售'
,
method
:
'app.limitProduct.alreadySaleLimitProduct'
,
reportName
:
'home_already'
...
...
app/sitemap.json
0 → 100644
View file @
33c438b
{
"desc"
:
"关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html"
,
"rules"
:
[{
"action"
:
"allow"
,
"page"
:
"*"
}]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment