提交 313a072f 编写于 作者: “grape”'s avatar “grape”

“删除”

上级 b54fdc3a
......@@ -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
// 启动网关 (on | 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
......@@ -9,7 +9,7 @@
import { MethodType } from "@/constants/enum/general/method-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 = 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"
......
......@@ -4,10 +4,10 @@
-->
<template>
<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%);">
<tatle-bar :tatle="titleName" :tatleflag="titleflag" >
<div style="width:100%;height: calc(35vh); ">
<tatle-bar :tatle="titleName" :tatleflag="titleflag" style="background: #0B54E0">
</tatle-bar >
<div class="bar" style="height: calc(5vh); " justify="center">
<van-row >
......@@ -52,7 +52,7 @@
<van-row type="flex" class="layoutName">
<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-picker
show-toolbar
......
......@@ -8,7 +8,7 @@
-->
<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">
<tools-bar :title="tatleName" style="width: 100%; height: calc(25vh)">
</tools-bar>
......@@ -54,19 +54,19 @@
</van-row>
</div>
<div style="background-color: #ffffff; margin-bottow:20px; " >
<div class="prudect">
<div style=" box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px 0px;" >
<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">
<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 span="14">
<van-cell
style="font-size: 18px; padding:20px 16px; "
style="font-size: 18px; "
:value="outcsinfo.place"
@click="onAddress">
......@@ -80,6 +80,7 @@
</van-row>
<van-popup
v-model="showAddress"
round
position="bottom"
:style="{ height: '50%' }"
>
......@@ -93,20 +94,19 @@
<!-- <van-area title="选择区域" :area-list="areaList" /> -->
</div>
<div>
<div >
<!-- <van-tabs v-model="activeName">
<van-tab title="综合排序" name="a"></van-tab>
<van-tab title="金额" name="b"></van-tab>
<van-tab title="期限" name="c"></van-tab>
<van-tab title="利率" name="d"></van-tab>
</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-tab v-for="index in tabsList" :key="index.name">
<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" >
<template #title >{{index.name}} <van-icon :name="index.status===1? 'arrow-up' :'arrow-down'"/>
......@@ -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" >
<div
class="application"
......@@ -309,11 +309,12 @@
</van-row>
</div>
<scroller-view v-calculate-height pulldown="true" pullup="true" :height="10000" class="product" >
<scroller-view v-calculate-height pulldown="true" pullup="true" :height="10000" class="product" >
<div
v-for="(item, index) in productList"
:key="index"
style="margin: 4% auto"
class="productItem"
>
<picket-bar
:productname="item.productname"
......@@ -720,7 +721,7 @@ export default class Main extends Vue {
}
.prudect {
line-height: 100%;
padding-top: 30px;
padding-top: 20px;
padding-bottom: 10px;
}
......@@ -827,5 +828,17 @@ export default class Main extends Vue {
color: #1890ff;
text-align: right;
}
::v-deep .productItem{
margin: 4% auto
}
::v-deep .van-ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: black;
}
</style>
......@@ -2,7 +2,7 @@
* @ Author: zhaowei
* @ Create Time: 2022-09-3 10:20:17
* @ Modified by: zhaowei
* @ Modified time: 2022-09-03 11:41:35
* @ Modified time: 2022-09-07 18:00:17
* @ Description:
-->
......@@ -108,12 +108,12 @@ export default class businessProgress extends Vue {
.body {
height: 100%;
width: 100%;
background-color: rgba(241, 241, 241, 1);
background-color:#ffffff;
}
.step{
height: 100%;
width: 100%;
background-color: rgba(241, 241, 241, 1);
background-color:#ffffff;
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册