lancer pirms 2 gadiem
vecāks
revīzija
66c14c211d
5 mainītis faili ar 1176 papildinājumiem un 3 dzēšanām
  1. +17
    -1
      pages.json
  2. +542
    -0
      pages/center/consumer/consumerDetail.vue
  3. +26
    -0
      pages/center/consumer/consumerSearch.vue
  4. +591
    -1
      pages/center/consumer/index.vue
  5. +0
    -1
      pages/center/records/index.vue

+ 17
- 1
pages.json Parādīt failu

@@ -301,7 +301,23 @@
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}
},
{
"path": "consumer/consumerSearch",
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "consumer/consumerDetail",
"style": {
"navigationBarTitleText": "客户详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}
]
}
],


+ 542
- 0
pages/center/consumer/consumerDetail.vue Parādīt failu

@@ -0,0 +1,542 @@
<template>
<view class="box">
<view class="content">
<view class="content-tips" @click="godetail()">
<view class="content-first">
<view class="left">
<view class="img">
A
</view>
<view class="test">
李先生
</view>
</view>
<view class="right">
<view class="point"></view>
<view class="test">
定金
</view>
</view>
</view>
<view class="content-sec">
<view class="content-sec-lab">
手机号码:<view class="content-sec-lab1">18777897865</view>
</view>
<view class="content-sec-lab">
客户标签:
<view class="content-sec-tips">投资</view>
<view class="content-sec-tips">理财专用</view>
<view class="content-sec-tips">学区</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">齐横三</view>
</view>
<view class="content-sec-lab">
添加时间:<view class="content-sec-lab1">2021-07-20 14:00:30</view>
</view>
<view class="content-sec-num">
<view class="">
3次到访
</view>
<view class="">
55分/88%
</view>
</view>
</view>
<view class="content-last">
<view class="content-last-con">
这个客户很有意向,约了明天下午5点半看房,继续跟进~
</view>
</view>
</view>
</view>
<view class="tabchange">
<view class="tab">
<view class="tabbox">
<view :class="{ activecllasscet: activeTotal == 0 }" @click="tabtimetap(0)">接待记录</view>
</view>
<view class="tabbox">
<view :class="{ activecllasscet: activeTotal == 1 }" @click="tabtimetap(1)">跟进记录</view>
</view>
<view class="tabbox">
<view :class="{ activecllasscet: activeTotal == 2 }" @click="tabtimetap(2)">执行率</view>
</view>
</view>
<view class="tabactive1" v-if="activeTotal==0">
<view class="content-tips">
<view class="content-first">
<view class="left">
<view class="img">
</view>
<view class="name">
宋幸运
</view>
<view class="status">
代接待
</view>
</view>
<view class="right">
<view class="point">
</view>
<view class="">
优秀案例
</view>
</view>
</view>
<view class="content-sec">
<view class="left">
<view class="cus">
客户:王先生 |
</view>
<view class="arriveNum">
首次到访
</view>
</view>
<view class="right">
88% | 55分
</view>
</view>
<view class="content-last">
2021-07-20 16:00:30 | 80分钟
</view>
</view>
<view class="content-tips">
<view class="content-first">
<view class="left">
<view class="img">
</view>
<view class="name">
宋幸运
</view>
<view class="status">
代接待
</view>
</view>
<view class="right">
<view class="point">
</view>
<view class="">
优秀案例
</view>
</view>
</view>
<view class="content-sec">
<view class="left">
<view class="cus">
客户:王先生 |
</view>
<view class="arriveNum">
首次到访
</view>
</view>
<view class="right">
88% | 55分
</view>
</view>
<view class="content-last">
2021-07-20 16:00:30 | 80分钟
</view>
</view>
</view>
<view class="tabactive2" v-if="activeTotal==1">
<view class="tab2-tips">
<view class="tab2-first">
<view class="tab2-first-1">
<view class="tab2-first-left">
<view class="img">
</view>
<view class="name">
宋幸运
</view>
</view>
<view class="tab2-first-right">
2021-07-20 16:00:30
</view>
</view>
<view class="tab2-first-foot">
有意向,想要更多优惠
</view>
</view>
<view class="tab2-sec">
<view class="tab-sec-edit">
编辑记录
</view>
</view>
</view>
<view class="tab2-tips">
<view class="tab2-first">
<view class="tab2-first-1">
<view class="tab2-first-left">
<view class="img">
</view>
<view class="name">
宋幸运
</view>
</view>
<view class="tab2-first-right">
2021-07-20 16:00:30
</view>
</view>
<view class="tab2-first-foot">
有意向,想要更多优惠
</view>
</view>
<view class="tab2-sec">
<view class="tab-sec-edit">
编辑记录
</view>
</view>
</view>
</view>
<view class="tabactive" v-if="activeTotal==2">
执行率
</view>
</view>
</view>
</template>

<script>
export default{
data(){
return{
activeTotal: 0,
}
},
methods:{
tabtimetap(idx){
console.log(idx)
this.activeTotal=idx
}
}
}
</script>

<style lang="scss" scoped>
.box {
width: 100%;
height: 100%;
background: #F8F8F8;
}
.tab{
height: 88rpx;
border-bottom: 1px solid #E0E0E0;
background: #FFFFFF;
display: flex;
align-items: center;
.tabbox {
flex: 1;
height: 100%;
text-align: center;
line-height: 92rpx;
color: #666666;
font-size: 28rpx;
display: flex;
justify-content: center;
.activecllasscet {
border-bottom: 2px solid #2671E2;
color: #2671E2;
font-weight: 600;
}
}
}
.content{
// height: 1000rpx;/
overflow: hidden;
border-top: 1px solid #E0E0E0;
.content-tips{
background: #fff;
// box-sizing: border-box;
margin-bottom: 20rpx;
overflow: hidden;
.content-first{
padding: 19rpx 30rpx;
display: flex;
justify-content: space-between;
box-sizing: border-box;
// border-top: 1px solid #E0E0E0;
font-weight: 400;
color: #292929;
height: 90rpx;
font-size: 30rpx;
line-height: 30rpx;
.left{
display: flex;
.img{
// margin-top: 19rpx;
width: 52rpx;
height: 52rpx;
border: 1px solid #E0E0E0;
border-radius: 50%;
text-align: center;
line-height: 50rpx;
}
.test{
margin-top: 11rpx;
margin-left: 20rpx;
font-weight: 500;
color: #333333;
}
}
.right{
display: flex;
.point{
width: 12rpx;
height: 12rpx;
background: #2B6EFF;
border-radius: 50%;
margin-right: 9rpx;
margin-top: 20rpx;
}
.test{
margin-top: 11rpx;
}
}
}
.content-sec{
border-top: 1px solid #E0E0E0;
padding: 0 30rpx;
height: 270rpx;
position: relative;
.content-sec-lab{
margin-top: 30rpx;
display: flex;
font-size: 30rpx;
font-weight: 400;
color: #666666;
line-height: 30rpx;
.content-sec-lab1{
color: #333333;
}
.content-sec-tips{
max-width:174rpx ;
height: 46rpx;
background: #F2F2F2;
border-radius: 6rpx;
text-align: center;
line-height: 26rpx;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 26rpx;
font-weight: 400;
color: #333333;
margin-right: 24rpx;
box-sizing: border-box;
padding: 10rpx 24rpx;
}
}
.content-sec-num{
position: absolute;
width: 190rpx;
height: 90rpx;
background: #F4F8FD;
border-radius: 12rpx;
font-weight: 400;
color: #2671E2;
line-height: 45rpx;
bottom: 30rpx;
right: 30rpx;
text-align: center;
}
}
.content-last{
padding: 30rpx;
height: 168rpx;
.content-last-con{
width: 690rpx;
height: 108rpx;
background: #F8F8F8;
border-radius: 8rpx;
padding: 14rpx 20rpx;
font-size: 28rpx;
font-weight: 400;
color: #333333;
line-height: 40rpx;
}
}
}
}
.tabchange{
// background: #FFFFFF;
overflow: hidden;
.tabactive1{
.content-tips{
background: #fff;
padding: 0 30rpx;
box-sizing: border-box;
overflow: hidden;
margin-bottom: 20rpx;
.content-first{
margin-top: 19rpx;
display: flex;
justify-content: space-between;
.left{
display: flex;
.img{
width: 52rpx;
height: 52rpx;
background: #FFFFFF;
border: 1px solid #C9C9C9;
border-radius: 50%;
text-align: center;
line-height: 52rpx;
}
.name{
font-weight: 600;
color: #333333;
margin-left: 20rpx;
margin-top: 11rpx;
}
.status{
width: 110rpx;
height: 42rpx;
background: #FFF9F5;
border-radius: 4rpx;
font-size: 26rpx;
font-weight: 400;
color: #EC8D49;
line-height: 42rpx;
text-align: center;
margin-left: 19rpx;
margin-top: 11rpx;
}
}
.right{
display: flex;
margin-top: 11rpx;
.point{
width: 12rpx;
height: 12rpx;
background: #2B6EFF;
border-radius: 50%;
margin-right: 9rpx;
margin-top: 16rpx;
}
}
}
.content-sec{
display: flex;
justify-content: space-between;
margin-top: 19rpx;
.left{
display: flex;
.cus{
font-size: 30rpx;
font-weight: 400;
color: #666666;
line-height: 30rpx;
}
.arriveNum{
font-size: 30rpx;
font-weight: 400;
line-height: 30rpx;
margin-left: 10rpx;
}
}
.right{
width: 192rpx;
height: 46rpx;
background: #F4F8FD;
border-radius: 6rpx;
text-align: center;
line-height: 46rpx;
font-weight: 400;
color: #2671E2;
}
}
.content-last{
margin: 30rpx 0;
font-size: 30rpx;
font-weight: 400;
color: #666666;
line-height: 30rpx;
}
}
}
.tabactive2{
.tab2-tips{
background: #fff;
height: 270rpx;
overflow: auto;
margin-bottom: 20rpx;
.tab2-first{
// height: 150rpx;
border-bottom: 1px solid #E0E0E0;
padding: 0 30rpx;
margin-top: 19rpx;
box-sizing: border-box;
.tab2-first-1{
display: flex;
justify-content: space-between;
// height: 75rpx;
.tab2-first-left{
display: flex;
.img{
width: 52rpx;
height: 52rpx;
background: #FFFFFF;
border: 1px solid #C9C9C9;
border-radius: 50%;
text-align: center;
line-height: 52rpx;
}
.name{
font-weight: 600;
color: #333333;
margin-left: 20rpx;
margin-top: 11rpx;
}
}
.tab2-first-right{
font-size: 30rpx;
font-weight: 400;
color: #666666;
margin-top: 11rpx;
}
}
.tab2-first-foot{
margin-top: 19rpx;
margin-bottom: 30rpx;
font-size: 30rpx;
font-weight: 400;
color: #666666;
line-height: 30rpx;
}
}
.tab2-sec{
height: 120rpx;
padding: 30rpx;
float: right;
.tab-sec-edit{
width: 156rpx;
height: 60rpx;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #2671E2;
text-align: center;
line-height: 60rpx;
font-weight: 400;
color: #2671E2;
}
}
}
}
}
</style>

+ 26
- 0
pages/center/consumer/consumerSearch.vue Parādīt failu

@@ -0,0 +1,26 @@
<template>
<view class="box">
<view style="width: 690rpx;margin: 0 auto;margin-top: 20rpx;">
<u-search placeholder="请输入" v-model="keyword"></u-search>
</view>
</view>
</template>

<script>
export default{
data(){
return{
keyword:''
}
}
}
</script>

<style lang="scss" scoped>
.box {
width: 100%;
height: 100%;
// background: #F8F8F8;
}
</style>

+ 591
- 1
pages/center/consumer/index.vue Parādīt failu

@@ -1,8 +1,598 @@
<template>
<view class="box">
<!-- 搜索框点击跳转 -->
<view>
<view class="search-box">
<view class="search" @click="goSearch">
<view class="search-img">
<image class="search-img1" src="../../../static/images/search.png" mode=""></image>
</view>
<view class="search-text">输入客户姓名/手机号</view>
</view>
<view class="search-screen" @click="screenshow">
<image class="search-screen1" src="../../../static/images/screen.png" mode=""></image>
</view>
</view>
</view>

<view class="content">
<view class="content-tips" @click="godetail()">
<view class="content-first">
<view class="left">
<view class="img">
A
</view>
<view class="test">
李先生
</view>
</view>
<view class="right">
<view class="point"></view>
<view class="test">
定金
</view>
</view>
</view>
<view class="content-sec">
<view class="content-sec-lab">
手机号码:<view class="content-sec-lab1">18777897865</view>
</view>
<view class="content-sec-lab">
客户标签:
<view class="content-sec-tips">投资</view>
<view class="content-sec-tips">理财专用</view>
<view class="content-sec-tips">学区</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">齐横三</view>
</view>
<view class="content-sec-lab">
添加时间:<view class="content-sec-lab1">2021-07-20 14:00:30</view>
</view>
<view class="content-sec-num">
<view class="">
3次到访
</view>
<view class="">
55分/88%
</view>
</view>
</view>
<view class="content-last">
<view class="content-last-tab">
添加提醒
</view>
<view class="content-last-tab">
拨打电话
</view>
<view class="content-last-tab">
写跟进
</view>
</view>
</view>
<view class="content-tips">
<view class="content-first">
<view class="left">
<view class="img">
A
</view>
<view class="test">
李先生
</view>
</view>
<view class="right">
<view class="point"></view>
<view class="test">
定金
</view>
</view>
</view>
<view class="content-sec">
<view class="content-sec-lab">
手机号码:<view class="content-sec-lab1">18777897865</view>
</view>
<view class="content-sec-lab">
客户标签:
<view class="content-sec-tips">投资</view>
<view class="content-sec-tips">理财专用11</view>
<view class="content-sec-tips">学区</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">齐横三</view>
</view>
<view class="content-sec-lab">
添加时间:<view class="content-sec-lab1">2021-07-20 14:00:30</view>
</view>
<view class="content-sec-num">
<view class="">
3次到访
</view>
<view class="">
55分/88%
</view>
</view>
</view>
<view class="content-last">
<view class="content-last-tab">
添加提醒
</view>
<view class="content-last-tab">
拨打电话
</view>
<view class="content-last-tab">
写跟进
</view>
</view>
</view>
</view>
<u-popup v-model="screenShow" mode="top" >
<view class="screen">
<!-- 顾问选择 -->
<view class="screen-counselor">
<view class="screen-text">
所属顾问
</view>
<view class="screen-sel">
<u-input v-model="screen.counselorName" type="text" placeholder='请选择' @click="selectshow = true" class="screen-inp" disabled />
<image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
</view>
</view>
<view class="screen-counselor">
<view class="screen-text">
客户标签
</view>
<view class="screen-sel">
<u-input v-model="screen.cunsumerTips" type="text" placeholder='请选择' @click="selectTipshow = true" class="screen-inp" disabled />
<image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
</view>
</view>
<!-- 录音标示 -->
<view class="screen-record">
<view class="screen-record-text">
客户等级
</view>
<view class="screen-record-tab">
<view :class="[screen.record==0?'screen-record-chose':'screen-record-nochose']" @click="screen.record=0">
A
</view>
<view :class="[screen.record==1?'screen-record-chose':'screen-record-nochose']" @click="screen.record=1">
B
</view>
<view :class="[screen.record==2?'screen-record-chose':'screen-record-nochose']" @click="screen.record=2">
C
</view>
<view :class="[screen.record==3?'screen-record-chose':'screen-record-nochose']" @click="screen.record=3">
D
</view>
</view>
</view>
<view class="screen-record">
<view class="screen-record-text">
客户阶段
</view>
<view class="screen-record-tab">
<view v-for="(item,index) in stageList" :key="index">
<view :class="[screen.stage==index?'screen-record-chose':'screen-record-nochose']" @click="screen.stage=index" style="width: 120rpx;">
{{item}}
</view>
</view>
</view>
</view>
<view class="screen-record">
<view class="screen-record-text">
到访次数
</view>
<view class="screen-record-tab">
<view :class="[screen.arriveNum==0?'screen-record-chose':'screen-record-nochose']" @click="screen.arriveNum=0">
首次到访
</view>
<view :class="[screen.arriveNum==1?'screen-record-chose':'screen-record-nochose']" @click="screen.arriveNum=1">
第二次
</view>
<view :class="[screen.arriveNum==2?'screen-record-chose':'screen-record-nochose']" @click="screen.arriveNum=2">
第三次
</view>
<view :class="[screen.arriveNum==3?'screen-record-chose':'screen-record-nochose']" @click="screen.arriveNum=3">
三次以上
</view>
</view>
</view>
<!-- <view class="screen-record">
<view class="screen-record-text">
最近接待时间
</view>
<view class="screen-record-tab">
</view>
</view> -->
<view class="screen-foot">
<view class="screen-foot-reset" @click="reset">
重置
</view>
<view class="screen-foot-sure" @click="screensure">
确定
</view>
</view>
</view>
</u-popup>
<!-- 选择顾问的选择框 -->
<u-select v-model="selectshow" :list="list" @confirm="actionSelectCallback"></u-select>
<!-- 客户标签 -->
<u-select v-model="selectTipshow" :list="list1" @confirm="selectCallback"></u-select>
<!-- 时间选择器 -->

</view>
</template>

<script>
export default{
data(){
return{
value:'',
screenShow:false,
selectshow:false,
selectTipshow:false,
screen:{
counselorName:'',
record:'0',
stage:'0',
arriveNum:'0',
cunsumerTips:''
},
stageList:['未知','到访','意向','定金','成交'],
list:[
{
value:1,
label:'1'
},
{
value:2,
label:'2'
},
{
value:3,
label:'3'
},
{
value:4,
label:'4'
},
],
list1:[
{
value:1,
label:'1'
},
{
value:2,
label:'2'
},
{
value:3,
label:'3'
},
{
value:4,
label:'4'
},
],
recordList:[],
}
},
methods:{
// 筛选
screenshow(){
this.screenShow=true
},
actionSelectCallback(e){
console.log(e[0].label)
// this.value = this.actionSheetList[index].label;
this.screen.counselorName=e[0].label
},
selectCallback(e){
console.log(e[0].label)
// this.value = this.actionSheetList[index].label;
this.screen.cunsumerTips=e[0].label
},
reset(){
this.screen={
counselorName:'',
record:'0',
stage:'0',
arriveNum:'0',
cunsumerTips:''
}
},
// 客户详情
godetail(){
uni.navigateTo({
url:'/pages/center/consumer/consumerDetail'
})
},
screensure(){
console.log(this.screen)
this.screenShow=false
},
goSearch(){
uni.navigateTo({
url: '/pages/center/consumer/consumerSearch'
});
},
},
onLoad() {
console.log('这里是进入')
}
}
</script>

<style>
<style lang="scss" scoped>
.box {
width: 100%;
height: 100%;
background: #F8F8F8;
}
.search-box{
width: 100%;
height: 102rpx;
background: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
.search{
width: 620rpx;
height: 70rpx;
display: flex;
align-items: center;
background: #F8F8F8;
border-radius: 33rpx;
.search-img{
width: 26rpx;
height: 30rpx;
margin-left: 20rpx;
.search-img1{
width: 100%;
height: 100%;
margin-top: 2rpx;
}
}
.search-text{
font-size: 28rpx;
font-weight: 400;
color: #999999;
margin-left:10rpx;
}
}
.search-screen{
width: 40rpx;
height: 40rpx;
margin-left: 30rpx;
.search-screen1{
width: 100%;
height: 100%;
}
}
}
.content{
// height: 1000rpx;/
overflow: hidden;
border-top: 1px solid #E0E0E0;
.content-tips{
background: #fff;
// box-sizing: border-box;
margin-bottom: 20rpx;
overflow: hidden;
.content-first{
padding: 19rpx 30rpx;
display: flex;
justify-content: space-between;
box-sizing: border-box;
// border-top: 1px solid #E0E0E0;
font-weight: 400;
color: #292929;
height: 90rpx;
font-size: 30rpx;
line-height: 30rpx;
.left{
display: flex;
.img{
// margin-top: 19rpx;
width: 52rpx;
height: 52rpx;
border: 1px solid #E0E0E0;
border-radius: 50%;
text-align: center;
line-height: 50rpx;
}
.test{
margin-top: 11rpx;
margin-left: 20rpx;
font-weight: 500;
color: #333333;
}
}
.right{
display: flex;
.point{
width: 12rpx;
height: 12rpx;
background: #2B6EFF;
border-radius: 50%;
margin-right: 9rpx;
margin-top: 20rpx;
}
.test{
margin-top: 11rpx;
}
}
}
.content-sec{
border-top: 1px solid #E0E0E0;
padding: 0 30rpx;
height: 270rpx;
position: relative;
.content-sec-lab{
margin-top: 30rpx;
display: flex;
font-size: 30rpx;
font-weight: 400;
color: #666666;
line-height: 30rpx;
.content-sec-lab1{
color: #333333;
}
.content-sec-tips{
max-width:174rpx ;
height: 46rpx;
background: #F2F2F2;
border-radius: 6rpx;
text-align: center;
line-height: 26rpx;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 26rpx;
font-weight: 400;
color: #333333;
margin-right: 24rpx;
box-sizing: border-box;
padding: 10rpx 24rpx;
}
}
.content-sec-num{
position: absolute;
width: 190rpx;
height: 90rpx;
background: #F4F8FD;
border-radius: 12rpx;
font-weight: 400;
color: #2671E2;
line-height: 45rpx;
bottom: 30rpx;
right: 30rpx;
text-align: center;
}
}
.content-last{
display: flex;
border-top: 1px solid #E0E0E0;
// padding: 0 30rpx;
height: 78rpx;
.content-last-tab{
width: 33.4%;
text-align: center;
font-size: 30rpx;
font-weight: 400;
color: #333333;
line-height: 78rpx;
border-right: 1px solid #E0E0E0;
}
}
}
}
// 这是弹出层
.screen{
// box-sizing: border-box;
// padding: 0 30rpx;
.screen-counselor{
display: flex;
height: 106rpx;
// padding: 40rpx 30rpx 36rpx 30rpx;
padding: 0 30rpx;
box-sizing: border-box;
border-bottom: 1px solid #CCCCCC;
.screen-text{
margin: 40rpx 0 36rpx 0;
font-size: 30rpx;
font-weight: 400;
color: #333333;
line-height: 30rpx;
}
.screen-sel{
display: flex;
justify-content: space-between;
width: 500rpx;
margin-left: 60rpx;
.screen-sel-img{
margin: 40rpx 0 36rpx 0;
width: 14rpx;
height: 30rpx;
}
.screen-inp{
margin-top: 20rpx;
}
}
}
.screen-record{
height: 192rpx;
// width: 100%;
overflow: hidden;
padding: 0 30rpx;
box-sizing: border-box;
border-bottom: 1px solid #CCCCCC;
.screen-record-text{
margin-top: 36rpx;
font-size: 30rpx;
font-weight: 400;
color: #333333;
line-height: 30rpx;
}
.screen-record-tab{
margin-top: 30rpx;
display: flex;
// justify-content: space-around;
.screen-record-chose{
width: 156rpx;
height: 60rpx;
background: #FFFFFF;
border-radius: 4rpx;
border: 1px solid #2671E2;
text-align: center;
line-height: 60rpx;
margin-right: 22rpx;
}
.screen-record-nochose{
width: 156rpx;
height: 60rpx;
background: #FFFFFF;
border-radius: 4rpx;
border: 1px solid #C9C9C9;
text-align: center;
line-height: 60rpx;
margin-right: 22rpx;
}
}
}
.screen-foot{
height: 88rpx;
display: flex;
.screen-foot-reset{
width: 50%;
text-align: center;
line-height: 88rpx;
font-size: 30rpx;
font-weight: 400;
color: #666666;
}
.screen-foot-sure{
width: 50%;
text-align: center;
line-height: 88rpx;
font-size: 30rpx;
font-weight: 400;
color: #FFFFFF;
background: #2671E2;
}
}
}
</style>

+ 0
- 1
pages/center/records/index.vue Parādīt failu

@@ -30,7 +30,6 @@
</view>
</view>
<view class="content">
<view class="content-tips">
<view class="content-first">
<view class="left">


Notiek ielāde…
Atcelt
Saglabāt