Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
045101e1
Commit
045101e1
authored
Aug 25, 2020
by
郭志伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 华贵试算问题解决;顾问计划跳转问题解决
parent
e5f78cba
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
+16
-8
index.less
src/views/Consultant/Buy/index.less
+1
-1
index.vue
src/views/Consultant/Plan/index.vue
+1
-1
index.less
src/views/Consultant/Success/index.less
+1
-1
liCalFee.mixin.js
src/views/Goods/Detail/modules/liCalFee.mixin.js
+12
-4
index.less
src/views/Goods/index.less
+1
-1
No files found.
src/views/Consultant/Buy/index.less
View file @
045101e1
...
...
@@ -27,7 +27,7 @@
&::after {
content: " ";
display: block;
height:
6
0px;
height:
8
0px;
}
}
.cul-hd {
...
...
src/views/Consultant/Plan/index.vue
View file @
045101e1
...
...
@@ -70,7 +70,7 @@
<strong>
{{
item
.
firstPrice
&&
item
.
firstPrice
.
split
(
"
元
"
)[
0
]
}}
</strong>
元
{{
item
.
firstPrice
&&
item
.
firstPrice
.
split
(
"
元
"
)[
1
]
}}
</div>
<cr-button
type=
"warning"
@
click=
"goDetail(detailIndex)"
>
<cr-button
type=
"warning"
@
click=
"goDetail(
item.
detailIndex)"
>
去投保
</cr-button>
</div>
...
...
src/views/Consultant/Success/index.less
View file @
045101e1
...
...
@@ -22,7 +22,7 @@
&::after {
content: " ";
display: block;
height:
6
0px;
height:
8
0px;
}
}
.cul-hd {
...
...
src/views/Goods/Detail/modules/liCalFee.mixin.js
View file @
045101e1
...
...
@@ -94,12 +94,20 @@ export default {
case
1
:
break
;
case
2
:
item
.
disabled
=
p
===
"
1
"
||
(
+
p
>=
4
&&
+
p
<=
6
&&
a
>
3
)
||
(
a
===
3
&&
(
+
p
===
1
||
+
p
===
4
));
if
(
a
===
4
&&
+
p
===
6
)
{
item
.
disabled
=
false
;
}
else
{
item
.
disabled
=
p
===
"
1
"
||
(
+
p
>=
4
&&
+
p
<=
6
&&
a
>
3
)
||
(
a
===
3
&&
(
+
p
===
1
||
+
p
===
4
));
}
break
;
case
3
:
item
.
disabled
=
+
p
<
3
||
(
a
>
1
&&
+
p
!==
6
)
||
(
a
===
1
&&
+
p
===
4
)
||
(
a
>=
3
&&
+
p
===
6
);
if
(
a
===
2
&&
+
p
!==
3
)
{
item
.
disabled
=
true
;
}
else
{
item
.
disabled
=
+
p
<
3
||
(
a
>
1
&&
+
p
!==
6
)
||
(
a
===
1
&&
+
p
===
4
)
||
(
a
>=
3
&&
+
p
===
6
);
}
break
;
default
:
break
;
...
...
src/views/Goods/index.less
View file @
045101e1
...
...
@@ -7,7 +7,7 @@
&::after {
content: " ";
display: block;
height:
6
0px;
height:
8
0px;
}
}
.goods-head {
...
...
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