chore: 用户观看时长上传和统计
- 在用户信息页面中,增加用户资料的显示,包括今日观看和总观看时长 - 优化课程详情页中视频组件的传递参数,确保课程ID和目录ID的正确传递 - 注释掉不必要的样式代码以提升可读性
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "2.0.43",
|
"versionName" : "2.0.45",
|
||||||
"versionCode" : 2043,
|
"versionCode" : 2045,
|
||||||
"sassImplementationName" : "node-sass",
|
"sassImplementationName" : "node-sass",
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
@@ -63,6 +63,7 @@
|
|||||||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
||||||
|
"",
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<CommonCourseVideo
|
<CommonCourseVideo
|
||||||
:video-list="videoArray"
|
:video-list="videoArray"
|
||||||
:current-index="currentCateIndex !== null ? currentCateIndex : 0"
|
:current-index="currentCateIndex !== null ? currentCateIndex : 0"
|
||||||
:course="{courseTitle:options.navTitle, chapterTitle: curriculumData.title}"
|
:course="{courseTitle:options.navTitle, chapterTitle: curriculumData.title, catalogueId: curriculumData.catalogueId || '', courseId: curriculumData.courseId || options.courseId || ''}"
|
||||||
:cover="options.curriculumImgUrl || ''"
|
:cover="options.curriculumImgUrl || ''"
|
||||||
:http="$http"
|
:http="$http"
|
||||||
/>
|
/>
|
||||||
@@ -934,9 +934,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.u-grid-list {
|
// .u-grid-list {
|
||||||
// height: 40rpx;
|
// // height: 40rpx;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.searchList {
|
.searchList {
|
||||||
.item {
|
.item {
|
||||||
@@ -1133,7 +1133,8 @@
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
@include theme('btn_bg') color: #fff;
|
@include theme('btn_bg');
|
||||||
|
color: #fff;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
border-radius: 50rpx;
|
border-radius: 50rpx;
|
||||||
@@ -1236,11 +1237,11 @@
|
|||||||
// align-items: center;
|
// align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headImage {
|
// .headImage {
|
||||||
// height: 400rpx !important;
|
// // height: 400rpx !important;
|
||||||
}
|
// }
|
||||||
|
|
||||||
.commonDetailPage {}
|
// .commonDetailPage {}
|
||||||
|
|
||||||
.curriulum_box {
|
.curriulum_box {
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
@@ -1263,9 +1264,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/.titleItem {
|
// /deep/.titleItem {
|
||||||
// width: calc(100% - 120rpx) !important;
|
// // width: calc(100% - 120rpx) !important;
|
||||||
}
|
// }
|
||||||
|
|
||||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
@@ -1396,7 +1397,7 @@
|
|||||||
width: calc(100% - 150rpx) !important;
|
width: calc(100% - 150rpx) !important;
|
||||||
|
|
||||||
.aui-text-danger {
|
.aui-text-danger {
|
||||||
display: inline-block;
|
// display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,7 +29,12 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="userInfoBox" style="margin-left: 20rpx;">
|
<view class="userInfoBox" style="margin-left: 20rpx;">
|
||||||
<template>
|
<template>
|
||||||
<view class="name">{{ userMes.nickname ? userMes.nickname : "未设置" }}</view>
|
<view class="name">
|
||||||
|
{{ userMes.nickname ? userMes.nickname : "未设置" }}
|
||||||
|
<text v-if="userMes.profile" class="user-profile">({{userMes.profile}})</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- <u-tag v-if="userMes.profile" :text="userMes.profile" size="mini" plain plainFill type="success"></u-tag> -->
|
||||||
</template>
|
</template>
|
||||||
<template v-if="userMes.tel">
|
<template v-if="userMes.tel">
|
||||||
<view class="phone">手机号:({{ userMes.tel }})</view>
|
<view class="phone">手机号:({{ userMes.tel }})</view>
|
||||||
@@ -41,6 +46,12 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
<template>
|
||||||
|
<view>
|
||||||
|
<u-tag v-if="userMes.todayWatch" :text="userMes.todayWatch" size="mini" plain plainFill type="success" class="watch-time"></u-tag>
|
||||||
|
<u-tag v-if="userMes.totalWatch" :text="userMes.totalWatch" size="mini" plain plainFill class="watch-time"></u-tag>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -128,13 +139,14 @@
|
|||||||
<view class="xiugai boxShadow box_fillet">
|
<view class="xiugai boxShadow box_fillet">
|
||||||
<common-list :dataList="pageList" @hancleClick="handleClickTab" label="name">
|
<common-list :dataList="pageList" @hancleClick="handleClickTab" label="name">
|
||||||
<template slot="rightSlot" slot-scope="slotProps">
|
<template slot="rightSlot" slot-scope="slotProps">
|
||||||
<text
|
<text
|
||||||
class="fdButtonBox aui-text-success"
|
v-if="slotProps.row.contentType&&slotProps.row.contentType == 'hufen'&&hufenNumber>0"
|
||||||
v-if="slotProps.row.contentType&&slotProps.row.contentType == 'hufen'&&hufenNumber>0"
|
class="fdButtonBox aui-text-success"
|
||||||
style="line-height: 40rpx; font-size: 40rpx;color: #258feb;float: right;"
|
style="line-height: 40rpx; font-size: 40rpx;color: #258feb;float: right;"
|
||||||
>{{ hufenNumber }}<text style="font-size: 30rpx;margin-left: 4rpx;">湖分</text></text
|
>
|
||||||
>
|
{{ hufenNumber }}<text style="font-size: 30rpx;margin-left: 4rpx;">湖分</text>
|
||||||
</template>
|
</text>
|
||||||
|
</template>
|
||||||
</common-list>
|
</common-list>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -483,6 +495,9 @@
|
|||||||
if (this.userInfo.id != undefined) {
|
if (this.userInfo.id != undefined) {
|
||||||
this.$http.post("common/user/getUserInfo").then((res) => {
|
this.$http.post("common/user/getUserInfo").then((res) => {
|
||||||
this.userMes = res.result;
|
this.userMes = res.result;
|
||||||
|
this.userMes.profile = res.des || '';
|
||||||
|
this.userMes.todayWatch = res.todayWatch || '';
|
||||||
|
this.userMes.totalWatch = res.totalWatch || '';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -636,15 +651,23 @@
|
|||||||
|
|
||||||
view {
|
view {
|
||||||
.name {
|
.name {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #6990c7 !important;
|
color: #6990c7 !important;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-profile{
|
||||||
|
font-size: 28rpx;
|
||||||
|
font-weight: normal;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phone {
|
.phone {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #6990c7 !important;
|
color: #6990c7 !important;
|
||||||
|
margin: 6rpx 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.per_user_img {
|
.per_user_img {
|
||||||
@@ -654,6 +677,12 @@
|
|||||||
margin-left: 10rpx;
|
margin-left: 10rpx;
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.watch-time {
|
||||||
|
margin-top: 6rpx;
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 10rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user