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
00b5488c
Commit
00b5488c
authored
Oct 12, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tianmaoxiaoyuan' of gitlab2.dui88.com:wanghongyuan/new_taobao into tianmaoxiaoyuan
parents
b162f9d9
398ac213
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15380 additions
and
1 deletion
+15380
-1
pagecanvas.js
taobao_mini/client/pages/pagecanvas/pagecanvas.js
+8
-1
debug.log
taobao_mini/debug.log
+15372
-0
No files found.
taobao_mini/client/pages/pagecanvas/pagecanvas.js
View file @
00b5488c
...
...
@@ -375,7 +375,14 @@ Page({
this
.
setData
({
activityBaseInfo
:
data
})
this
.
initCanvas
();
if
(
new
Date
().
getTime
()
<
data
.
startTime
){
this
.
setData
({
endModalVisible
:
true
})
}
else
{
this
.
initCanvas
();
}
}
},
/**页面显示登录 */
...
...
taobao_mini/debug.log
View file @
00b5488c
This diff is collapsed.
Click to expand it.
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