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

“删除”

上级 b54fdc3a
...@@ -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
...@@ -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"
......
...@@ -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
......
...@@ -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"
...@@ -309,11 +309,12 @@ ...@@ -309,11 +309,12 @@
</van-row> </van-row>
</div> </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 <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: 30px; padding-top: 20px;
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>
...@@ -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-03 11:41:35 * @ Modified time: 2022-09-07 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册