Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
0f24fec7
提交
0f24fec7
编写于
10月 25, 2022
作者:
“grape”
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
清除控制台报错
上级
2f7f2fc2
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
14 行增加
和
12 行删除
+14
-12
CardPottom.vue
src/components/common/CardPottom.vue
+3
-3
AccommodMain.vue
src/views/workbench/AccommodMain.vue
+3
-3
Repayment.vue
src/views/workbench/Repayment.vue
+4
-4
modifyInfo.vue
src/views/workbench/modifyInfo.vue
+2
-1
modifyPassword.vue
src/views/workbench/modifyPassword.vue
+2
-1
未找到文件。
src/components/common/CardPottom.vue
浏览文件 @
0f24fec7
...
...
@@ -21,7 +21,7 @@
</van-row>
<van-row
type=
"flex"
class=
"mumMoney"
>
<van-col
span=
"24"
v-text=
"this.totalFinal"
v-
class=
"money"
></van-col>
<van-col
span=
"24"
v-text=
"this.totalFinal"
class=
"money"
></van-col>
<!--
<van-col
span=
"9"
class=
"moneytitle"
>
壹佰元整
</van-col>
-->
</van-row>
<!--
<van-row
type=
"flex"
class=
"title"
>
...
...
@@ -97,8 +97,8 @@ export default class CardPottom extends Vue {
margin-top
:
5%
;
margin-left
:
20px
;
}
.mumMoney
{
}
//
.mumMoney{
//
}
.money
{
...
...
src/views/workbench/AccommodMain.vue
浏览文件 @
0f24fec7
...
...
@@ -2,7 +2,7 @@
* @ Author: zhaowei
* @ Create Time: 2022-08-11 11:02:17
* @ Modified by: zhaowei
* @ Modified time: 2022-
09-10 11:18:05
* @ Modified time: 2022-
10-25 10:13:44
* @ Description:
-->
...
...
@@ -14,7 +14,7 @@
</div>
<div>
<scroller-view
:pullup=
"true"
:pulldown=
"true"
height=
"calc(100vh - 50px)"
>
<div
class=
"cardA"
v-for=
"(item, index) in productParam"
:key=
"i
ndex
"
>
<div
class=
"cardA"
v-for=
"(item, index) in productParam"
:key=
"i
tem.contractNo
"
>
<div>
<van-row
@
click=
"onClickDetails(item)"
>
<van-col
span=
"16"
>
...
...
@@ -172,7 +172,7 @@ export default class AccommodMain extends Vue {
status
:
1
},
{
contractNo
:
"
11764728909
2
"
,
contractNo
:
"
11764728909
3
"
,
contractType
:
"
一般借款合同
"
,
contractAmount
:
"
30,000.00
"
,
contractRate
:
"
1.13%
"
,
...
...
src/views/workbench/Repayment.vue
浏览文件 @
0f24fec7
...
...
@@ -107,7 +107,7 @@ export default class Repayment extends Vue {
residual
:
"
1000
"
},
{
key
:
"
1
"
,
key
:
"
2
"
,
Period
:
"
1
"
,
Repayment
:
"
2020-01-01
"
,
principal
:
"
1100
"
,
...
...
@@ -116,7 +116,7 @@ export default class Repayment extends Vue {
residual
:
"
1000
"
},
{
key
:
"
1
"
,
key
:
"
3
"
,
Period
:
"
1
"
,
Repayment
:
"
2020-01-01
"
,
principal
:
"
1100
"
,
...
...
@@ -125,7 +125,7 @@ export default class Repayment extends Vue {
residual
:
"
1000
"
},
{
key
:
"
1
"
,
key
:
"
4
"
,
Period
:
"
1
"
,
Repayment
:
"
2020-01-01
"
,
principal
:
"
1100
"
,
...
...
@@ -134,7 +134,7 @@ export default class Repayment extends Vue {
residual
:
"
1000
"
},
{
key
:
"
1
"
,
key
:
"
5
"
,
Period
:
"
1
"
,
Repayment
:
"
2020-01-01
"
,
principal
:
"
1100
"
,
...
...
src/views/workbench/modifyInfo.vue
浏览文件 @
0f24fec7
...
...
@@ -11,7 +11,8 @@
<div>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
@="
onClickReturn
"
></tatle-bar>
<!--
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
@="
onClickReturn
"
></tatle-bar>
-->
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
></tatle-bar>
</div>
<van-row
type=
"flex"
class=
"iconImg"
>
<van-col
span=
"24"
>
...
...
src/views/workbench/modifyPassword.vue
浏览文件 @
0f24fec7
...
...
@@ -100,7 +100,8 @@ export default class PersonLod extends Vue {
phone
:
string
=
""
//手机号
liveAdress
:
string
=
""
//居住地址
password
:
String
=
""
//原始密码
newPassword
:
String
=
""
//原始密码
newPassword
:
String
=
""
//新密码
rePassword
:
String
=
""
//确认新密码
passwordType
:
string
=
"
password
"
;
passwordTypeA
=
"
password
"
;
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录