Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
4584a01c
Commit
4584a01c
authored
Jun 27, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
626
parent
39b1ec8d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
index.vue
src/components/map/index.vue
+1
-1
video.vue
src/components/newLesson/video.vue
+1
-1
starRank.vue
src/components/star/starRank.vue
+1
-3
No files found.
src/components/map/index.vue
View file @
4584a01c
...
@@ -649,7 +649,7 @@
...
@@ -649,7 +649,7 @@
}
else
{
}
else
{
setTimeout
(()
=>
{
setTimeout
(()
=>
{
let
moneyDom
=
document
.
getElementsByClassName
(
'money'
);
let
moneyDom
=
document
.
getElementsByClassName
(
'money'
);
console
.
log
(
moneyDom
[
0
].
offsetParent
.
offsetTop
)
//
console.log(moneyDom[0].offsetParent.offsetTop)
// debugger
// debugger
if
(
moneyDom
.
length
>
0
&&
moneyDom
[
0
].
offsetLeft
!==
0
){
if
(
moneyDom
.
length
>
0
&&
moneyDom
[
0
].
offsetLeft
!==
0
){
this
.
scroll_to
(
moneyDom
[
0
].
offsetParent
.
offsetTop
)
this
.
scroll_to
(
moneyDom
[
0
].
offsetParent
.
offsetTop
)
...
...
src/components/newLesson/video.vue
View file @
4584a01c
...
@@ -304,7 +304,7 @@
...
@@ -304,7 +304,7 @@
width: 100*@toVw;
width: 100*@toVw;
height: 100*@toVw;
height: 100*@toVw;
// border: 1px solid black;
// border: 1px solid black;
img{width: 90*@toVw;height: 60*@toVw;border-radius: 18px;border: 3px solid
transparent
;}
img{width: 90*@toVw;height: 60*@toVw;border-radius: 18px;border: 3px solid
#E2E2E2
;}
.activity{
.activity{
border: 3px solid #40A9FF;
border: 3px solid #40A9FF;
}
}
...
...
src/components/star/starRank.vue
View file @
4584a01c
...
@@ -195,9 +195,7 @@ import {
...
@@ -195,9 +195,7 @@ import {
getStarInfoApi
,
getStarInfoApi
,
getActivityAddressApi
getActivityAddressApi
}
from
"../../service/api"
;
}
from
"../../service/api"
;
import
{
Toast
,
Swipe
,
SwipeItem
}
from
"vant"
;
import
{
Toast
}
from
"vant"
;
import
Vue
from
"vue"
;
Vue
.
use
(
Swipe
).
use
(
SwipeItem
);
export
default
{
export
default
{
name
:
"starRank"
,
name
:
"starRank"
,
data
()
{
data
()
{
...
...
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