|
@@ -16,7 +16,7 @@
|
|
|
<!-- 中间区域 -->
|
|
|
<view class="kc-name-box">
|
|
|
<icon @click="goUpPage"></icon>
|
|
|
- <view>{{zyName}} {{zyLevelName}}</view>
|
|
|
+ <view>{{name}}</view>
|
|
|
</view>
|
|
|
<view class="kc-info-box">
|
|
|
<view>时长:{{period}}</view>
|
|
@@ -85,8 +85,6 @@
|
|
|
timer1: null,
|
|
|
kcId: null,
|
|
|
from: '',
|
|
|
- zyName: '',
|
|
|
- zyLevelName: '',
|
|
|
userKaozhengId: null,
|
|
|
}
|
|
|
},
|
|
@@ -298,14 +296,10 @@
|
|
|
kejianUserVo,
|
|
|
intro,
|
|
|
operId,
|
|
|
- zyName,
|
|
|
- zyLevelName,
|
|
|
} = res.data;
|
|
|
this.userCount = userCount;
|
|
|
this.period = formatSecondsToCnhms(period,true);
|
|
|
this.name = name;
|
|
|
- this.zyName = zyName;
|
|
|
- this.zyLevelName = zyLevelName;
|
|
|
this.formatData(kejianUserVo.zhangList)
|
|
|
this.list = kejianUserVo.zhangList;
|
|
|
this.intro = intro;
|