|
@@ -345,7 +345,7 @@
|
|
|
<view class="content">
|
|
|
为避免个人信息不正确导致您的学习时长无效,请认真核对以下信息是否正确,如信息有误请取消当前操作,立刻联系020-38946666
|
|
|
|
|
|
- <view class="msg-list">
|
|
|
+ <view class="msg-list" v-if="userInfo">
|
|
|
<view class="item">
|
|
|
<text class="item__left">姓名:</text>
|
|
|
<text class="item__right">{{userInfo.realname}}</text>
|
|
@@ -498,6 +498,9 @@ export default {
|
|
|
},
|
|
|
// 查询直播课
|
|
|
getCourseLiveQues() {
|
|
|
+ if (!this.$method.isLogin()) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
this.allLoading = true
|
|
|
let arrs = [
|
|
|
this.$api.listUserVideoLive(this.paramC), // 查询用户拥有视频+直播商品 /goods/listUserVideoLive
|