Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
new_taobao
Commits
2e78dbb6
Commit
2e78dbb6
authored
Nov 30, 2020
by
Edwise
🍷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
235e2bac
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1064 additions
and
457 deletions
+1064
-457
.DS_Store
.DS_Store
+0
-0
package-lock.json
taobao_jn/client/package-lock.json
+1056
-456
pagepagerank.js
taobao_jn/client/pages/pagepagerank/pagepagerank.js
+8
-1
No files found.
.DS_Store
View file @
2e78dbb6
No preview for this file type
taobao_jn/client/package-lock.json
View file @
2e78dbb6
This diff is collapsed.
Click to expand it.
taobao_jn/client/pages/pagepagerank/pagepagerank.js
View file @
2e78dbb6
...
...
@@ -105,6 +105,7 @@ Page({
/**获取活动时间 */
getActivtyTime
()
{
if
(
app
.
activityInfo
){
const
{
startTime
,
endTime
...
...
@@ -114,6 +115,12 @@ Page({
this
.
setData
({
activtyTime
:
'活动时间:'
+
startStr
+
'-'
+
endStr
})
}
else
{
this
.
setData
({
activtyTime
:
'活动已结束'
})
}
},
// 转换时间
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment