Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
832ff83c
提交
832ff83c
编写于
10月 10, 2022
作者:
“grape”
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
2022/10/10
上级
a3d68992
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
29 行增加
和
9 行删除
+29
-9
LittleCard.vue
src/components/common/LittleCard.vue
+19
-7
ProductCard.vue
src/components/common/ProductCard.vue
+9
-1
ProductDetails.vue
src/views/ProductDetail/ProductDetails.vue
+1
-1
未找到文件。
src/components/common/LittleCard.vue
浏览文件 @
832ff83c
...
...
@@ -8,9 +8,11 @@
-->
<
template
>
<!--
<div>
-->
<div
class=
"d-tattle"
>
<scroller-view
v-calculate-height
:height=
"10000"
>
<div
class=
"litterParam"
v-for=
"(item, index) in litterParam"
:key=
"index"
>
<div
class=
"d-tattle"
>
<!--
<scroller-view
v-calculate-height
:height=
"10000"
>
-->
<div
style=
"overflow-y: scroll; height:45vh;"
>
<div
style=
" padding-bottom: 150px;"
>
<div
class=
"litterParam"
v-for=
"(item, index) in litterParam"
:key=
"index"
>
<van-row
class=
"vanrow"
@
click=
"litterParamClick(item)"
>
<van-col
span=
"20"
class=
"priductName"
>
<svg
class=
"icon"
aria-hidden=
"true"
>
...
...
@@ -26,15 +28,16 @@
</van-col>
</van-row>
</div>
<van-row
type=
"flex"
>
<van-row
type=
"flex"
>
<van-col
span=
"24"
>
<van-button
native-type=
"button"
style=
"width: 92%; height: 36px; margin:20px 4%; background-color: #3672F1;border-radius: 5px; border-color: #3672F1"
style=
"
width: 92%; height: 36px; margin:20px 4%; background-color: #3672F1;border-radius: 5px; border-color: #3672F1"
type=
"primary"
block
@
click=
"exit"
>
退出
</van-button>
</van-col>
</van-row>
</scroller-view>
</div>
</div>
<!--
</scroller-view>
-->
</div>
</
template
>
...
...
@@ -55,6 +58,15 @@ export default class LittleCard extends Vue {
this
.
$emit
(
"
litterParamClick
"
,
item
);
}
// created(){
// document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false })
// }
// activated(){
// document.addEventListener('touchmove', event => { event.preventDefault() }, { passive: false })
// }
exit
(){
this
.
$router
.
replace
(
"
login
"
);
}
...
...
src/components/common/ProductCard.vue
浏览文件 @
832ff83c
...
...
@@ -14,7 +14,7 @@
<div
class=
"roolsolt"
>
<div
class=
"rool"
style=
" box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 12px; padding-bottom:20px"
>
<div
class=
"rool"
style=
" box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius:
0px 0px 12px
12px; padding-bottom:20px"
>
<van-row
type=
"flex"
>
<van-col
span=
"24"
class=
"title"
>
最高贷款额度
</van-col>
</van-row>
...
...
@@ -94,7 +94,15 @@ export default class ProductCard extends Vue {
path
:
"
/Recognition
"
,
})
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
.div
{}
...
...
src/views/ProductDetail/ProductDetails.vue
浏览文件 @
832ff83c
...
...
@@ -53,7 +53,7 @@ export default class ProductDetails extends Vue {
width
:
90%
;
height
:
30%
;
/* margin: 2% auto; */
border-radius
:
1
5px
;
border-radius
:
1
2px
12px
0px
0px
;
/* display: flex; */
font-weight
:
400
;
font-style
:
normal
;
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录