Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
34aafa88
提交
34aafa88
编写于
9月 10, 2022
作者:
“grape”
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式修改
上级
5bc8ec58
变更
15
显示空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
140 行增加
和
44 行删除
+140
-44
CardPottom.vue
src/components/common/CardPottom.vue
+3
-3
Person.vue
src/components/common/Person.vue
+7
-7
PicketAcced.vue
src/components/common/PicketAcced.vue
+1
-0
CountResultB.vue
src/views/DepositInterestTrial/CountResultB.vue
+15
-7
MyPage.vue
src/views/MyView/MyPage.vue
+1
-1
LoginView.vue
src/views/authentication/LoginView.vue
+4
-1
Agreement.vue
src/views/recognition/Agreement.vue
+3
-2
FaceSuccess.vue
src/views/recognition/FaceSuccess.vue
+1
-1
Intention.vue
src/views/recognition/Intention.vue
+1
-1
LinSuccess.vue
src/views/recognition/LinSuccess.vue
+1
-1
Recognition.vue
src/views/recognition/Recognition.vue
+1
-1
AccommodMain.vue
src/views/workbench/AccommodMain.vue
+51
-9
PersonLod.vue
src/views/workbench/PersonLod.vue
+31
-6
modifyInfo.vue
src/views/workbench/modifyInfo.vue
+10
-2
modifyPassword.vue
src/views/workbench/modifyPassword.vue
+10
-2
未找到文件。
src/components/common/CardPottom.vue
浏览文件 @
34aafa88
...
...
@@ -13,9 +13,9 @@
<div
>
<van-row
type=
"flex"
class=
"title"
>
<van-col
span=
"24"
style=
"text-align: left"
>
合同金额(元)
<span
class=
"solts"
@
click=
"switchEye"
>
<van-icon
name=
"closed-eye"
v-if=
"this.eye"
/>
<van-icon
name=
"eye"
v-else
/>
<span
class=
"solts"
@
click=
"switchEye"
>
<van-icon
size=
"18"
style=
"height:21;"
name=
"closed-eye"
v-if=
"this.eye"
/>
<van-icon
size=
"18"
style=
"height:21;"
name=
"eye"
v-else
/>
</span>
</van-col>
...
...
src/components/common/Person.vue
浏览文件 @
34aafa88
...
...
@@ -107,13 +107,13 @@ export default class Person extends Vue {
</
script
>
<
style
scoped
lang=
"scss"
>
.live
{
background-color
:
rgb
(
255
,
187
,
21
)
;
background-color
:
#ffbb15
;
border-radius
:
4px
;
line-height
:
26
px
;
width
:
70
px
;
line-height
:
18
px
;
width
:
49
px
;
font-size
:
12px
;
text-align
:
center
;
height
:
25
px
;
height
:
17
px
;
}
.tool
{
...
...
src/components/common/PicketAcced.vue
浏览文件 @
34aafa88
...
...
@@ -107,6 +107,7 @@ export default class PicketAcced extends Vue {
height
:
190px
;
margin
:
3%
3%
3%
3%
;
background
:
#ffffff
;
border
:
none
;
}
.priductName
{
...
...
src/views/DepositInterestTrial/CountResultB.vue
浏览文件 @
34aafa88
...
...
@@ -5,8 +5,8 @@
<
template
>
<div>
<div
class=
"rarle"
>
<div
style=
"width:100%;height: calc(
35vh);background: linear-gradient(90deg, #76befa 0%, #3672f1 99%
);"
>
<tatle-bar
:tatle=
"titleName"
:tatleflag=
"titleflag"
>
<div
style=
"width:100%;height: calc(
25vh);background: linear-gradient(#0B54E0 50px , #ffffff
);"
>
<tatle-bar
:tatle=
"titleName"
:tatleflag=
"titleflag"
style=
"background: #0B54E0"
>
</tatle-bar>
</div>
<div
class=
"card"
>
...
...
@@ -19,7 +19,10 @@
font-weight: 700;
font-style: normal;"
>
{{
result
}}
</span></div>
</div>
<div
style=
"margin-top: 50px; margin-left: 30px; margin-right: 30px"
>
<div
style=
"margin-top: 125px; margin-left: 30px; margin-right: 30px"
>
<van-row>
<van-col
span=
"12"
style=
"color: #999999"
>
储蓄方式
</van-col>
<van-col
span=
"12"
style=
"text-align: right"
>
{{
saveType
}}
</van-col>
...
...
@@ -49,8 +52,11 @@
<van-col
span=
"12"
style=
"text-align: right"
>
{{
depositAmt
}}
</van-col>
</van-row>
</div>
<van-button
style=
"width: 90%;margin-left: 5%;background-color: #1890ff;position: absolute;margin-top: 26%;height: 6%;border-radius: 5px;"
type=
"primary"
@
click=
"returnCount"
>
确定
</van-button>
<van-button
style=
"width: 90%;margin-left: 5%;position: absolute;margin-top: 40%;height: 6%;border-radius: 5px;border-color: #1890ff"
@
click=
"returnCount"
><span
style=
"color: #1890ff"
>
重新计算
</span></van-button>
<van-button
style=
"width: 90%;margin-left: 5%;margin-top:30px;background-color: #3672F1;border-radius: 5px;border:0px;"
type=
"primary"
@
click=
"returnCount"
>
确定
</van-button>
<van-button
style=
"width: 90%;margin-left: 5%;margin-top:20px;border-radius: 5px;border-color: #3672F1"
@
click=
"returnCount"
><span
style=
"color: #3672F1"
>
重新计算
</span></van-button>
</div>
</div>
</
template
>
...
...
@@ -88,12 +94,14 @@ export default class CountResultB extends Vue{
</
script
>
<
style
scoped
lang=
"scss"
>
.card
{
::v-deep
.card
{
position
:
absolute
;
background-color
:
#ffffff
;
width
:
90%
;
margin-left
:
5%
;
margin-top
:
-30%
;
margin-top
:
-12vh
;
height
:
180px
;
border-radius
:
10px
;
}
</
style
>
src/views/MyView/MyPage.vue
浏览文件 @
34aafa88
...
...
@@ -120,7 +120,7 @@ export default class MyPage extends Vue {
.card
{
position
:
absolute
;
top
:
30%
;
top
:
200px
;
left
:
3%
;
right
:
3%
;
width
:
90%
;
...
...
src/views/authentication/LoginView.vue
浏览文件 @
34aafa88
...
...
@@ -19,7 +19,10 @@
<!--
<van-col
span=
"24"
><span
class=
"font-size-12-dhc"
style=
"font-weight: 400; font-family: 'Arial Normal', 'Arial';-->
<!--}">请使用手机号或身份证号登录
</span></van-col>
-->
<!--
</van-row>
-->
<van-form>
<div
class=
"logindiv"
style=
"margin-top: 30%"
>
<span
class=
"sopan"
>
账号
</span>
<van-field
@
input=
"noChange"
v-model=
"loginNo"
:border=
"true"
placeholder=
"请输入手机号或身份证号"
...
...
src/views/recognition/Agreement.vue
浏览文件 @
34aafa88
...
...
@@ -59,8 +59,9 @@ export default class Agreement extends Vue {
}
</
script
>
<
style
scoped
lang=
"scss"
>
.vbutton
{
border-radius
:
4%
;
::v-deep
.vbutton
{
background-color
:
#3672F1
;
border-radius
:
5px
;
}
.info
{
width
:
90%
;
...
...
src/views/recognition/FaceSuccess.vue
浏览文件 @
34aafa88
...
...
@@ -32,7 +32,7 @@
</van-row>
<van-row
class=
"four"
>
<van-col
span=
"24"
>
<van-button
type=
"info"
size=
"normal"
style=
"width: 80%;"
@
click=
"quick()"
>
去申请
</van-button>
<van-button
type=
"info"
size=
"normal"
style=
"width: 80%;
background-color: #3672F1; border-radius: 5px;
"
@
click=
"quick()"
>
去申请
</van-button>
</van-col>
</van-row>
</div>
...
...
src/views/recognition/Intention.vue
浏览文件 @
34aafa88
...
...
@@ -142,7 +142,7 @@
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-button
class=
"vbutton"
block
type=
"info
"
@
click=
"recognition()"
>
立即提交
</van-button>
<van-button
class=
"vbutton"
size=
"normal"
block
type=
"info"
style=
"width: 92%; margin:0px 4%; background-color: #3672F1; border-radius: 5px;
"
@
click=
"recognition()"
>
立即提交
</van-button>
</van-cell-group>
</van-col>
</van-row>
...
...
src/views/recognition/LinSuccess.vue
浏览文件 @
34aafa88
...
...
@@ -40,7 +40,7 @@
</van-row>
<van-row
class=
"four"
>
<van-col
span=
"24"
>
<van-button
type=
"info"
size=
"normal"
style=
"width: 80%;"
@
click=
"quick()"
>
首页
</van-button>
<van-button
type=
"info"
size=
"normal"
style=
"width: 80%;
background-color: #3672F1; border-radius: 5px;
"
@
click=
"quick()"
>
首页
</van-button>
</van-col>
</van-row>
</div>
...
...
src/views/recognition/Recognition.vue
浏览文件 @
34aafa88
...
...
@@ -42,7 +42,7 @@
:rules=
"[
{ required: true, message: '请填写身份证号' }]" />
<van-field
v-model=
"name"
name=
"姓名"
label=
"姓名"
placeholder=
"姓名"
:rules=
"[
{ required: true, message: '请填写姓名' }]" />
<div
style=
"margin: 16px;"
>
<van-button
class=
"vbutton"
s
quare
block
type=
"info"
native-type=
"submit"
@
click=
"volick()"
>
下一步
</van-button>
<van-button
class=
"vbutton"
s
tyle=
"background-color: #3672F1; border-radius: 5px; "
block
type=
"info"
native-type=
"submit"
@
click=
"volick()"
>
下一步
</van-button>
</div>
</van-form>
</div>
...
...
src/views/workbench/AccommodMain.vue
浏览文件 @
34aafa88
...
...
@@ -2,7 +2,7 @@
* @ Author: zhaowei
* @ Create Time: 2022-08-11 11:02:17
* @ Modified by: zhaowei
* @ Modified time: 2022-09-
02 10:01:41
* @ Modified time: 2022-09-
10 11:18:05
* @ Description:
-->
...
...
@@ -12,8 +12,8 @@
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
</div>
<div>
<scroller-view
pullup=
"true"
pulldown=
"true"
v-calculate-height
>
<div
>
<scroller-view
pullup=
"true"
pulldown=
"true"
v-calculate-height
>
<div
class=
"card"
v-for=
"(item, index) in productParam"
:key=
"index"
>
<div>
<van-row
@
click=
"onClickDetails(item)"
>
...
...
@@ -54,7 +54,18 @@
<img
class=
"icon"
v-if=
"item.status === 2"
:src=
"require('@/assets/images/shoulizhong.png')"
/>
</van-col>
</van-row>
<div
style=
"background-color: #00c6ff; text-align: center; color: #FFFFFF; margin-top: 4px"
v-if=
"item.status === 1"
@
click=
"toReceipt"
><span>
查看借据
</span></div>
<van-row
class=
"bottom"
v-if=
"item.status === 1"
@
click=
"toReceipt"
>
<van-col
span=
"24"
class=
"lablel"
>
<span>
查看借据
</span>
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
</van-col>
</van-row>
</div>
<!--
<van-row
type=
"flex"
class=
"bottom"
@
click=
"onClickPicket()"
>
<van-col
span=
"24"
class=
"lablel"
><span>
查看合同
</span>
...
...
@@ -103,7 +114,18 @@
<img
class=
"icon"
v-if=
"item.status === 3"
:src=
"require('@/assets/images/shenqingzhong.png')"
/>
</van-col>
</van-row>
<div
style=
"background-color: #00c6ff; text-align: center; color: #FFFFFF; margin-top: 4px"
@
click=
"toProgress"
><span>
查看进度
</span></div>
<van-row
class=
"bottom"
@
click=
"toProgress"
>
<van-col
span=
"24"
class=
"lablel"
>
<span>
查看进度
</span>
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
</van-col>
</van-row>
</div>
<!--
<van-row
type=
"flex"
class=
"bottom"
@
click=
"onClickPicket()"
>
<van-col
span=
"24"
class=
"lablel"
><span>
查看合同
</span>
...
...
@@ -208,9 +230,11 @@ export default class AccommodMain extends Vue {
.card
{
border-radius
:
2%
;
height
:
28vh
;
//height: 28vh;
height
:
190px
;
margin
:
3%
3%
3%
3%
;
background
:
#ffffff
;
border
:
none
;
}
.contractNo
{
...
...
@@ -236,16 +260,26 @@ export default class AccommodMain extends Vue {
height
:
20px
;
}
.bottom
[
data-v-d306f034
]
{
background-color
:
#3672f1
;
.bottom
{
background-color
:
#3672F1
;
border
:
none
;
border-radius
:
5px
;
border-top-left-radius
:
0px
;
border-top-right-radius
:
0px
;
text-align
:
center
;
margin-top
:
15
px
;
height
:
30
px
;
}
.lable
{
text-align
:
left
;
color
:
#7F7F7F
;
font-size
:
14px
;
font-family
:
'Arial Negreta'
,
'Arial Normal'
,
'Arial'
;
font-weight
:
400
;
font-style
:
normal
;
}
.lablel
{
text-align
:
center
;
font-size
:
12px
;
...
...
@@ -253,5 +287,13 @@ export default class AccommodMain extends Vue {
font-family
:
'Arial Negreta'
,
'Arial Normal'
,
'Arial'
;
font-weight
:
400
;
font-style
:
normal
;
height
:
30px
;
}
::v-deep
.scroller
{
padding-bottom
:
2px
;
padding-top
:
1%
;
}
</
style
>
src/views/workbench/PersonLod.vue
浏览文件 @
34aafa88
...
...
@@ -51,17 +51,42 @@
<van-field
v-model=
"newPassword"
label=
"新密码"
:border=
"true"
placeholder=
"请输入新密码"
/>
</van-col>
</van-row>
-->
<
div
style=
"margin: 16px;"
>
<
van-button
@
click=
"modifyInfo"
round
block
type=
"info"
native-type=
"button"
>
修改信息
</van-button
>
<
!--
<div
style=
"margin: 16px;"
>
--
>
<
!--
<van-button
@
click=
"modifyInfo"
round
block
type=
"info"
native-type=
"button"
>
修改信息
</van-button>
--
>
</div>
<div
style=
"margin: 16px;"
>
<van-button
@
click=
"modifyPassword"
hairline
round
plain
block
type=
"info"
native-type=
"button"
>
修改密码
</van-button
>
<!--
</div>
--
>
</div>
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-button
native-type=
"button"
style=
"width: 92%; margin:10px 4%; background-color: #3672F1;border-radius: 5px; border-color: #3672F1"
type=
"primary"
block
@
click=
"modifyInfo"
>
修改信息
</van-button>
</van-col>
</van-row>
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-button
style=
"width: 92%; margin:5px 4%; border-radius: 5px;border-color: #3672F1"
@
click=
"modifyPassword"
block
><span
style=
"color: #3672F1"
>
修改密码
</span></van-button>
</van-col>
</van-row>
<!--
<div
style=
"margin: 16px;"
>
<van-button
@
click=
"modifyPassword"
hairline
plain
block
type=
"info"
style=
"b"
native-type=
"button"
>
修改密码
</van-button>
</div>
-->
</div>
</
template
>
...
...
src/views/workbench/modifyInfo.vue
浏览文件 @
34aafa88
...
...
@@ -51,11 +51,19 @@
<van-field
v-model=
"newPassword"
label=
"新密码"
:border=
"true"
placeholder=
"请输入新密码"
/>
</van-col>
</van-row>
-->
<div
style=
"margin: 16px;"
>
<
!--
<
div
style=
"margin: 16px;"
>
<van-button
@
click=
"modifyInfo"
round
block
type=
"info"
native-type=
"button"
>
保存
</van-button>
</div>
</div>
-->
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-button
native-type=
"button"
style=
"width: 92%; margin:10px 4%; background-color: #3672F1;border-radius: 5px; border-color: #3672F1"
type=
"primary"
block
@
click=
"modifyInfo"
>
保存
</van-button>
</van-col>
</van-row>
</div>
</
template
>
...
...
src/views/workbench/modifyPassword.vue
浏览文件 @
34aafa88
...
...
@@ -65,11 +65,19 @@
</van-col>
</van-row>
<div
style=
"margin: 16px; margin-top: 10%"
>
<
!-- <
div style="margin: 16px; margin-top: 10%">
<van-button @click="modifyInfo" round block type="info" native-type="button">保存</van-button>
</div>
</div> -->
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-button
native-type=
"button"
style=
"width: 92%; margin:10px 4%; background-color: #3672F1;border-radius: 5px; border-color: #3672F1"
type=
"primary"
block
@
click=
"modifyInfo"
>
保存
</van-button>
</van-col>
</van-row>
</div>
</template>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录