Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
程默
mayi-mp-shop
Commits
9c0db73a
Commit
9c0db73a
authored
Apr 01, 2021
by
程智春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购物弹幕优化
parent
b0b9946d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
src/components/basicTool/shop-popup/index.vue
+8
-6
No files found.
src/components/basicTool/shop-popup/index.vue
View file @
9c0db73a
<!-- 文字上下滚动 -->
<
template
>
<div
class=
"marquee"
class=
"marquee
-wrap
"
v-if=
"targetShow"
:style=
"
[this.render?
{'pointer-events':'none'}:'',{'top':datas.componentData.yPosition+'em'}]
"
:style=
"
{'top':(datas.componentData.yPosition * 16) +'px'}
"
>
<div
class=
"marquee_box"
>
<div
class=
"evaluate"
:class=
"animate?'animation_in':'animation_out'"
>
<img
:src=
"selectImg
| DFSImg(300,300)
"
alt
/>
<img
:src=
"selectImg"
alt
/>
<span>
{{
subName
}}
刚刚购买了一单
</span>
</div>
</div>
...
...
@@ -15,7 +15,9 @@
</
template
>
<
script
>
import
{
DFSImg
}
from
'../../../utils/index.js'
let
api
;
const
app
=
getApp
()
export
default
{
name
:
"shop-popup"
,
...
...
@@ -106,6 +108,8 @@ export default {
this
.
selectname
=
this
.
marqueeList
[
this
.
selectIndex
].
customerNickname
;
this
.
selectImg
=
this
.
marqueeList
[
this
.
selectIndex
].
customerHeadImage
;
this
.
selectImg
=
DFSImg
(
this
.
selectImg
,
300
,
300
)
if
(
this
.
selectname
.
length
>
1
)
{
this
.
subName
=
`
${
this
.
selectname
.
substr
(
0
,
1
)}
****
${
this
.
selectname
.
charAt
(
this
.
selectname
.
length
-
1
...
...
@@ -141,8 +145,7 @@ export default {
};
</
script
>
<
style
scoped
lang=
"scss"
>
/* @import url(); 引入css类 */
.marquee
{
.marquee-wrap
{
font-size
:
16px
;
width
:
100%
;
align-items
:
center
;
...
...
@@ -151,7 +154,6 @@ export default {
box-sizing
:
border-box
;
overflow
:
hidden
;
position
:
fixed
;
//
top
:
10%
;
left
:
0px
;
z-index
:
1999
;
}
...
...
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