Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
b4d6820e
Commit
b4d6820e
authored
Apr 20, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入驻业务介绍页面高保真
parent
bf053579
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
64 deletions
+59
-64
index.vue
src/components/settle/index.vue
+4
-1
index.vue
src/pages/settle/index.vue
+55
-63
No files found.
src/components/settle/index.vue
View file @
b4d6820e
...
...
@@ -46,5 +46,8 @@
position
:
fixed
;
bottom
:
44rpx
;
width
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
</
style
>
src/pages/settle/index.vue
View file @
b4d6820e
...
...
@@ -2,65 +2,23 @@
<view
class=
"back_view"
>
<Settle
:index=
"1"
>
<view
class=
"content-view"
>
<view
style=
"padding: 30rpx;
"
>
<view
v-for=
"(item, index) in contentTexts"
:key=
"index"
:class=
"['item-list',
{last: contentTexts.length
<
=
index
+
1
}]
"
>
<view
class=
"item"
>
<view
class=
"item-label"
>
<text>
招募要求
</text>
<text>
{{
item
.
title
}}
</text>
</view>
<view
class=
"item-content"
>
<text>
1.必须具备相关的从业证书——电工证;
2.有汽车:皮卡、小面包、小轿车等;
3.需具备一定的作业工具:如液压压线钳、冲击钻、电锤、登高安全带、电锤、绝缘电阻仪(摇表)、交流充电模拟器等;
4.有充电桩安装经验优先;
</text>
</view>
</view>
<view
class=
"line-view"
></view>
<view
class=
"item"
>
<view
class=
"item-label"
>
<text>
结算价格
</text>
</view>
<view
class=
"item-content"
>
<text>
1.不同车企品牌结算价格不一,675元-1890元不等;
2.结算价格为包工包料价,安装材料根据车企品牌规格自行采购(电缆、空开、漏保);
3.结算账期:周结50%,剩余50%次月20号结算;
</text>
</view>
</view>
<view
class=
"line-view"
></view>
<view
class=
"item"
>
<view
class=
"item-label"
>
<text>
入驻资料
</text>
</view>
<view
class=
"item-content"
>
<text>
1.身份证正反面照片
2.高/低压电工证正反面照片
3.车辆照片
</text>
</view>
</view>
<view
class=
"line-view"
></view>
<view
class=
"item"
>
<view
class=
"item-label"
>
<text>
注意事项:
</text>
</view>
<view
class=
"item-content"
>
<text>
1.身份证,银行卡,签约人共有同一人,否则无法入驻。
2.充电桩材料按要求自行准备。
</text>
<text>
{{
item
.
content
}}
</text>
</view>
</view>
<view
class=
"line-view"
v-if=
"contentTexts.length > index + 1"
></view>
</view>
</view>
<template
v-slot:bottom
>
<
button
:class=
"['bottom_btn',
{'active': isStop}]" @click="$u.debounce(applyClick, 500)
">
<
u-button
class=
"bottom_btn"
@
click=
"$u.debounce(applyClick, 500)"
:custom-style=
"buttonStyle"
type=
"primary"
shape=
"circle
"
>
<text
class=
"bottom_title"
v-if=
"!isStop"
>
浏览
{{
count
}}
秒后可申请入驻
</text>
<text
class=
"bottom_title"
v-if=
"isStop"
>
申请入驻
</text>
</
button>
</
u-button>
</
template
>
</Settle>
</view>
...
...
@@ -82,6 +40,44 @@
saving
:
true
}
},
computed
:
{
contentTexts
()
{
return
[{
title
:
'招募要求'
,
content
:
'1.必须具备相关的从业证书——电工证;
\
n
\
2.有汽车:皮卡、小面包、小轿车等
\
n
\
3.需具备一定的作业工具:如液压压线钳、冲击钻、电锤、登高安全带、电锤、绝缘电阻仪(摇表)、交流充电模拟器等;
\
n
\
4.有充电桩安装经验优先;'
},
{
title
:
'结算价格'
,
content
:
'1.不同车企品牌结算价格不一,675元-1890元不等;
\
n
\
2.结算价格为包工包料价,安装材料根据车企品牌规格自行采购(电缆、空开、漏保);
\
n
\
3.结算账期:周结50%,剩余50%次月20号结算;'
},
{
title
:
'入驻资料'
,
content
:
'1.身份证正反面照片
\
n
\
2.高/低压电工证正反面照片
\
n
\
3.车辆照片'
},
{
title
:
'注意事项'
,
content
:
'1.身份证,银行卡,签约人共有同一人,否则无法入驻。
\
n
\
2.充电桩材料按要求自行准备。'
}]
},
buttonStyle
()
{
return
this
.
isStop
?
{
'color'
:
'#FFFFFF'
,
'background-color'
:
'#2272FF;'
,
'width'
:
'600rpx'
,
'height'
:
'104rpx'
,
}
:
{
'color'
:
'#FFFFFF'
,
'background-color'
:
'#D1D4D4;'
,
'width'
:
'600rpx'
,
'height'
:
'104rpx'
}
}
},
onLoad
(
e
)
{
this
.
initpageData
(
e
)
this
.
startCounting
()
...
...
@@ -204,9 +200,14 @@
background-color
:
#F4F5F7
;
height
:
2rpx
;
width
:
100%
;
margin-bottom
:
30rpx
;
margin-top
:
30rpx
;
}
.item-list
{
padding
:
30rpx
30rpx
0rpx
30rpx
;
&
.last
{
padding-bottom
:
30rpx
;
}
}
.item-label
{
...
...
@@ -220,25 +221,16 @@
color
:
#333333
;
font-size
:
26rpx
;
line-height
:
50rpx
;
margin-top
:
3
0rpx
;
margin-top
:
2
0rpx
;
}
.bottom_btn
{
width
:
600rpx
;
height
:
104rpx
;
line-height
:
96rpx
;
border-radius
:
54rpx
;
// border: 4rpx solid #FFFFFF;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
background-color
:
#D1D4D4
;
&
.active
{
background-color
:
#2272FF
;
}
.bottom_title
{
color
:
#fff
;
}
...
...
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