Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
6dbe411b
提交
6dbe411b
编写于
9月 15, 2022
作者:
“grape”
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
http://zyys.donghuajinyun.com/gitlib/jiangzaicheng/mcep-h5
上级
eb91726e
72e194d7
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
27 行增加
和
11 行删除
+27
-11
App.vue
src/App.vue
+2
-2
ScrollerView.vue
src/components/general/ScrollerView.vue
+1
-1
AccommodMain.vue
src/views/workbench/AccommodMain.vue
+24
-8
未找到文件。
src/App.vue
浏览文件 @
6dbe411b
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<transition
:name=
"animateName"
>
<!--
<transition
:name=
"animateName"
>
--
>
<keep-alive>
<keep-alive>
<router-view
class=
"router-container"
v-if=
"$route.meta.keepAlive"
>
</router-view>
<router-view
class=
"router-container"
v-if=
"$route.meta.keepAlive"
>
</router-view>
</keep-alive>
</keep-alive>
</transition
>
<!--
</transition>
--
>
<!--
<transition
:name=
"animateName"
>
-->
<!--
<transition
:name=
"animateName"
>
-->
<router-view
class=
"router-container"
v-if=
"!$route.meta.keepAlive"
>
</router-view>
<router-view
class=
"router-container"
v-if=
"!$route.meta.keepAlive"
>
</router-view>
<!--
</transition>
-->
<!--
</transition>
-->
...
...
src/components/general/ScrollerView.vue
浏览文件 @
6dbe411b
...
@@ -179,7 +179,7 @@ export default class ScrollerView extends Vue {
...
@@ -179,7 +179,7 @@ export default class ScrollerView extends Vue {
initHeight
()
{
initHeight
()
{
const
el
:
any
=
this
.
$el
;
const
el
:
any
=
this
.
$el
;
if
(
this
.
height
)
{
if
(
this
.
height
)
{
el
.
style
.
height
=
this
.
height
+
"
px
"
;
el
.
style
.
height
=
this
.
height
+
"
vh
"
;
}
}
}
}
}
}
...
...
src/views/workbench/AccommodMain.vue
浏览文件 @
6dbe411b
...
@@ -12,9 +12,9 @@
...
@@ -12,9 +12,9 @@
<div
class=
"rarle"
>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
</div>
</div>
<div
>
<div
style=
"height: calc(100vh - 200vh);"
>
<scroller-view
pullup=
"true"
pulldown=
"true"
v-calculate-height
>
<scroller-view
:pullup=
"true"
:pulldown=
"true"
:height=
"100"
>
<div
class=
"card"
v-for=
"(item, index) in productParam"
:key=
"index"
>
<div
class=
"card
A
"
v-for=
"(item, index) in productParam"
:key=
"index"
>
<div>
<div>
<van-row
@
click=
"onClickDetails(item)"
>
<van-row
@
click=
"onClickDetails(item)"
>
<van-col
span=
"16"
>
<van-col
span=
"16"
>
...
@@ -54,10 +54,10 @@
...
@@ -54,10 +54,10 @@
<img
class=
"icon"
v-if=
"item.status === 2"
:src=
"require('@/assets/images/shoulizhong.png')"
/>
<img
class=
"icon"
v-if=
"item.status === 2"
:src=
"require('@/assets/images/shoulizhong.png')"
/>
</van-col>
</van-col>
</van-row>
</van-row>
<van-row
class=
"bottom"
v-if=
"item.status === 1"
@
click=
"toReceipt"
>
<van-row
class=
"bottom"
v-if=
"item.status === 1"
@
click=
"toReceipt"
>
<van-col
span=
"24"
class=
"lablel"
>
<van-col
span=
"24"
class=
"lablel"
>
<span>
查看借据
</span>
<span>
查看借据
</span>
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
...
@@ -112,18 +112,19 @@
...
@@ -112,18 +112,19 @@
<!--
<use
xlink:href=
"#icon-weiqianding"
></use>
-->
<!--
<use
xlink:href=
"#icon-weiqianding"
></use>
-->
<!--
</svg>
-->
<!--
</svg>
-->
<img
class=
"icon"
v-if=
"item.status === 3"
:src=
"require('@/assets/images/shenqingzhong.png')"
/>
<img
class=
"icon"
v-if=
"item.status === 3"
:src=
"require('@/assets/images/shenqingzhong.png')"
/>
<img
class=
"icon"
v-if=
"item.status === 2"
:src=
"require('@/assets/images/shoulizhong.png')"
/>
</van-col>
</van-col>
</van-row>
</van-row>
<van-row
class=
"bottom"
@
click=
"toProgress"
>
<van-row
class=
"bottom"
@
click=
"toProgress"
>
<van-col
span=
"24"
class=
"lablel"
>
<van-col
span=
"24"
class=
"lablel"
>
<span>
查看进度
</span>
<span>
查看进度
</span>
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
<img
:src=
"require('@/assets/images/xiayiye.png')"
style=
"width: 30px"
/>
</van-col>
</van-col>
</van-row>
</van-row>
</div>
</div>
...
@@ -169,6 +170,13 @@ export default class AccommodMain extends Vue {
...
@@ -169,6 +170,13 @@ export default class AccommodMain extends Vue {
},
},
];
];
productParamA
=
[
productParamA
=
[
{
productName
:
"
小微企业抵押'一证通'贷款
"
,
applyAmount
:
"
30,000.00
"
,
applyRate
:
"
1.13%
"
,
applyDate
:
"
2022-08-23
"
,
status
:
2
},
{
{
productName
:
"
小微企业抵押'一证通'贷款
"
,
productName
:
"
小微企业抵押'一证通'贷款
"
,
applyAmount
:
"
30,000.00
"
,
applyAmount
:
"
30,000.00
"
,
...
@@ -229,6 +237,14 @@ export default class AccommodMain extends Vue {
...
@@ -229,6 +237,14 @@ export default class AccommodMain extends Vue {
}
}
.card
{
.card
{
border-radius
:
2%
;
//height: 28vh;
height
:
210px
;
margin
:
3%
3%
3%
3%
;
background
:
#ffffff
;
border
:
none
;
}
.cardA
{
border-radius
:
2%
;
border-radius
:
2%
;
//height: 28vh;
//height: 28vh;
height
:
190px
;
height
:
190px
;
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录