lancer hace 3 años
padre
commit
9ebf8504a0
Se han modificado 4 ficheros con 6 adiciones y 6 borrados
  1. +1
    -1
      pages/center/Piabodata/TrendAnalysis.vue
  2. +2
    -2
      pages/center/consumer/consumerDetail.vue
  3. +2
    -2
      pages/mine/reception/addreception.vue
  4. +1
    -1
      pages/mine/signature.vue

+ 1
- 1
pages/center/Piabodata/TrendAnalysis.vue Ver fichero

@@ -765,7 +765,7 @@
this.lineOptsect = {
"categories": list,
"series": [{
"name": "",
"name": "销讲一级",
"data": list1
}]
}


+ 2
- 2
pages/center/consumer/consumerDetail.vue Ver fichero

@@ -64,7 +64,7 @@
</view>
<!-- 接待记录 -->
<view class="tabactive1" v-if="activeTotal==0" style="min-height: 600rpx;">
<view class="tabactive1" v-if="activeTotal==0" style="min-height: 800rpx;">
<view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
<view style="width: 100%;padding-top: 60rpx;">
<view style="width: 100%;text-align: center;">
@@ -105,7 +105,7 @@
<!-- 跟进记录 -->
<view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;">
<view v-if="fllowList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
<view v-if="fllowList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;background-color: #FFFFFF;">
<view style="width: 100%;padding-top: 60rpx;">
<view style="width: 100%;text-align: center;">
<image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>


+ 2
- 2
pages/mine/reception/addreception.vue Ver fichero

@@ -6,7 +6,7 @@
<view class="title">
<view class="titletext">客户姓名</view>
<view class="titletext2">
<input class="titletext-input" style="color: #333333;" v-model="parames.name" placeholder-class="titletext-input" type="text" placeholder="请输入客户姓名(必填)" />
<input class="titletext-input" style="color: #333333;" v-model="parames.name" placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="text" placeholder="请输入客户姓名(必填)" />
</view>
<view class="titleimg">
<!-- <image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image> -->
@@ -23,7 +23,7 @@
<view class="title">
<view class="titletext">联系电话</view>
<view class="titletext2">
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" placeholder-class="titletext-input" type="text" placeholder="请输入联系电话" />
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="text" placeholder="请输入联系电话" />
</view>
</view>


+ 1
- 1
pages/mine/signature.vue Ver fichero

@@ -85,7 +85,7 @@
line-height: 102rpx;
border: none;
font-size: 30rpx;
color: #303030;
color: #B2B2B2;
}
.cev{
width: 690rpx;


Cargando…
Cancelar
Guardar