Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
eb67f483
Commit
eb67f483
authored
May 21, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
c68d81b7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
addons/theme/stv1/_static_w3g/css/common.css
+5
-0
apps/home/Tpl/default/Home/order_w3g.html
+10
-1
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
eb67f483
...
@@ -531,6 +531,11 @@ div::-webkit-scrollbar {
...
@@ -531,6 +531,11 @@ div::-webkit-scrollbar {
box-shadow
:
0px
-1px
0px
0px
rgba
(
230
,
230
,
230
,
1
);
box-shadow
:
0px
-1px
0px
0px
rgba
(
230
,
230
,
230
,
1
);
}
}
.empty_container
{
margin-top
:
30vh
;
align-self
:
center
;
}
/*
/*
* Home
* Home
*/
*/
...
...
apps/home/Tpl/default/Home/order_w3g.html
View file @
eb67f483
...
@@ -67,6 +67,7 @@
...
@@ -67,6 +67,7 @@
</div>
</div>
</div>
</div>
</template>
</template>
<include
file=
"__THEME__/empty_view_w3g"
/>
</div>
</div>
</van-tab>
</van-tab>
...
@@ -128,7 +129,7 @@
...
@@ -128,7 +129,7 @@
},
},
showImage
:
function
()
{
showImage
:
function
()
{
return
function
(
item
)
{
return
function
(
item
)
{
return
false
return
false
//TODO 每一个item要设置一个类型显示带图的还是不带图
}
}
},
},
hollowText
:
function
()
{
hollowText
:
function
()
{
...
@@ -140,6 +141,14 @@
...
@@ -140,6 +141,14 @@
return
function
(
opt
)
{
return
function
(
opt
)
{
return
opt
.
options
?
opt
.
options
[
this
.
innerTab
].
items
:
opt
.
items
return
opt
.
options
?
opt
.
options
[
this
.
innerTab
].
items
:
opt
.
items
}
}
},
showEmpty
:
function
()
{
let
opt
=
this
.
options
[
this
.
tab
]
if
(
opt
.
options
)
{
return
opt
.
options
[
this
.
innerTab
].
items
.
length
==
0
}
else
{
return
opt
.
items
.
length
==
0
}
}
}
},
},
methods
:
{
methods
:
{
...
...
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