Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
Details
Activity
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
xulili
ybf
Commits
03700c6d
Commit
03700c6d
authored
Apr 21, 2020
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活动页面修改
parent
9bff9c37
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
100 additions
and
44 deletions
+100
-44
wheel.png
wx_application/public/img/wheel.png
+0
-0
activeDetail.vue
wx_application/src/views/active/activeDetail.vue
+98
-42
index.vue
wx_application/src/views/mainSale/active/main/index.vue
+1
-1
index.vue
wx_application/src/views/mainSale/active/template/index.vue
+1
-1
No files found.
wx_application/public/img/wheel.png
View replaced file @
9bff9c37
View file @
03700c6d
This diff is collapsed.
Click to expand it.
wx_application/src/views/active/activeDetail.vue
View file @
03700c6d
This diff is collapsed.
Click to expand it.
wx_application/src/views/mainSale/active/main/index.vue
View file @
03700c6d
...
...
@@ -238,7 +238,7 @@ export default {
this
.
flag
=
sessionStorage
.
getItem
(
"role"
);
}
}
else
{
this
.
zReadyUserId
()
//
this.zReadyUserId()
this
.
zTestGetNowUrlInfo
()
}
this
.
GET_CurrentActive
()
...
...
wx_application/src/views/mainSale/active/template/index.vue
View file @
03700c6d
...
...
@@ -74,7 +74,7 @@ export default {
getTemplate
(
params
)
{
API_Active
.
getTemplate
(
params
).
then
(
res
=>
{
this
.
active
.
push
(...
res
.
data
.
list
);
if
(
res
.
data
.
list
===
[]
)
{
if
(
res
.
data
.
list
.
length
===
0
)
{
this
.
list_finished
=
true
;
}
});
...
...
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