Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
5a9c4cb7
提交
5a9c4cb7
编写于
9月 14, 2022
作者:
donghuawangliang0612
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
下拉刷新页面
上级
a026fe76
变更
2
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
25 行增加
和
9 行删除
+25
-9
App.vue
src/App.vue
+2
-2
AccommodMain.vue
src/views/workbench/AccommodMain.vue
+23
-7
未找到文件。
src/App.vue
浏览文件 @
5a9c4cb7
<
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/views/workbench/AccommodMain.vue
浏览文件 @
5a9c4cb7
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
<tatle-bar
:tatle=
"tatleName"
></tatle-bar>
</div>
</div>
<div
>
<div
>
<scroller-view
pullup=
"true"
pulldown=
"true"
v-calculate-height
>
<scroller-view
pullup=
"true"
pulldown=
"true"
height=
"600"
>
<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"
>
...
@@ -112,6 +112,7 @@
...
@@ -112,6 +112,7 @@
<!--
<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>
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录