Browse Source

修改bug

newyun
corala 1 year ago
parent
commit
1405263d83
2 changed files with 4 additions and 13 deletions
  1. +0
    -1
      pages/center/prohibited/details.vue
  2. +4
    -12
      pages/center/records/index.vue

+ 0
- 1
pages/center/prohibited/details.vue View File

@@ -44,7 +44,6 @@
<view class="text">
<view class="avatar">
<view :style="[SPEAKERSTYLE(item.speaker)]">
<!-- <image v-if="item.isShow && item.isShow == 0" :src="Aimg" mode="widthFix"></image> -->
<text v-if="item.isShow == 0">顾</text>
<text v-else>{{ item.speaker | toCapital }}</text>
</view>


+ 4
- 12
pages/center/records/index.vue View File

@@ -63,8 +63,7 @@
<view class="arriveNum">{{ item.phone | encryption }}</view>
</view>
<view class="right">
<image src="../static/img/power.png" class="img" mode=""></image>
{{item.fraction || '0'}}%
销讲业务:{{item.marketingBusiness || 'xxx'}}
</view>
</view>
<view class="content-newadd">
@@ -74,8 +73,8 @@
<view class="c-items">
挖掘成功:{{item.wordFinishFraction||0}}%
</view>
<view class="c-items">
销讲业务:{{item.marketingBusiness||'xxx'}}
<view class="c-items u-flex">
销讲执行:<view class="value" style="color: #2671E2;font-weight:bold;">{{item.fraction||0}}%</view>
</view>
</view>
<view class="content-last">
@@ -687,7 +686,7 @@
}
this.$u.post("/customer/findbypage", parames).then(data => {
this.LOADING = false
console.log(data)
// console.log(data)
let list = data.records || [];
if(this.isRefresh){
this.recordList = list;
@@ -1052,15 +1051,8 @@
.right {
font-size: 28rpx;
font-weight: 400;
color: #2671E2;
display: flex;
align-items: center;

.img {
margin-right: 10rpx;
width: 32rpx;
height: 32rpx;
}
}
}
.content-newadd{


Loading…
Cancel
Save