瀏覽代碼

客户画像穿透

yun
jyt 1 年之前
父節點
當前提交
603e484728
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. +3
    -0
      pages/center/records/index.vue
  2. +1
    -1
      pages/mine/details2.vue

+ 3
- 0
pages/center/records/index.vue 查看文件

@@ -342,6 +342,7 @@
this.screen.validInvalid = options.validInvalid
}
if (options.staTime) {
this.staTime = options.staTime;
this.endtime = options.endtime+' 23:59:59';
}
@@ -555,6 +556,8 @@
let orderBy = 0;
if (this.activeTotal == 5) {
dateType = null;
} else if (this.activeTotal == 3) {
dateType = null;
} else if (this.activeTotal == 4) {
dateType = null;
} else {


+ 1
- 1
pages/mine/details2.vue 查看文件

@@ -283,7 +283,7 @@
<view class="hsnrtest" v-if="subitem.show">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
v-for="(che,inc) in subitem.children" :key='inc'>
<view class="title1">{{inc+1}}.{{che.name}}</view>
<view class="title1" :class="{gray: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view>
<view class="jiantobox">
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png"
mode="" />


Loading…
取消
儲存