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
db6e36c9
Commit
db6e36c9
authored
Dec 31, 2019
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Dot: Jumps add.
parent
c568a389
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
14 deletions
+22
-14
index.vue
ybf_wx/src/views/mainSale/active/main/index.vue
+2
-1
index.vue
ybf_wx/src/views/mainSale/me/task/index.vue
+20
-13
No files found.
ybf_wx/src/views/mainSale/active/main/index.vue
View file @
db6e36c9
...
...
@@ -39,7 +39,7 @@
<img
class=
"menu-logo"
:src=
"test.menuInfo.icon['5']"
>
<div
class=
"menu-text"
>
活动模版
</div>
</div>
<div
class=
"menu"
>
<div
class=
"menu"
@
click=
"menu06Click"
>
<img
class=
"menu-logo"
:src=
"test.menuInfo.icon['6']"
>
<div
class=
"menu-text"
>
商品管理
</div>
</div>
...
...
@@ -226,6 +226,7 @@
this
.
$router
.
push
(
"ActTemplate"
)
},
menu06Click
()
{
this
.
$router
.
push
(
"goodManage"
)
},
buttonMainMarketingClick
()
{
// this.$router.push("home")
...
...
ybf_wx/src/views/mainSale/me/task/index.vue
View file @
db6e36c9
...
...
@@ -40,7 +40,8 @@
<div
class=
"content-tasks"
>
<div
class=
"task-title"
>
{{
item
.
type
}}
:
</div>
<div
v-if=
"item.type === '月销售'"
class=
"task-money"
>
¥
{{
item
.
content
}}
</div>
<div
v-if=
"item.type === '月拉新'"
class=
"task-money"
>
{{
item
.
nowNum
}}
/
{{
item
.
taskNum
}}
</div>
<div
v-if=
"item.type === '月拉新'"
class=
"task-money"
>
{{
item
.
nowNum
}}
/
{{
item
.
taskNum
}}
</div>
</div>
</div>
...
...
@@ -49,7 +50,6 @@
</div>
</div>
<div
class=
"my"
></div>
...
...
@@ -65,8 +65,8 @@
icon
:
{
arrowRightDark
:
"/mainSale/icon-arrow-right-dark.png"
,
},
style
:{
noBorderTop
:
"border-top: none;"
,
style
:
{
noBorderTop
:
"border-top: none;"
,
},
},
list
:
{
...
...
@@ -260,7 +260,7 @@
object-fit
:
cover
;
}
.my-infos
{
.my-infos
{
/*border: 1px solid red;*/
width
:
100%
;
height
:
auto
;
...
...
@@ -272,7 +272,8 @@
box-shadow
:
0px
2px
4px
0px
#DDDDDD
;
}
.my-info
{
.my-info
{
border-top
:
1px
solid
#EEEEEE
;
width
:
100%
;
height
:
auto
;
...
...
@@ -282,12 +283,15 @@
justify-content
:
flex-start
;
align-items
:
center
;
}
.my-logo
{
.my-logo
{
width
:
80px
;
height
:
80px
;
border-radius
:
4px
;
}
.my-contents
{
.my-contents
{
border
:
0px
solid
red
;
width
:
100%
;
height
:
80px
;
padding
:
0px
12px
;
...
...
@@ -297,7 +301,8 @@
justify-content
:
center
;
align-items
:
flex-start
;
}
.content-title
{
.content-title
{
width
:
auto
;
max-width
:
100%
;
word-wrap
:
unset
;
...
...
@@ -307,7 +312,8 @@
color
:
#2D476A
;
padding-bottom
:
16px
;
}
.content-tasks
{
.content-tasks
{
width
:
100%
;
height
:
auto
;
display
:
flex
;
...
...
@@ -315,7 +321,8 @@
justify-content
:
flex-start
;
align-items
:
center
;
}
.task-title
{
.task-title
{
width
:
auto
;
font-size
:
12px
;
font-weight
:
normal
;
...
...
@@ -323,7 +330,8 @@
color
:
#2D476A
;
}
.task-money
{
.task-money
{
width
:
auto
;
font-size
:
12px
;
font-weight
:
normal
;
...
...
@@ -332,5 +340,4 @@
}
</
style
>
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