Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
8c0dcfb0
Commit
8c0dcfb0
authored
Aug 26, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公众号
parent
a01d1fff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
index.js
src/api/base_info/campsite/index.js
+3
-3
stockCrowd.vue
src/views/baseInfo/stockCrowd/stockCrowd.vue
+2
-2
index.vue
src/views/baseInfo/stockCrowdDetail/index.vue
+3
-2
No files found.
src/api/base_info/campsite/index.js
View file @
8c0dcfb0
...
@@ -20,9 +20,9 @@ export function allPage(query) {
...
@@ -20,9 +20,9 @@ export function allPage(query) {
export
function
campsiteAllPage
(
query
)
{
export
function
campsiteAllPage
(
query
)
{
return
fetch
({
return
fetch
({
url
:
'/
vehicle/campsite/allPage
'
,
url
:
'/
api/campsite/campsiteShop/app/unauth/webchat_official/campsites
'
,
method
:
'
get
'
,
method
:
'
POST
'
,
params
:
query
data
:
query
});
});
}
}
...
...
src/views/baseInfo/stockCrowd/stockCrowd.vue
View file @
8c0dcfb0
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
</div>
</div>
</div>
</div>
<div
class=
"shoppings main-container"
style=
"background:#fff"
:class=
"
{'addressActive':addressShow }">
<div
class=
"shoppings main-container"
style=
"background:#fff"
:class=
"
{'addressActive':addressShow }">
<div
class=
"shoppings"
style=
"background:#fff
"
style=
"
margin-top: 90px;"
>
<div
class=
"shoppings"
style=
"background:#fff
;
margin-top: 90px;"
>
<div
class=
"all"
>
<div
class=
"all"
>
<div
class=
"goods"
>
<div
class=
"goods"
>
<div
v-infinite-scroll=
"loadMore"
infinite-scroll-disabled=
"busy"
infinite-scroll-distance=
"0"
>
<div
v-infinite-scroll=
"loadMore"
infinite-scroll-disabled=
"busy"
infinite-scroll-distance=
"0"
>
...
@@ -354,7 +354,7 @@
...
@@ -354,7 +354,7 @@
}
}
.goods
{
padding
:
0
15px
}
.goods
{
padding
:
0
15px
}
.cityBage
{
position
:
absolute
;
width
:
18px
;
height
:
3px
;
border-radius
:
5px
;
background
:
#C1A170
;
left
:
21%
;
bottom
:
-1px
}
.cityBage
{
position
:
absolute
;
width
:
18px
;
height
:
3px
;
border-radius
:
5px
;
background
:
#C1A170
;
left
:
21%
;
bottom
:
-1px
}
.bage
{
position
:
absolute
;
width
:
18px
;
height
:
3px
;
border-radius
:
5px
;
background
:
#C1A170
;
left
:
45
%
;
transform
:
translateX
(
-100%
);
bottom
:
-11px
}
.bage
{
position
:
absolute
;
width
:
18px
;
height
:
3px
;
border-radius
:
5px
;
background
:
#C1A170
;
left
:
50
%
;
transform
:
translateX
(
-100%
);
bottom
:
-11px
}
.city
{
position
:
relative
;
flex
:
1
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
word-wrap
:
break-word
;
word-break
:
break-all
;
color
:
#333
;
font-size
:
15px
;}
.city
{
position
:
relative
;
flex
:
1
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
word-wrap
:
break-word
;
word-break
:
break-all
;
color
:
#333
;
font-size
:
15px
;}
.price
{
position
:
relative
;
flex
:
1
;
border-left
:
1px
solid
#e1e1e1
;
color
:
#333
;
font-size
:
15px
}
.price
{
position
:
relative
;
flex
:
1
;
border-left
:
1px
solid
#e1e1e1
;
color
:
#333
;
font-size
:
15px
}
.addressActive
{
overflow
:
hidden
;}
.addressActive
{
overflow
:
hidden
;}
...
...
src/views/baseInfo/stockCrowdDetail/index.vue
View file @
8c0dcfb0
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<div
class=
"inputBox"
style=
"margin-top:10px"
>
<div
class=
"inputBox"
style=
"margin-top:10px"
>
<div
class=
"inputBoxLeft"
><span
style=
"color:red"
>
*
</span>
份额/股数
</div>
<div
class=
"inputBoxLeft"
><span
style=
"color:red"
>
*
</span>
份额/股数
</div>
<div
class=
"inputBoxRight"
>
<div
class=
"inputBoxRight"
>
<input
type=
"text"
placeholder=
"请输入您的份额/股数"
v-model=
"form.count"
>
<input
type=
"text"
placeholder=
"请输入您的份额/股数"
v-model
.
number
=
"form.count"
>
</div>
</div>
</div>
</div>
<ruby
class=
"ruby"
v-if=
"msg"
>
{{
msg
}}
</ruby>
<ruby
class=
"ruby"
v-if=
"msg"
>
{{
msg
}}
</ruby>
...
@@ -211,10 +211,11 @@
...
@@ -211,10 +211,11 @@
checkPhone
(
that
.
form
.
tel
);
checkPhone
(
that
.
form
.
tel
);
checkCount
(
that
.
form
.
count
);
checkCount
(
that
.
form
.
count
);
if
(
isNum
&&
isPhone
)
{
if
(
isNum
&&
isPhone
)
{
this
.
form
.
companyId
=
Number
(
this
.
form
.
companyId
)
stockApply
(
this
.
form
)
stockApply
(
this
.
form
)
.
then
(
res
=>
{
.
then
(
res
=>
{
that
.
optionName
=
"crowdResult"
;
that
.
optionName
=
"crowdResult"
;
if
(
res
.
code
==
1
){
if
(
res
.
status
==
200
){
that
.
img
=
!
0
;
that
.
img
=
!
0
;
}
else
{
}
else
{
that
.
img
=
!
1
;
that
.
img
=
!
1
;
...
...
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