|
@@ -10,7 +10,7 @@
|
|
|
<!-- 中间区域 -->
|
|
|
<view class="kc-name-box">
|
|
|
<icon @click="goUpPage"></icon>
|
|
|
- <view>{{name}}</view>
|
|
|
+ <view>{{zyName}} {{zyLevelName}}</view>
|
|
|
</view>
|
|
|
<view class="kc-info-box">
|
|
|
<view>时长:{{period}}分钟</view>
|
|
@@ -79,7 +79,9 @@
|
|
|
curPlayData: null,
|
|
|
timer1: null,
|
|
|
kcId: null,
|
|
|
- from: ''
|
|
|
+ from: '',
|
|
|
+ zyName: '',
|
|
|
+ zyLevelName: '',
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
@@ -250,11 +252,15 @@
|
|
|
name,
|
|
|
kejianUserVo,
|
|
|
intro,
|
|
|
- operId
|
|
|
+ operId,
|
|
|
+ zyName,
|
|
|
+ zyLevelName,
|
|
|
} = res.data;
|
|
|
this.userCount = userCount;
|
|
|
this.period = formatDuration(period);
|
|
|
this.name = name;
|
|
|
+ this.zyName = zyName;
|
|
|
+ this.zyLevelName = zyLevelName;
|
|
|
this.formatData(kejianUserVo.zhangList)
|
|
|
this.list = kejianUserVo.zhangList;
|
|
|
this.intro = intro;
|