Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
313a072f
提交
313a072f
编写于
9月 07, 2022
作者:
“grape”
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
“删除”
上级
b54fdc3a
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
44 行增加
和
25 行删除
+44
-25
.env.dev
.env.dev
+7
-1
login-mgt.api.ts
src/constants/api/login/login-mgt.api.ts
+1
-1
DepositInterestTrial.vue
src/views/DepositInterestTrial/DepositInterestTrial.vue
+4
-4
Main.vue
src/views/main/Main.vue
+29
-16
businessProgress.vue
src/views/workbench/businessProgress.vue
+3
-3
未找到文件。
.env.dev
浏览文件 @
313a072f
...
@@ -21,7 +21,13 @@ VUE_APP_MS_APPLICATION_API = http://15.1.48.21:9140/ms-application
...
@@ -21,7 +21,13 @@ VUE_APP_MS_APPLICATION_API = http://15.1.48.21:9140/ms-application
VUE_APP_QL_FORM_API = http://152.136.68.93:9018/ms-qing-long/api/v1/des-cache-info/permit_endpoint/query-cacheversion-by-appid-cachetype
VUE_APP_QL_FORM_API = http://152.136.68.93:9018/ms-qing-long/api/v1/des-cache-info/permit_endpoint/query-cacheversion-by-appid-cachetype
// 启动网关 (on | off)
// 启动网关 (on | off)
VUE_APP_ENABLE_GATEWAY = off
VUE_APP_ENABLE_GATEWAY = off
VUE_APP_BASE_API = http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint
VUE_APP_AUTH_API = http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpoint
VUE_APP_SYS_API = http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint
VUE_APP_ONLINE_API = http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint
//http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpointy
//服务器http://10.2.3.118:9165/online-financial-service/api/v1/cust-info/permit_endpoint
src/constants/api/login/login-mgt.api.ts
浏览文件 @
313a072f
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
import
{
MethodType
}
from
"
@/constants/enum/general/method-type.enum
"
;
import
{
MethodType
}
from
"
@/constants/enum/general/method-type.enum
"
;
import
{
HeaderType
}
from
"
@/constants/enum/general/header-type.enum
"
;
import
{
HeaderType
}
from
"
@/constants/enum/general/header-type.enum
"
;
// const prefix = "http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint"
// const prefix = "http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint"
const
prefix
=
process
.
env
.
VUE_APP_
BASE
_API
;
const
prefix
=
process
.
env
.
VUE_APP_
AUTH
_API
;
// const prefix = "http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpoint"
// const prefix = "http://10.0.3.144:9165/online-financial-service/api/v1/cust-info/permit_endpoint"
...
...
src/views/DepositInterestTrial/DepositInterestTrial.vue
浏览文件 @
313a072f
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
-->
-->
<
template
>
<
template
>
<div>
<div>
<div
class=
"rarle"
>
<div
class=
"rarle"
style=
"background: linear-gradient(#0B54E0 50px , #ffffff);"
>
<!--上部分-->
<!--上部分-->
<div
style=
"width:100%;height: calc(35vh);
background: linear-gradient(90deg, #76befa 0%, #3672f1 99%);
"
>
<div
style=
"width:100%;height: calc(35vh);
"
>
<tatle-bar
:tatle=
"titleName"
:tatleflag=
"titleflag"
>
<tatle-bar
:tatle=
"titleName"
:tatleflag=
"titleflag"
style=
"background: #0B54E0"
>
</tatle-bar
>
</tatle-bar
>
<div
class=
"bar"
style=
"height: calc(5vh); "
justify=
"center"
>
<div
class=
"bar"
style=
"height: calc(5vh); "
justify=
"center"
>
<van-row
>
<van-row
>
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<van-row
type=
"flex"
class=
"layoutName"
>
<van-row
type=
"flex"
class=
"layoutName"
>
<van-col
span=
"24"
>
<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=
"timeTypeValue"
label=
"
存款
类型"
input-align=
"right"
placeholder=
"请选择"
@
click=
"showTimeTypes = true"
/>
<van-popup
v-model=
"showTimeTypes"
round
position=
"bottom"
>
<van-popup
v-model=
"showTimeTypes"
round
position=
"bottom"
>
<van-picker
<van-picker
show-toolbar
show-toolbar
...
...
src/views/main/Main.vue
浏览文件 @
313a072f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
-->
-->
<
template
>
<
template
>
<div
class=
"d-page d-flex flex-column"
style=
"background-color:
#ebedf0
"
>
<div
class=
"d-page d-flex flex-column"
style=
"background-color:
background: linear-gradient(to bottom, #0B54E0 , #ffffff);
"
>
<div
class=
"rarle"
>
<div
class=
"rarle"
>
<tools-bar
:title=
"tatleName"
style=
"width: 100%; height: calc(25vh)"
>
<tools-bar
:title=
"tatleName"
style=
"width: 100%; height: calc(25vh)"
>
</tools-bar>
</tools-bar>
...
@@ -54,19 +54,19 @@
...
@@ -54,19 +54,19 @@
</van-row>
</van-row>
</div>
</div>
<div
style=
"
background-color: #ffffff; margin-bottow:20px;
"
>
<div
style=
"
box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px 0px;
"
>
<div
class=
"prudect"
>
<div
class=
"prudect"
style=
"background-color: #ffffff;"
>
<van-row
type=
"flex"
justify=
"space-between"
>
<van-row
type=
"flex"
justify=
"space-between"
align=
"center"
>
<van-col
span=
"10"
>
<van-col
span=
"10"
>
<span
style=
" padding:20px 16px; font-size: 18px; font-weight: 600; margin-left: 4%
"
>
推荐产品
</span>
<span
color=
"#3672F1"
style=
" padding-left:10px; font-size: 18px; font-weight: 600;
"
>
推荐产品
</span>
</van-col>
</van-col>
<van-col
span=
"14"
>
<van-col
span=
"14"
>
<van-cell
<van-cell
style=
"font-size: 18px;
padding:20px 16px;
"
style=
"font-size: 18px; "
:value=
"outcsinfo.place"
:value=
"outcsinfo.place"
@
click=
"onAddress"
>
@
click=
"onAddress"
>
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
</van-row>
</van-row>
<van-popup
<van-popup
v-model=
"showAddress"
v-model=
"showAddress"
round
position=
"bottom"
position=
"bottom"
:style=
"{ height: '50%' }"
:style=
"{ height: '50%' }"
>
>
...
@@ -93,20 +94,19 @@
...
@@ -93,20 +94,19 @@
<!-- <van-area title="选择区域" :area-list="areaList" /> -->
<!-- <van-area title="选择区域" :area-list="areaList" /> -->
</div>
</div>
<div>
<div
>
<!-- <van-tabs v-model="activeName">
<!-- <van-tabs v-model="activeName">
<van-tab title="综合排序" name="a"></van-tab>
<van-tab title="综合排序" name="a"></van-tab>
<van-tab title="金额" name="b"></van-tab>
<van-tab title="金额" name="b"></van-tab>
<van-tab title="期限" name="c"></van-tab>
<van-tab title="期限" name="c"></van-tab>
<van-tab title="利率" name="d"></van-tab>
<van-tab title="利率" name="d"></van-tab>
</van-tabs> -->
</van-tabs> -->
<van-row
type=
"flex"
class=
"tab"
>
<van-row
type=
"flex"
class=
"tab"
>
<van-tabs
v-model=
"active"
@
click=
"onClick"
style=
"width:75%"
>
<van-tabs
@
click=
"onClick"
style=
"width:75%"
title-active-color=
"black"
title-inactive-color=
"black"
line-width=
0px
>
<van-tab
v-for=
"index in tabsList"
:key=
"index.name"
>
<van-tab
v-for=
"index in tabsList"
:key=
"index.name"
>
<
template
#title
>
{{
index
.
name
}}
<van-icon
:name=
"index.status===1? 'arrow-up' :'arrow-down'"
/>
<
template
#title
>
{{
index
.
name
}}
<van-icon
:name=
"index.status===1? 'arrow-up' :'arrow-down'"
/>
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
<van-dropdown-menu
style=
"height: 44px; width:25%;"
>
<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
<div
class=
"application"
class=
"application"
...
@@ -313,7 +313,8 @@
...
@@ -313,7 +313,8 @@
<div
<div
v-for=
"(item, index) in productList"
v-for=
"(item, index) in productList"
:key=
"index"
:key=
"index"
style=
"margin: 4% auto"
class=
"productItem"
>
>
<picket-bar
<picket-bar
:productname=
"item.productname"
:productname=
"item.productname"
...
@@ -720,7 +721,7 @@ export default class Main extends Vue {
...
@@ -720,7 +721,7 @@ export default class Main extends Vue {
}
}
.prudect
{
.prudect
{
line-height
:
100%
;
line-height
:
100%
;
padding-top
:
3
0px
;
padding-top
:
2
0px
;
padding-bottom
:
10px
;
padding-bottom
:
10px
;
}
}
...
@@ -827,5 +828,17 @@ export default class Main extends Vue {
...
@@ -827,5 +828,17 @@ export default class Main extends Vue {
color
:
#1890ff
;
color
:
#1890ff
;
text-align
:
right
;
text-align
:
right
;
}
}
::v-deep
.productItem
{
margin
:
4%
auto
}
::v-deep
.van-ellipsis
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
color
:
black
;
}
</
style
>
</
style
>
src/views/workbench/businessProgress.vue
浏览文件 @
313a072f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @ Author: zhaowei
* @ Author: zhaowei
* @ Create Time: 2022-09-3 10:20:17
* @ Create Time: 2022-09-3 10:20:17
* @ Modified by: zhaowei
* @ Modified by: zhaowei
* @ Modified time: 2022-09-0
3 11:41:35
* @ Modified time: 2022-09-0
7 18:00:17
* @ Description:
* @ Description:
-->
-->
...
@@ -108,12 +108,12 @@ export default class businessProgress extends Vue {
...
@@ -108,12 +108,12 @@ export default class businessProgress extends Vue {
.body
{
.body
{
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
background-color
:
rgba
(
241
,
241
,
241
,
1
)
;
background-color
:
#ffffff
;
}
}
.step
{
.step
{
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
background-color
:
rgba
(
241
,
241
,
241
,
1
)
;
background-color
:
#ffffff
;
}
}
</
style
>
</
style
>
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录