Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
qinhaitao
taobao-mini-template
Commits
166ad3f2
Commit
166ad3f2
authored
Sep 06, 2021
by
wanghuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:按钮
parent
9621d902
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
127 additions
and
98 deletions
+127
-98
SwiperView.jsx
c_client/src/components/_tb_comps/SwiperView/SwiperView.jsx
+80
-72
SwiperView.less
c_client/src/components/_tb_comps/SwiperView/SwiperView.less
+40
-21
preComp.jsx
c_client/src/pages/preComp/preComp.jsx
+7
-5
No files found.
c_client/src/components/_tb_comps/SwiperView/SwiperView.jsx
View file @
166ad3f2
...
...
@@ -33,10 +33,16 @@ const SwiperView = (props) => {
}
=
props
;
const
[
currentIndex
,
setCurrentIndex
]
=
useState
(
0
);
const
[
currentIndex
,
setCurrentIndex
]
=
useState
(
1
);
const
indexref
=
useRef
(
0
)
// const index = useMemo(()=>{
// return currentIndex;
// },currentIndex)
/**
* @description onchange事件
* @param {*} e
...
...
@@ -78,8 +84,7 @@ const SwiperView = (props) => {
* @description
*/
const
turnRound
=
((
e
,
type
)
=>
{
e
.
stopPropagation
();
const
turnRound
=
((
type
)
=>
{
const
motion
=
{
[
motionType
.
LEFT
]:()
=>
{
setTimeout
(()
=>
{
...
...
@@ -113,14 +118,16 @@ const SwiperView = (props) => {
},[
currentIndex
])
return
(
<
View
className=
"contain"
>
<
View
className=
'left_btn'
onTap=
{
()
=>
turnRound
(
'LEFT'
)
}
>
<<
</
View
>
<
View
className=
"scroll_container"
style=
{
{
width
:
`${65
0/100}rem`
,
width
:
`${70
0/100}rem`
,
overflow
:
'hidden'
}
}
>
<
Swiper
className=
"swiper_group"
current=
{
currentIndex
}
...
...
@@ -152,13 +159,12 @@ const SwiperView = (props) => {
}
}
onTap=
{
()
=>
getCurrentDetail
(
item
)
}
>
{
i
===
currentIndex
&&
showLeftRightBtn
&&
(
<>
<
View
className=
'left_btn'
onTap=
{
(
e
)
=>
turnRound
(
e
,
'LEFT'
)
}
>
<<
</
View
>
<
View
className=
'right_btn'
onTap=
{
(
e
)
=>
turnRound
(
e
,
'RIGHT'
)
}
>
>>
</
View
>
</>
)
}
{
/* {i === currentIndex && (
<Image
className="checkPic"
src="https://yun.dui88.com/tebuXinYuan/checkGoods.png"
></Image>
)} */
}
<
View
className=
"item_img_content"
>
...
...
@@ -188,6 +194,8 @@ const SwiperView = (props) => {
))
}
</
Swiper
>
</
View
>
<
View
className=
'right_btn'
onTap=
{
()
=>
turnRound
(
'RIGHT'
)
}
>
>>
</
View
>
</
View
>
);
};
...
...
c_client/src/components/_tb_comps/SwiperView/SwiperView.less
View file @
166ad3f2
.contain{
width: 100%;
position: relative;
}
.left_btn{
width: 80px;
height: 40px;
display: flex;
position: absolute;
justify-content: center;
align-items: center;
z-index: 1;
top: 50%;
transform: translateY(-50%);
border: 1px solid cyan;
box-sizing: border-box;
}
.right_btn{
width: 80px;
height: 40px;
display: flex;
position: absolute;
justify-content: center;
align-items: center;
z-index: 1;
top: 50%;
transform: translateY(-50%);
border: 1px solid cyan;
box-sizing: border-box;
}
.left_btn{
left: 10px;
}
.right_btn{
right: 10px;
}
.scroll_container{
// width: 450px;
// overflow: hidden;
width: 80%;
margin: 0 auto;
display: flex;
justify-content: space-around;
...
...
@@ -32,27 +71,7 @@
position: relative;
border-radius: 20px;
.image-property(cover, top center);
.left_btn,
.right_btn{
width: 80px;
height: 40px;
display: flex;
position: absolute;
justify-content: center;
align-items: center;
z-index: 1;
top: 50%;
transform: translateY(-50%);
border: 1px solid cyan;
box-sizing: border-box;
}
.left_btn{
left: 10px;
}
.right_btn{
right: 10px;
}
...
...
c_client/src/pages/preComp/preComp.jsx
View file @
166ad3f2
...
...
@@ -30,6 +30,8 @@ import Countdown from '@/components/_tb_comps/CountDown/CountDown'
// import Demo from '@/components/_tb_comps/Rank/demo/index'
import
JackpotModal
from
'@/components/_tb_modal/JackpotModal'
import
{
VerticalBarrage
}
from
'@/components/_tb_comps/Barrage'
...
...
@@ -90,11 +92,11 @@ export default function PreComp(props) {
return
(
<
ContainerFit
hasFitPsd=
{
true
}
>
<
View
className=
{
styles
[
'scroll-view'
]
}
>
<
ScrollXView
prizeList=
{
prizeList
}
/>
{
/* <ScrollXView prizeList={prizeList} /> */
}
</
View
>
<
View
className=
{
styles
[
'comp-view'
]
}
>
{
/* 大转盘 */
}
<
RotateWheel
/>
{
/* <RotateWheel /> */
}
</
View
>
<
View
className=
{
styles
[
'comp-view'
]
}
>
{
/* swiper左右滑动 */
}
...
...
@@ -102,7 +104,7 @@ export default function PreComp(props) {
</
View
>
{
/* 排行榜 进度条 */
}
<
Demo
/>
{
/* <Demo /> */
}
{
/* 倒计时 */
}
<
View
...
...
@@ -111,12 +113,12 @@ export default function PreComp(props) {
marginTop
:
`${300/100}rem`
}
}
>
{
/* <Count
D
own targetTime="2021-10-01 10:00:00" /> */
}
{
/* <Count
d
own targetTime="2021-10-01 10:00:00" /> */
}
<
View
className=
{
styles
[
'view'
]
}
onTap=
{
playCurrentAudio
}
>
play audio
</
View
>
</
View
>
{
/* 竖向弹幕 */
}
<
VerticalBarrage
dataList=
{
BARRAGE_LIST
}
/>
{
/* <VerticalBarrage dataList={BARRAGE_LIST} /> */
}
</
ContainerFit
>
)
...
...
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