Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
gaoju
/
O2O
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d9c9c6f5
authored
Nov 29, 2019
by
gaoju
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改计划书页面滑动问题
1 parent
36b40e1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
src/components/Tabs/index.js
src/components/Tabs/index.js
View file @
d9c9c6f
...
@@ -169,13 +169,19 @@ go=(item)=>{
...
@@ -169,13 +169,19 @@ go=(item)=>{
<
div
className
=
{
!
showClient
||!
showClient1
?
styles
.
tabs1
:
styles
.
tabs
}
>
<
div
className
=
{
!
showClient
||!
showClient1
?
styles
.
tabs1
:
styles
.
tabs
}
>
{
/*计划书列表---所有*/
}
{
/*计划书列表---所有*/
}
{
this
.
props
.
allPlanList
&&
{
this
.
props
.
allPlanList
&&
<
div
>
<
div
style
=
{{
position
:
'relative'
,
minHeight
:
'100%'
,
backgroundColor
:
'#fff'
,
overflow
:
'hidden'
,
marginLeft
:
'15px'
,
width
:
'100%'
}}
>
<
InsuranceList
planList
=
{
this
.
props
.
allPlanList
}
goAddInsurance
=
{
this
.
goAddInsurance
}
style
=
{{
paddingTop
:
'0.2rem'
,}}
><
/InsuranceList
>
<
Iscroll
id
=
"myPlan-2"
<
div
className
=
{
styles
.
noMore
}
>
iscrollOptions
=
{{
<
div
><
img
src
=
{
require
(
'../../assets/image/no-more.png'
)}
alt
=
""
/>
probeType
:
2
<
span
>
没有更多啦
<
/span
>
}}
<
/div
>
>
<
/div
>
<
InsuranceList
planList
=
{
this
.
props
.
allPlanList
}
goAddInsurance
=
{
this
.
goAddInsurance
}
style
=
{{
paddingTop
:
'0.2rem'
,}}
><
/InsuranceList
>
<
div
className
=
{
styles
.
noMore
}
>
<
div
><
img
src
=
{
require
(
'../../assets/image/no-more.png'
)}
alt
=
""
/>
<
span
>
没有更多啦
<
/span
>
<
/div
>
<
/div
>
<
/Iscroll
>
<
/div
>
<
/div
>
}
}
{
/* 我的客户---无客户跟进中*/
}
{
/* 我的客户---无客户跟进中*/
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment