Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
c3699469
提交
c3699469
编写于
9月 08, 2022
作者:
donghuawangliang0612
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug修改
上级
34d983c9
变更
10
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
248 行增加
和
84 行删除
+248
-84
PicketAcced.vue
src/components/common/PicketAcced.vue
+4
-3
workbench.routing.ts
src/router/workbench.routing.ts
+10
-3
CountResultB.vue
src/views/DepositInterestTrial/CountResultB.vue
+1
-1
DepositInterestTrial.vue
src/views/DepositInterestTrial/DepositInterestTrial.vue
+13
-10
Main.vue
src/views/main/Main.vue
+54
-27
AccommodDetails.vue
src/views/workbench/AccommodDetails.vue
+2
-2
AccommodMain.vue
src/views/workbench/AccommodMain.vue
+16
-10
Accommodation.vue
src/views/workbench/Accommodation.vue
+1
-1
ContractDetail.vue
src/views/workbench/ContractDetail.vue
+140
-0
modifyPassword.vue
src/views/workbench/modifyPassword.vue
+7
-27
未找到文件。
src/components/common/PicketAcced.vue
浏览文件 @
c3699469
...
...
@@ -40,9 +40,10 @@
<svg
class=
"icon"
aria-hidden=
"true"
v-if=
"item.status === 1"
>
<use
xlink:href=
"#icon-a-yifafang60x60px"
></use>
</svg>
<svg
class=
"icon"
aria-hidden=
"true"
v-if=
"item.status === 2"
>
<use
xlink:href=
"#icon-shenqingzhong"
></use>
</svg>
<!-- 已完成的贷款没有"申请中"的状态-->
<!--
<svg
class=
"icon"
aria-hidden=
"true"
v-if=
"item.status === 2"
>
-->
<!--
<use
xlink:href=
"#icon-shenqingzhong"
></use>
-->
<!--
</svg>
-->
<svg
class=
"icon"
aria-hidden=
"true"
v-if=
"item.status === 3"
>
<use
xlink:href=
"#icon-yijieqing"
></use>
</svg>
...
...
src/router/workbench.routing.ts
浏览文件 @
c3699469
...
...
@@ -11,6 +11,13 @@ import { propsConvert } from "@/services/props-convert";
const
prefix
=
"
/workbench
"
;
const
workbenchRoutes
=
[
{
path
:
`/ContractDetail`
,
name
:
'
ContractDetail
'
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/workbench/ContractDetail.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
false
,
requiresAuth
:
true
,
name
:
"
合同信息
"
},
},
{
path
:
`/PersonLod`
,
name
:
'
PersonLod
'
,
...
...
src/views/DepositInterestTrial/CountResultB.vue
浏览文件 @
c3699469
...
...
@@ -27,7 +27,7 @@
</div>
<div
style=
"margin-top: 20px; margin-left: 30px; margin-right: 30px"
>
<van-row>
<van-col
span=
"12"
style=
"color: #999999"
>
定期
类型
</van-col>
<van-col
span=
"12"
style=
"color: #999999"
>
存款
类型
</van-col>
<van-col
span=
"12"
style=
"text-align: right"
>
{{
timeType
}}
</van-col>
</van-row>
</div>
...
...
src/views/DepositInterestTrial/DepositInterestTrial.vue
浏览文件 @
c3699469
...
...
@@ -55,7 +55,7 @@
<van-col
span=
"24"
>
<!--
<van-field
is-link
readonly
:value=
"timeTypeValue"
label=
"定期类型"
input-align=
"right"
placeholder=
"请选择定期类型"
@
click=
"showTimeTypes = true"
/>
-->
<van-field
is-link
readonly
:value=
"test.timeType"
label=
"
定期
类型"
input-align=
"right"
placeholder=
"请选择定期类型"
@
click=
"showTimeTypes = true"
/>
<van-field
is-link
readonly
:value=
"test.timeType"
label=
"
存款
类型"
input-align=
"right"
placeholder=
"请选择定期类型"
@
click=
"showTimeTypes = true"
/>
<van-popup
v-model=
"showTimeTypes"
round
position=
"bottom"
>
<van-picker
...
...
@@ -123,8 +123,8 @@
<div
class=
"card"
v-if=
"!flag"
:model=
"test2"
>
<!--
<div
class=
"d-flex"
style=
"margin-top: 6%;margin-left: 5%"
>
贷款金额(元)
<van-field
v-model=
"test2.loanAmt"
placeholder=
"请输入贷款金额 "
style=
"width: 50%;margin-top: -4%;margin-left: auto;"
input-align=
"right"
></van-field></div>
<div
class=
"d-flex"
style=
"margin-top: 6%;margin-left: 5%"
>
贷款期限(月)
<van-field
v-model=
"test2.loanTime"
placeholder=
"请输入贷款期限 "
style=
"width: 50%;margin-top: -4%;margin-left: auto"
input-align=
"right"
></van-field></div>
<!--
<div
class=
"d-flex"
style=
"margin-top: 6%;margin-left: 5%"
>
计划月还款(元)
<van-field
v-model=
"test2.planMonthRepay"
placeholder=
"请输入计划月还款"
style=
"width: 50%;margin-top: -4%;margin-left: auto"
></van-field></div>
--
>
<!--
<div
class=
"d-flex"
style=
"margin-top: 6%;margin-left: 5%"
>
贷款利率(%)
<van-field
v-model=
"test2.loanTime"
placeholder=
"请输入贷款利率 "
style=
"width: 50%;margin-top: -4%;margin-left: auto;"
input-align=
"right"
></van-field></div>
-->
<div
class=
"d-flex"
style=
"margin-top: 6%;margin-left: 5%"
>
计划月还款(元)
<van-field
v-model=
"test2.planMonthRepay"
placeholder=
"请输入计划月还款"
style=
"width: 50%;margin-top: -4%;margin-left: auto"
></van-field></div
>
<div
class=
"d-flex"
style=
"margin-top: 6%;margin-left: 5%"
>
贷款利率(%)
<van-field
v-model=
"test2.loanTime"
placeholder=
"请输入贷款利率 "
style=
"width: 50%;margin-top: -4%;margin-left: auto;"
input-align=
"right"
></van-field></div>
-->
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
...
...
@@ -343,9 +343,10 @@ export default class DepositInterestTrial extends Vue{
this
.
flagB
=
true
;
}
countA
()
{
let
result
=
0
;
result
=
parseInt
(
this
.
test
.
depositAmt
)
*
parseInt
(
this
.
test
.
yearRate
)
/
100
*
parseInt
(
this
.
test
.
time
==
"
一年
"
?
"
1
"
:
this
.
test
.
time
==
"
两年
"
?
"
2
"
:
"
3
"
);
console
.
log
(
"
@@@@
"
+
this
.
test
.
depositAmt
)
let
resultFirst
=
0
;
let
result
=
""
;
resultFirst
=
parseInt
(
this
.
test
.
depositAmt
)
*
parseInt
(
this
.
test
.
yearRate
)
/
100
*
parseInt
(
this
.
test
.
time
==
"
一年
"
?
"
1
"
:
this
.
test
.
time
==
"
两年
"
?
"
2
"
:
"
3
"
);
result
=
resultFirst
.
toFixed
(
2
);
if
(
this
.
test
.
depositAmt
==
""
||
this
.
test
.
yearRate
==
""
||
this
.
test
.
time
==
""
){
alert
(
"
请输入数据
"
);
}
else
{
...
...
@@ -357,14 +358,16 @@ export default class DepositInterestTrial extends Vue{
time
:
this
.
test
.
time
==
"
一年
"
?
"
1
"
:
this
.
test
.
time
==
"
两年
"
?
"
2
"
:
"
3
"
,
yearRate
:
this
.
test
.
yearRate
,
depositAmt
:
this
.
test
.
depositAmt
,
result
:
result
.
toString
()
,
result
:
result
,
}
})
}
}
countB
()
{
let
result
=
0
;
result
=
parseInt
(
this
.
test2
.
loanAmt
)
*
parseInt
(
this
.
test2
.
loanRate
)
/
100
*
parseInt
(
this
.
test2
.
loanTime
)
/
12
;
let
resultFirst
=
0
;
let
result
=
""
;
resultFirst
=
parseInt
(
this
.
test2
.
loanAmt
)
*
parseInt
(
this
.
test2
.
loanRate
)
/
100
*
parseInt
(
this
.
test2
.
loanTime
)
/
12
;
result
=
resultFirst
.
toFixed
(
2
);
if
(
this
.
test2
.
loanAmt
==
""
||
this
.
test2
.
loanRate
==
""
||
this
.
test2
.
loanTime
==
""
){
alert
(
"
请输入数据
"
)
}
else
{
...
...
@@ -378,7 +381,7 @@ export default class DepositInterestTrial extends Vue{
loanRate
:
this
.
test2
.
loanRate
,
loanType
:
this
.
test2
.
loanType
,
repayType
:
this
.
test2
.
repayType
,
result
:
result
.
toString
()
,
result
:
result
,
}
})
}
...
...
src/views/main/Main.vue
浏览文件 @
c3699469
...
...
@@ -8,7 +8,7 @@
-->
<
template
>
<div
class=
"d-page d-flex flex-column"
style=
"background-colo
r:background
: linear-gradient(to bottom, #0B54E0 , #ffffff);"
>
<div
class=
"d-page d-flex flex-column"
style=
"background-colo
: linear-gradient(to bottom, #0B54E0 , #ffffff);"
>
<div
class=
"rarle"
>
<tools-bar
:title=
"tatleName"
style=
"width: 100%; height: calc(25vh)"
>
</tools-bar>
...
...
@@ -54,7 +54,7 @@
</van-row>
</div>
<div
style=
" box-shadow: rgb
(0 0 0 / 10%
) 0px 2px 12px 0px;"
>
<div
style=
" box-shadow: rgb
a(0, 0, 0, 0.1
) 0px 2px 12px 0px;"
>
<div
class=
"prudect"
style=
"background-color: #ffffff;"
>
...
...
@@ -120,7 +120,7 @@
<van-dropdown-menu
style=
"height: 44px; width:25%;"
active-color=
"black"
color=
"black"
>
<van-dropdown-item
title=
"综合筛选"
ref=
"item"
>
<van-dropdown-item
title=
"综合筛选"
ref=
"item"
>
<div
class=
"application"
v-for=
"(item, index) in applicaList.slice(0, 1)"
...
...
@@ -296,10 +296,10 @@
<div
style=
"margin-top: 4%"
>
<van-row
type=
"flex"
>
<van-col
span=
"12"
>
<van-button
square
block
type=
"default"
>
重置
</van-button>
<van-button
square
block
type=
"default"
@
click=
"resetData"
>
重置
</van-button>
</van-col>
<van-col
span=
"12"
>
<van-button
square
block
type=
"info"
>
确定
</van-button>
<van-button
square
block
type=
"info"
@
click=
"confirmData"
>
确定
</van-button>
</van-col>
</van-row>
</div>
...
...
@@ -576,6 +576,33 @@ export default class Main extends Vue {
// }
});
}
//重置选项
resetData
(){
this
.
vanvcol11
=
"
vandilote
"
;
this
.
vanvcol12
=
"
vandilote
"
;
this
.
vanvcol13
=
"
vandilote
"
;
this
.
vanvcol14
=
"
vandilote
"
;
this
.
vanvcol21
=
"
vandilote
"
;
this
.
vanvcol22
=
"
vandilote
"
;
this
.
vanvcol23
=
"
vandilote
"
;
this
.
vanvcol24
=
"
vandilote
"
;
this
.
vanvcol31
=
"
vandilote
"
;
this
.
vanvcol32
=
"
vandilote
"
;
this
.
vanvcol33
=
"
vandilote
"
;
this
.
vanvcol34
=
"
vandilote
"
;
this
.
vanvcol41
=
"
vandilote
"
;
this
.
vanvcol42
=
"
vandilote
"
;
this
.
vanvcol43
=
"
vandilote
"
;
this
.
vanvcol44
=
"
vandilote
"
;
}
//确认按钮
confirmData
(){
let
item
:
any
=
this
.
$refs
.
item
;
item
.
toggle
(
false
);
}
//切换
clickButton1
(
index
:
number
,
item
:
number
)
{
var
select
=
(
this
.
applicaList
[
index
].
sellet
=
item
);
...
...
@@ -618,7 +645,7 @@ export default class Main extends Vue {
this
.
vanvcol22
=
"
vandilote
"
;
this
.
vanvcol23
=
"
vandilote
"
;
this
.
vanvcol24
=
"
vandilote
"
;
console
.
log
(
this
.
applicaList
[
index
].
sellet
);
//
console.log(this.applicaList[index].sellet);
}
else
if
(
item
===
2
)
{
this
.
vanvcol21
=
"
vandilote
"
;
this
.
vanvcol22
=
"
vancoll
"
;
...
...
src/views/workbench/AccommodDetails.vue
浏览文件 @
c3699469
...
...
@@ -23,14 +23,14 @@
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"
身份证号"
:value=
"idcard
"
readonly
input-align=
"right"
/>
<van-field
label=
"
姓名"
:value=
"name
"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"
姓名"
:value=
"name
"
readonly
input-align=
"right"
/>
<van-field
label=
"
身份证号"
:value=
"idcard
"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
...
...
src/views/workbench/AccommodMain.vue
浏览文件 @
c3699469
...
...
@@ -16,7 +16,7 @@
<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()"
>
<van-row
@
click=
"onClickDetails(
item
)"
>
<van-col
span=
"16"
>
<van-col
span=
"24"
class=
"contractNo"
><span>
合同编号:
</span>
{{
item
.
contractNo
}}
</van-col>
<van-col
style=
" width: 100%; margin-left: 8%; line-height: 2;"
>
...
...
@@ -36,8 +36,8 @@
<van-col
span=
"10"
class=
"contractRate"
style=
"font-size: 12px"
>
{{
item
.
contractRate
}}
</van-col>
</van-row>
<van-row>
<van-col
span=
"14"
class=
"lable"
><span>
还款方式
:
</span></van-col>
<van-col
span=
"10"
class=
"paymentMethod"
style=
"font-size: 12px"
>
{{
item
.
paymentMethod
}}
</van-col>
<van-col
span=
"14"
class=
"lable"
><span>
到期日期
:
</span></van-col>
<van-col
span=
"10"
class=
"paymentMethod"
style=
"font-size: 12px"
>
{{
item
.
endDate
}}
</van-col>
</van-row>
</van-col>
...
...
@@ -66,7 +66,7 @@
</div>
<div
class=
"card"
v-for=
"(item, index) in productParamA"
:key=
"index"
>
<div>
<van-row
@
click=
"onClickDetails()"
>
<van-row
@
click=
"onClickDetails(
item
)"
>
<van-col
span=
"16"
>
<van-col
span=
"24"
class=
"contractNo"
><span>
产品意向申请:
</span>
{{
item
.
contractNo
}}
</van-col>
<van-col
style=
" width: 100%; margin-left: 8%; line-height: 2;"
>
...
...
@@ -134,7 +134,7 @@ export default class AccommodMain extends Vue {
contractType
:
"
一般借款合同
"
,
contractAmount
:
"
30,000.00
"
,
contractRate
:
"
4.13%
"
,
paymentMethod
:
"
等额本金
"
,
endDate
:
"
2022-01-01
"
,
status
:
1
},
{
...
...
@@ -142,7 +142,7 @@ export default class AccommodMain extends Vue {
contractType
:
"
一般借款合同
"
,
contractAmount
:
"
30,000.00
"
,
contractRate
:
"
1.13%
"
,
paymentMethod
:
"
等额本金
"
,
endDate
:
"
2022-01-01
"
,
status
:
2
},
];
...
...
@@ -157,10 +157,16 @@ export default class AccommodMain extends Vue {
];
//点击还款计划事件
onClickDetails
()
{
onClickDetails
(
item
:
any
)
{
if
(
item
.
status
==
2
||
item
.
status
==
3
){
this
.
$router
.
push
({
name
:
"
AccommodDetails
"
})
name
:
"
AccommodDetails
"
,
});
}
else
if
(
item
.
status
==
1
){
this
.
$router
.
push
({
name
:
"
ContractDetail
"
,
});
}
}
toReceipt
()
{
this
.
$router
.
push
({
...
...
src/views/workbench/Accommodation.vue
浏览文件 @
c3699469
...
...
@@ -50,7 +50,7 @@ export default class Accommodation extends Vue {
money
:
"
30
"
,
guarantee
:
"
担保
"
,
month
:
"
12
"
,
status
:
2
,
status
:
1
,
time
:
"
2022-02-18
"
}]
//已结清
...
...
src/views/workbench/ContractDetail.vue
0 → 100644
浏览文件 @
c3699469
<
template
>
<div
class=
"body"
>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
</div>
<div
class=
"layout"
>
<van-row
type=
"flex"
class=
"CoolName"
>
<van-col
span=
"24"
class=
"coollayout"
>
个人信息
</van-col>
</van-row>
<div
class=
"layoutbody"
>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"姓名"
:value=
"name"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"身份证号"
:value=
"idcard"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
</div>
<van-row
type=
"flex"
class=
"CoolName"
>
<van-col
span=
"24"
class=
"coollayout"
>
合同信息
</van-col>
</van-row>
<div
class=
"layoutbody"
>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"合同金额"
:value=
"conAmt"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"合同起始日"
:value=
"startDate"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"合同到期日"
:value=
"endDate"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"担保方式"
:value=
"grtType"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"合同利率"
:value=
"conRate"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"借款用途"
:value=
"loanUse"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"办理机构"
label-width=
"120"
:value=
"handleOrg"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"客户经理"
label-width=
"120"
:value=
"manager"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<van-cell-group>
<van-field
label=
"客户经理联系方式"
label-width=
"120"
:value=
"managerPhone"
readonly
input-align=
"right"
/>
</van-cell-group>
</van-col>
</van-row>
</div>
</div>
</div>
</
template
>
<
script
lang=
"ts"
>
import
{
Component
,
Vue
}
from
"
vue-property-decorator
"
;
@
Component
({
name
:
"
ContractDetail
"
})
export
default
class
ContractDetail
extends
Vue
{
tatleName
=
"
合同详情
"
;
name
=
"
刘明明
"
;
idcard
=
"
121212121212121212
"
;
conAmt
=
"
¥5,000,000.00
"
;
startDate
=
"
2022-01-01
"
;
endDate
=
"
2022-01-01
"
;
grtType
=
"
抵押
"
;
conRate
=
"
4.35%
"
;
loanUse
=
"
活动经营
"
;
handleOrg
=
"
黑龙江省哈尔滨市松北区支行
"
;
manager
=
"
李莉莉
"
;
managerPhone
=
"
13333333333
"
;
}
</
script
>
<
style
scoped
lang=
"scss"
>
.coollayout
{
margin
:
3%
;
}
.CoolName
{
font-family
:
'Arial Negreta'
,
'Arial Normal'
,
'Arial'
;
font-weight
:
700
;
font-style
:
normal
;
font-size
:
16px
;
}
.layout
{
background
:
rgba
(
249
,
249
,
249
,
1
);
}
.layoutName
{
font-family
:
'Arial Normal'
,
'Arial'
;
font-weight
:
400
;
font-style
:
normal
;
font-size
:
13px
;
color
:
#333333
;
}
</
style
>
src/views/workbench/modifyPassword.vue
浏览文件 @
c3699469
...
...
@@ -20,28 +20,8 @@
</svg>
</van-col>
</van-row>
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-field
v-model=
"name"
label=
"姓名"
:border=
"true"
placeholder=
"请输入姓名"
/>
</van-col>
</van-row>
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-field
v-model=
"IdCard"
label=
"身份证号"
:border=
"true"
placeholder=
"请输入身份证号"
/>
</van-col>
</van-row>
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-field
v-model=
"phone"
label=
"电话"
:border=
"true"
placeholder=
"请输入电话"
/>
</van-col>
</van-row>
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-field
v-model=
"liveAdress"
label=
"居住地址"
:border=
"true"
placeholder=
"请输入居住地址"
/>
</van-col>
</van-row>
<van-divider
:style=
"
{ margin: 0 ,border: 10}">
</van-divider>
<van-row
type=
"flex"
>
<!--
<van-divider
:style=
"
{ margin: 0 ,border: 10}">
</van-divider>
-->
<van-row
type=
"flex"
style=
"margin-top: 10%"
>
<van-col
span=
"24"
>
<van-field
:type=
"passwordType"
v-model=
"password"
label=
"原密码"
:border=
"true"
placeholder=
"请输入原密码"
>
<template
slot=
"right-icon"
>
...
...
@@ -85,7 +65,7 @@
</van-col>
</van-row>
<div
style=
"margin: 16px;"
>
<div
style=
"margin: 16px;
margin-top: 10%
"
>
<van-button
@
click=
"modifyInfo"
round
block
type=
"info"
native-type=
"button"
>
保存
</van-button>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录