23 Commits
wwz ... dwb

Author SHA1 Message Date
duan
a0d3c31ea5 ios判断设置 2025-01-20 09:30:58 +08:00
duan
54f26055cc 解決衝突 2025-01-18 09:57:55 +08:00
duan
a62e47fe25 解決衝突 2025-01-18 09:55:10 +08:00
940740ce6d Merge branch 'test' of https://e.coding.net/g-cphe0354/duanju/new_app into ymf 2025-01-18 09:53:07 +08:00
duan
940cf8c2e7 修改ios審核時候的視頻播放 2025-01-18 09:51:56 +08:00
GaoHao
8622676ebf 任务看完广告提示优化 2025-01-18 09:45:59 +08:00
3b776a3beb 修复ios选集换行问题 2025-01-17 18:28:29 +08:00
9651c9cb6f 修复h5默认值错误问题 2025-01-17 18:19:29 +08:00
GaoHao
a299b8e846 任务观看广告优化 2025-01-17 18:19:11 +08:00
GaoHao
2058c4af58 规则弹窗优化 2025-01-17 18:04:39 +08:00
35909ae42c Merge branch 'test' of https://e.coding.net/g-cphe0354/duanju/new_app into ymf 2025-01-17 17:56:57 +08:00
6c4a6ea804 修复ios视频兼容性问题,改为同h5播放形式 2025-01-17 17:36:09 +08:00
48154cf82f 修复选集弹窗ios偶发性不出现问题 2025-01-17 16:19:23 +08:00
GaoHao
575caba06d Merge branch 'gaohao' of https://e.coding.net/g-cphe0354/duanju/new_app into test 2025-01-17 14:28:43 +08:00
GaoHao
64d7d9a317 个人中心登录状态优化 2025-01-17 14:28:19 +08:00
duan
503f1d4594 Merge branch 'test' of https://e.coding.net/g-cphe0354/duanju/new_app into test 2025-01-17 10:17:26 +08:00
duan
ae33f415b0 兑换 2025-01-17 10:17:22 +08:00
169b3ca31e Merge branch 'test' of https://e.coding.net/g-cphe0354/duanju/new_app into ymf 2025-01-17 10:08:16 +08:00
8553c5f2b7 处理ios兼容性问题 2025-01-17 10:08:06 +08:00
GaoHao
cd1bfa9ec1 Merge branch 'gaohao' of https://e.coding.net/g-cphe0354/duanju/new_app into test 2025-01-17 10:00:37 +08:00
GaoHao
e8cb4f83ed 登录相关界面优化 2025-01-17 10:00:19 +08:00
gyq
699061f506 Merge branch 'test' of e.coding.net:g-cphe0354/duanju/new_app into gyq 2025-01-16 15:18:15 +08:00
gyq
be4bf820b4 优化个人中心刷新数据 2025-01-16 15:18:10 +08:00
31 changed files with 873 additions and 448 deletions

View File

@@ -2,11 +2,11 @@
"version" : "1.0", "version" : "1.0",
"configurations" : [ "configurations" : [
{ {
"playground" : "custom", "playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {
"playground" : "standard", "playground" : "custom",
"type" : "uni-app:app-ios" "type" : "uni-app:app-ios"
} }
] ]

View File

@@ -56,6 +56,7 @@ export const discSpinningdraw = (data) => {
}) })
} }
export const selectUserMoney = (data) => { export const selectUserMoney = (data) => {
return http.request({ return http.request({
url: '/moneyDetails/selectUserMoney', url: '/moneyDetails/selectUserMoney',

View File

@@ -58,6 +58,7 @@ export const realNameAuth = (data) => {
export const canCash = (data) => { export const canCash = (data) => {
return http.request({ return http.request({
url: '/cash/canCash', url: '/cash/canCash',
showLoading: false,
}) })
} }

View File

@@ -4,13 +4,29 @@ import http from '@/http/http.js'
export const selectTaskCenter = (data) => { export const selectTaskCenter = (data) => {
return http.request({ return http.request({
url: '/taskCenter/selectTaskCenter', url: '/taskCenter/selectTaskCenter',
data data,
showLoading:false
}) })
} }
// 兑换列表
export const selectTaskCenterUserReward = (data) => {
return http.request({
url: '/taskCenterReward/selectTaskCenterUserReward',
data,
isreturm:true
})
}
// 获取签到 // 获取签到
export const getUserSignData = (data) => { export const getUserSignData = (data) => {
return http.request({ return http.request({
url: 'userSignRecord/getUserSignData', url: 'userSignRecord/getUserSignData',
data,
showLoading:false
})
}
export const receiveGoods = (data) => {
return http.request({
url: 'taskCenter/receiveGoods',
data data
}) })
} }

View File

@@ -3,17 +3,24 @@ import http from '@/http/http.js'
//获取短剧视频详情 //获取短剧视频详情
export function getVideoDetail(data) { export function getVideoDetail(data) {
return http.request({ return http.request({
url: 'course/courseSets?courseId='+data.courseId, url: 'course/courseSets',
data data: data
}) })
} }
//追剧 //追剧
export function zhuiju(data) { export function zhuiju(data) {
return http.request({ return http.request({
url: 'courseCollect/insertCourseCollect', url: 'courseCollect/insertCourseCollect',
method:'POST', method: 'POST',
data:{ data: {
classify:1, classify: 1,
...data ...data
} }
}) })
@@ -23,9 +30,9 @@ export function zhuiju(data) {
export function dianzan(data) { export function dianzan(data) {
return http.request({ return http.request({
url: 'courseCollect/insertCourseCollect', url: 'courseCollect/insertCourseCollect',
method:'POST', method: 'POST',
data:{ data: {
classify:2, classify: 2,
...data ...data
} }
}) })
@@ -33,13 +40,13 @@ export function dianzan(data) {
//插入播放历史记录 //插入播放历史记录
export function insertHistory(data){ export function insertHistory(data) {
return http.request({ return http.request({
url: 'courseCollect/insertCourseCollect', url: 'courseCollect/insertCourseCollect',
method:'POST', method: 'POST',
data:{ data: {
classify:3, classify: 3,
type:1, type: 1,
...data ...data
} }
}) })
@@ -54,12 +61,12 @@ export function getJinbiBili(data) {
} }
//获取推荐视频 //获取推荐视频
export function tuijianVideo(data){ export function tuijianVideo(data) {
const randomNum=10+ Math.ceil(Math.random()*20) const randomNum = 10 + Math.ceil(Math.random() * 20)
return http.request({ return http.request({
url: 'course/selectCourseDetailsList', url: 'course/selectCourseDetailsList',
method:'GET', method: 'GET',
data:{ data: {
page: 1, page: 1,
limit: 10, limit: 10,
randomNum: randomNum randomNum: randomNum
@@ -67,64 +74,67 @@ export function tuijianVideo(data){
}) })
} }
//解锁10集视频 //解锁10集视频
export function buyTenVideo(data){ export function buyTenVideo(data) {
return http.request({ return http.request({
url: 'order/insertCourseOrders/limit10', url: 'order/insertCourseOrders/limit10',
method:'GET', method: 'GET',
data:data data: data
}) })
} }
//解锁单集或者全部视频 //解锁单集或者全部视频
export function buyVideo(data){ export function buyVideo(data) {
return http.request({ return http.request({
url: 'order/insertCourseOrders', url: 'order/insertCourseOrders',
method:'GET', method: 'GET',
data:data data: data
}) })
} }
//订单支付 //订单支付
export function payOrder(data){ export function payOrder(data) {
let payType='h5' let payType = 'h5'
// #ifdef APP // #ifdef APP
payType='app' payType = 'app'
// #endif // #endif
return http.request({ return http.request({
url: 'wuyou/payOrder/'+data.orderId+'?payType='+payType, url: 'wuyou/payOrder/' + data.orderId + '?payType=' + payType,
method:'GET' method: 'GET'
}) })
} }
//获取订单支付状态 //获取订单支付状态
export function getOrderInfo(data){ export function getOrderInfo(data) {
return http.request({ return http.request({
url: 'wuyou/queryOrder/'+data.orderId, url: 'wuyou/queryOrder/' + data.orderId,
method:'GET' method: 'GET'
}) })
} }
//金币解锁 //金币解锁
export function goldPay(data){ export function goldPay(data) {
return http.request({ return http.request({
url: 'order/payOrders', url: 'order/payOrders',
method:'POST', method: 'POST',
data:{...data,header:{ data: {
'content-type':'application/x-www-form-urlencoded' ...data,
}} header: {
'content-type': 'application/x-www-form-urlencoded'
}
}
}) })
} }
//获取转盘抽奖次数 //获取转盘抽奖次数
export function getDrawCount(data){ export function getDrawCount(data) {
return http.request({ return http.request({
url: 'discSpinning/drawCount', url: 'discSpinning/drawCount',
method:'GET', method: 'GET',
data data
}) })
} }
//播放开始或者结束 //播放开始或者结束
export function playStatus(data){ export function playStatus(data) {
return http.request({ return http.request({
url: 'course/viewCourse', url: 'course/viewCourse',
method:'GET', method: 'GET',
data data
}) })
} }

View File

@@ -132,9 +132,12 @@
} }
onMounted(() => { onMounted(() => {
// #ifdef H5
getElRect('myCanvas').then(res => { getElRect('myCanvas').then(res => {
Object.assign(posterData, res) Object.assign(posterData, res)
}) })
// #endif
}) })
function hide() { function hide() {

View File

@@ -411,7 +411,7 @@
color: #ffffff; color: #ffffff;
font-size: 15px; font-size: 15px;
z-index: 9999; z-index: 9999;
transition: all .3s ease-in-out; transition: transform .3s ease-in-out;
} }
.u-flex-y-center { .u-flex-y-center {
@@ -426,7 +426,7 @@
} }
.right { .right {
transition: all .3s ease-in-out; transition: transform .3s ease-in-out;
position: absolute !important; position: absolute !important;
right: 20rpx; right: 20rpx;
/* #ifdef H5 */ /* #ifdef H5 */

View File

@@ -67,6 +67,10 @@ let loop=ref(false)
loop.value=true loop.value=true
// #endif // #endif
const props = defineProps({ const props = defineProps({
height:{
type:Number,
default:0
},
item: { item: {
type: Object, type: Object,
defaulr: () => { defaulr: () => {
@@ -435,7 +439,7 @@ let loop=ref(false)
color: #ffffff; color: #ffffff;
font-size: 15px; font-size: 15px;
z-index: 9999; z-index: 9999;
transition: all .3s ease-in-out; transition: transform .3s ease-in-out;
} }
.u-flex-y-center { .u-flex-y-center {
@@ -450,7 +454,7 @@ let loop=ref(false)
} }
.right { .right {
transition: all .3s ease-in-out; transition: transform .3s ease-in-out;
position: absolute !important; position: absolute !important;
right: 20rpx; right: 20rpx;
/* #ifdef H5 */ /* #ifdef H5 */

View File

@@ -1,22 +1,31 @@
<template> <template>
<view class="item" @appear="appear" @disappear="disappear" @click.stop :style="{height:height+'px'}"> <view class="item" @appear="appear" @disappear="disappear" @click.stop :style="{height:height+'px'}" :key="index">
<video class="u-flex-1 video" :show-fullscreen-btn="false" @controlstoggle="controlstoggles" v-if="showVideo" <video class="u-flex-1 video" :show-fullscreen-btn="false" @controlstoggle="controlstoggles" v-if="showVideo"
play-btn-position="center"
@timeupdate="timeupdate" @waiting="waiting()" object-fit="cover" @pause="onpause" @click="videoClick()" :show-center-play-btn="false"
:show-play-btn="false"
:controls="true"
@click.stop="videoClick()"
@loadedmetadata="loadedmetadata"
@timeupdate="timeupdate" @waiting="waiting()" object-fit="cover" @pause="onpause"
@play="videoPlay('myVideo'+item.courseDetailsId,item.courseDetailsId)" :play-strategy="2" @play="videoPlay('myVideo'+item.courseDetailsId,item.courseDetailsId)" :play-strategy="2"
:show-loading="true" codec="software" :muted="false" :show-center-play-btn="true" :loop="loop" :show-loading="true" codec="software" :muted="false" :loop="loop"
:enable-progress-gesture="false" :poster="item.titleImg" :ref="'myVideo'+item.courseDetailsId" :enable-progress-gesture="false" :poster="item.titleImg" :ref="'myVideo'+item.courseDetailsId"
:autoplay="autoplay" @ended="ended" :id="'myVideo'+item.courseDetailsId" :src="item.videoUrl"></video> :autoplay="autoplay" @ended="ended" :id="'myVideo'+item.courseDetailsId" :src="item.videoUrl"></video>
<image class="poster" v-else @click="!item.videoUrl?popupShow('pay',item):''" :src="item.titleImg" <image class="poster" v-else @click.stop="posterClick" :src="item.titleImg"
mode="aspectFill"> mode="aspectFill">
</image> </image>
<view class="play-icon" v-if="videoIsLoadedmetadata&&showVideo&&!isPlying" @click.stop="videoClick()" :style="playStyle">
<image class="icon" src="@/static/images/play.png" mode=""></image>
</view>
<view class="info" v-if="!isCommand" :style="infoStyle"> <view class="info" v-if="!isCommand" :style="infoStyle">
<text class="color-fff" v-if="item.courseDetailsName">{{item.courseDetailsName}}</text> <text class="color-fff" v-if="item.courseDetailsName">{{item.courseDetailsName}}</text>
<view v-if="item.content" v-html="item.content"></view> <view v-if="item.content" v-html="item.content"></view>
<view class="u-m-t-20 color-fff" @click="popupShow('show')"> <view class="u-m-t-20 color-fff" @click.stop="popupShow('show')">
<text class="color-fff"> <text class="color-fff">
{{item.courseDetailsName}}{{total}}选集 > {{item.courseDetailsName}}{{total}}选集 >
</text> </text>
@@ -26,7 +35,7 @@
<view class="info" v-if="isCommand" :style="infoStyle"> <view class="info" v-if="isCommand" :style="infoStyle">
<text class="color-fff" v-if="item.courseDetailsName">{{item.courseDetailsName}}</text> <text class="color-fff" v-if="item.courseDetailsName">{{item.courseDetailsName}}</text>
<view v-if="item.content" v-html="item.content"></view> <view v-if="item.content" v-html="item.content"></view>
<view class="u-m-t-20 color-fff" @click="toDetail"> <view class="u-m-t-20 color-fff" @click.stop="toDetail">
<text class="color-fff"> <text class="color-fff">
查看更多续集 > 查看更多续集 >
</text> </text>
@@ -70,6 +79,10 @@
// #endif // #endif
const props = defineProps({ const props = defineProps({
isAndriod:{
type: Boolean,
default: false
},
height:{ height:{
type:Number, type:Number,
default:0 default:0
@@ -98,6 +111,10 @@
} }
} }
}, },
isTabbar:{
type: Boolean,
default: false
},
isCommand: { isCommand: {
type: Boolean, type: Boolean,
default: false default: false
@@ -146,7 +163,11 @@
const emits = defineEmits(['controlstoggles', 'disappear', 'appear', 'waiting', 'videoPlay', 'ended', 'dianzanClick', const emits = defineEmits(['controlstoggles', 'disappear', 'appear', 'waiting', 'videoPlay', 'ended', 'dianzanClick',
'share', 'zhuijuClick', 'popupShow', 'itemMounted', 'toDetail', 'showInfo', 'playStatusChange' 'share', 'zhuijuClick', 'popupShow', 'itemMounted', 'toDetail', 'showInfo', 'playStatusChange'
]) ])
function posterClick(){
if(!props.item.videoUrl){
popupShow('pay',props.item)
}
}
function controlstoggles(e) { function controlstoggles(e) {
emits('controlstoggles', e) emits('controlstoggles', e)
} }
@@ -161,6 +182,11 @@
function waiting() { function waiting() {
} }
let videoIsLoadedmetadata=ref(false)
function loadedmetadata(){
videoIsLoadedmetadata.value=true
}
let isPlying = ref(false) let isPlying = ref(false)
@@ -191,9 +217,7 @@
function timeupdate(e) { function timeupdate(e) {
//隐藏loding //隐藏loding
// #ifdef H5
uni.hideLoading() uni.hideLoading()
// #endif
if (isPlayFinish) { if (isPlayFinish) {
return return
} }
@@ -280,19 +304,20 @@
let video = null let video = null
function disappear() { function disappear(e) {
emits('disappear',e)
if (video) { if (video) {
video.pause() video.pause()
} }
emits('disappear')
} }
const showVideo = computed(() => { const showVideo = computed(() => {
// #ifdef H5 if(props.isAndriod){
return props.current === props.index && props.item.videoUrl console.log('props.nowIndex === props.index ');
// #endif console.log(props.nowIndex,props.index );
// #ifdef APP return (props.nowIndex === props.index && props.item.videoUrl) ?true :false
return props.nowIndex === props.index && props.item.videoUrl }else{
// #endif return props.current === props.index && props.item.videoUrl
}
}) })
onMounted(() => { onMounted(() => {
init() init()
@@ -330,11 +355,30 @@
video = null video = null
} }
}) })
const customStyle = computed(() => {
// #ifdef H5
return {
bottom: props.isTabbar ? '50px' : '0'
}
// #endif
// #ifndef H5
return {}
// #endif
})
const playStyle=computed(()=>{
if(isPlying.value){
return {
bottom:'0'
}
}
return {
bottom: props.isTabbar ? (50+44 +'px') : '44px'
}
})
const infoStyle = computed(() => { const infoStyle = computed(() => {
return { return {
transform: `translateX(${(!isPlying.value||!props.item.videoUrl)?0:'-110%'})` transform: `translateX(${(!isPlying.value||!props.item.videoUrl)?0:'-750rpx'})`
} }
}) })
@@ -411,7 +455,7 @@
color: #ffffff; color: #ffffff;
font-size: 15px; font-size: 15px;
z-index: 9999; z-index: 9999;
transition: all .3s ease-in-out; transition: transform .3s ease-in-out;
} }
.u-flex-y-center { .u-flex-y-center {
@@ -426,7 +470,7 @@
} }
.right { .right {
transition: all .3s ease-in-out; transition: transform .3s ease-in-out;
position: absolute !important; position: absolute !important;
right: 20rpx; right: 20rpx;
/* #ifdef H5 */ /* #ifdef H5 */
@@ -434,7 +478,7 @@
transform: translateY(-50%); transform: translateY(-50%);
/* #endif */ /* #endif */
/* #ifdef APP */ /* #ifdef APP */
top: 500px; bottom: 100px;
/* #endif */ /* #endif */
z-index: 999; z-index: 999;
color: #fff; color: #fff;
@@ -465,45 +509,20 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.play-icon{
.ji-list { position: absolute;
.ji-item { left: 0;
width: 210rpx; right: 0;
margin-bottom: 20rpx; top: 0;
margin-right: 30rpx; bottom: 0;
height: 88rpx; justify-content: center;
font-size: 28rpx; align-items: center;
color: #333; $icon-size:80rpx;
border-radius: 12rpx; .icon{
background-color: #F5F7FF; width: $icon-size;
position: relative; height: $icon-size;
&.active {
background-color: $my-main-color;
color: #fff;
}
.lock {
position: absolute;
border-radius: 0px 6px 0px 6px;
background-color: #ccc;
padding: 2rpx 4rpx;
top: 0;
right: 0;
}
.playing {
position: absolute;
width: 32rpx;
height: 24rpx;
bottom: 5px;
right: 7px;
}
} }
}
.ji-item:nth-of-type(3n) {
margin-right: 0;
} }
.hot { .hot {

View File

@@ -1,13 +1,26 @@
<template> <template>
<!-- #ifdef H5 --> <list v-if="showAndriod" :bounce="false" :loadmoreoffset="wHeight*3" :show-scrollbar="false" ref="listBox"
<view class=" w-full box" style="width: 100vw;"> :pagingEnabled="true" @loadmore="loadmore" :scrollable="true">
<cell v-for="(item,index) in list" :key="item.courseDetailsId" :ref="setRefList(index)">
<view class="swipers-items" :style="boxStyle" @longpress="popupShow('speed')">
<list-item-vue :total="list.length" :item="item" :current="current" :isCollect="isCollect"
:isAndriod="isAndriod" :isTabbar="isTabbar" @playStatusChange="playStatusChange" :height="wHeight"
:isCommand="isCommand" :showControls="control.showControls" @toDetail="toDetail(item,index)"
@itemMounted="itemMounted" @controlstoggles="controlstoggles" :index="index" :instance="instance"
:nowIndex="nowIndex" @appear="appear($event,item,index)" :playSpeeds="playSpeeds"
@disappear="disappear($event, item,index)" @dianzanClick="dianzanClick(item,index)"
@share="share(item)" @zhuijuClick="zhuijuClick(item)"
@popupShow="popupShow($event,item,index)"></list-item-vue>
</view>
</cell>
</list>
<view v-if="isH5||isIos" class=" w-full box" style="width: 100vw;">
<swiper @longpress="popupShow('speed')" :style="{height:wHeight+'px'}" v-if="videoList.length" <swiper @longpress="popupShow('speed')" :style="{height:wHeight+'px'}" v-if="videoList.length"
@change="swiperChange" :current="current" :circular="true" vertical class="u-flex-1" @change="swiperChange" :current="current" :circular="true" vertical class="u-flex-1"
@transition="transition" :indicator-dots="false" :autoplay="false" :interval="0" :duration="200"> @transition="transition" :indicator-dots="false" :autoplay="false" :interval="0" :duration="200">
<swiper-item v-for="(item,index) in videoList" :key="index"> <swiper-item v-for="(item,index) in videoList" :key="index">
<list-item-vue :total="list.length" :item="item" :isCommand="isCommand" <list-item-vue :total="list.length" :item="item" :isCommand="isCommand" :height="wHeight"
:height="wHeight" :isAndriod="isAndriod" :isTabbar="isTabbar" @playStatusChange="playStatusChange"
@playStatusChange="playStatusChange"
:showControls="control.showControls" :current="current" :isCollect="isCollect" :showControls="control.showControls" :current="current" :isCollect="isCollect"
@toDetail="toDetail(item,index)" @controlstoggles="controlstoggles" :playSpeeds="playSpeeds" @toDetail="toDetail(item,index)" @controlstoggles="controlstoggles" :playSpeeds="playSpeeds"
:index="index" :nowIndex="nowIndex" @dianzanClick="dianzanClick(item,index)" @share="share(item)" :index="index" :nowIndex="nowIndex" @dianzanClick="dianzanClick(item,index)" @share="share(item)"
@@ -15,34 +28,82 @@
</swiper-item> </swiper-item>
</swiper> </swiper>
</view> </view>
<!-- #endif -->
<!-- #ifdef APP -->
<list :bounce="false" :loadmoreoffset="wHeight*3" :show-scrollbar="false" ref="listBox" :pagingEnabled="true"
@loadmore="loadmore" :scrollable="true">
<cell v-for="(item,index) in list" :key="item.courseDetailsId" :ref="setRefList(index)">
<view class="swipers-items" :style="boxStyle" @longpress="popupShow('speed')">
<list-item-vue :total="list.length" :item="item" :current="current" :isCollect="isCollect"
@playStatusChange="playStatusChange"
:height="wHeight"
:isCommand="isCommand" :showControls="control.showControls" @toDetail="toDetail(item,index)"
@itemMounted="itemMounted" @controlstoggles="controlstoggles" :index="index" :instance="instance"
:nowIndex="nowIndex" @appear="appear($event,item,index)" :playSpeeds="playSpeeds"
@disappear="disappear(item,index)" @dianzanClick="dianzanClick(item,index)" @share="share(item)"
@zhuijuClick="zhuijuClick(item)" @popupShow="popupShow($event,item,index)"></list-item-vue>
</view>
</cell>
</list>
<!-- #endif -->
<!-- 返回按钮 --> <!-- 返回按钮 -->
<view class="back-icon" v-if="!isTabbar&&control.showBack"> <view class="back-icon" v-if="!isTabbar&&control.showBack">
<u-icon name="arrow-left" color="#fff" :size="28" @click="back"></u-icon> <u-icon name="arrow-left" color="#fff" :size="28" @click="back"></u-icon>
</view> </view>
<!-- 选集 --> <!-- 选集 -->
<up-popup :show="popup.show" :round="10" @close="popupClose('show')" :customStyle="customStyle"> <up-overlay :show="popup.show" @click="popupClose('show')">
<view class="u-p-30 bg-fff xuanji-box">
<view class="u-flex u-flex-row u-row-between">
<view class="u-flex u-flex-row" style="align-items: baseline;">
<text class="color-333 u-font-32 ">{{info.title}}</text>
<text class="u-font-28 color-666 u-m-l-20">{{list.length}}</text>
</view>
<up-icon name="close" :size="16" color="#333" bold @click="popupClose('show')"></up-icon>
</view>
<scroll-view scroll-y="true" class="u-m-t-30 xuanji-scroll" :style="{height:xuanjiData.height+'px'}"
:scroll-top="xuanjiData.scrollTop" :show-scrollbar="false">
<view class="ji-list u-flex u-flex-row u-flex-wrap">
<view class="ji-item u-flex-xy-center u-text-center" @click="jiClick(item,index)"
:class="[nowIndex==index?'active':'',(index+1)%3==0?'mr-0':'','ji-item'+index]"
v-for="(item,index) in list" :key="index">
<text class="u-font-28" :class="{'color-fff':nowIndex==index}">{{index+1}}</text>
<view class="lock u-flex-xy-center" v-if="!item.videoUrl">
<up-icon name="lock" :size="14" color="#fff"></up-icon>
<!-- <image class="lock-icon" src="@/static/images/lock.png" mode=""></image> -->
</view>
<image v-if="nowIndex==index" class="playing" src="@/static/images/playIng.png" mode="">
</image>
</view>
</view>
</scroll-view>
</view>
</up-overlay>
<!-- 暂时舍弃因为在ios上会有奇怪问题导致经常不出现 -->
<!-- 选集-->
<!-- <view class="mask" :class="{'mask-show':popup.show}">
<view class="u-p-30 bg-fff box">
<view class="u-flex u-flex-row u-row-between">
<view class="u-flex u-flex-row" style="align-items: baseline;">
<text class="color-333 u-font-32 ">{{info.title}}</text>
<text class="u-font-28 color-666 u-m-l-20">{{list.length}}</text>
</view>
<up-icon name="close" :size="16" color="#333" bold @click="popupClose('show')"></up-icon>
</view>
<view :style="{height:xuanjiData.height+'px',overflow:'hidden'}">
<scroll-view scroll-y="true" class="u-m-t-30 xuanji-scroll" :style="{height:xuanjiData.height+'px'}"
:scroll-top="xuanjiData.scrollTop" :show-scrollbar="false">
<view class="ji-list u-flex u-flex-row u-flex-wrap">
<view class="ji-item u-flex-xy-center u-text-center" @click="jiClick(item,index)"
:class="[nowIndex==index?'active':'',(index+1)%3==0?'mr-0':'','ji-item'+index]"
v-for="(item,index) in list" :key="index">
<text class="u-font-28" :class="{'color-fff':nowIndex==index}">{{index+1}}</text>
<view class="lock u-flex-xy-center" v-if="!item.videoUrl">
<up-icon name="lock" :size="14" color="#fff"></up-icon>
</view>
<image v-if="nowIndex==index" class="playing" src="@/static/images/playIng.png" mode="">
</image>
</view>
</view>
</scroll-view>
</view>
</view>
</view> -->
<up-popup :show="popup.show1" :round="10" @close="popupClose('show')" :customStyle="customStyle">
<view class="u-p-30"> <view class="u-p-30">
<view class="u-flex u-flex-row u-row-between"> <view class="u-flex u-flex-row u-row-between">
<view class="u-flex u-flex-row" style="align-items: baseline;"> <view class="u-flex u-flex-row" style="align-items: baseline;">
@@ -51,25 +112,30 @@
</view> </view>
<up-icon name="close" :size="16" color="#333" bold @click="popupClose('show')"></up-icon> <up-icon name="close" :size="16" color="#333" bold @click="popupClose('show')"></up-icon>
</view> </view>
<scroll-view scroll-y="true" class="u-m-t-30 xuanji-scroll" ref="refXuanjiList" <view :style="{height:xuanjiData.height+'px',overflow:'hidden'}">
:style="{height:xuanjiData.height+'px'}" @scroll="xuanjiScroll" :scroll-top="xuanjiData.scrollTop" <scroll-view scroll-y="true" class="u-m-t-30 xuanji-scroll" :style="{height:xuanjiData.height+'px'}"
scroll-with-animation :show-scrollbar="false"> :scroll-top="xuanjiData.scrollTop" :show-scrollbar="false">
<view class="ji-list u-flex u-flex-row u-flex-wrap"> <view class="ji-list u-flex u-flex-row u-flex-wrap">
<view class="ji-item u-flex-xy-center u-text-center" @click="jiClick(item,index)" <view class="ji-item u-flex-xy-center u-text-center" @click="jiClick(item,index)"
:class="[nowIndex==index?'active':'',(index+1)%3==0?'mr-0':'','ji-item'+index]" :class="[nowIndex==index?'active':'',(index+1)%3==0?'mr-0':'','ji-item'+index]"
v-for="(item,index) in list" :key="index"> v-for="(item,index) in list" :key="index">
<text class="u-font-28" :class="{'color-fff':nowIndex==index}">{{index+1}}</text> <text class="u-font-28" :class="{'color-fff':nowIndex==index}">{{index+1}}</text>
<view class="lock u-flex-xy-center" v-if="!item.videoUrl"> <view class="lock u-flex-xy-center" v-if="!item.videoUrl">
<up-icon name="lock" :size="14" color="#fff"></up-icon> <up-icon name="lock" :size="14" color="#fff"></up-icon>
<!-- <image class="lock-icon" src="@/static/images/lock.png" mode=""></image> -->
</view>
<image v-if="nowIndex==index" class="playing" src="@/static/images/playIng.png" mode="">
</image>
</view> </view>
<image v-if="nowIndex==index" class="playing" src="@/static/images/playIng.png" mode="">
</image>
</view> </view>
</view>
</scroll-view> </scroll-view>
</view>
</view> </view>
</up-popup> </up-popup>
<!-- 支付 --> <!-- 支付 -->
<up-popup :show="popup.pay" :round="10" @close="popupClose('pay')" :customStyle="customStyle"> <up-popup :show="popup.pay" :round="10" @close="popupClose('pay')" :customStyle="customStyle">
<view class="u-p-30"> <view class="u-p-30">
@@ -102,6 +168,8 @@
</view> </view>
</view> </view>
</up-popup> </up-popup>
<!-- 支付确认 --> <!-- 支付确认 -->
<up-popup :show="popup.payTips" :round="10" @close="popupClose('payTips')" :customStyle="customStyle"> <up-popup :show="popup.payTips" :round="10" @close="popupClose('payTips')" :customStyle="customStyle">
<view class="u-p-30"> <view class="u-p-30">
@@ -155,7 +223,9 @@
</view> </view>
</up-popup> </up-popup>
<!-- #ifdef H5 -->
<my-poster ref="refPoster"></my-poster> <my-poster ref="refPoster"></my-poster>
<!-- #endif -->
</template> </template>
<script setup> <script setup>
@@ -166,7 +236,6 @@
getElRect getElRect
} from '@/utils/util.js' } from '@/utils/util.js'
const $common = useCommonStore() const $common = useCommonStore()
// #ifdef APP // #ifdef APP
const domModule = uni.requireNativePlugin('dom') const domModule = uni.requireNativePlugin('dom')
// #endif // #endif
@@ -188,8 +257,18 @@
watch, watch,
nextTick, nextTick,
onMounted, onMounted,
getCurrentInstance getCurrentInstance,
onUnmounted
} from 'vue'; } from 'vue';
let isH5 = false
// #ifdef H5
isH5 = true
// #endif
const sysinfo = uni.getSystemInfoSync()
const isIos = sysinfo.platform == 'ios' ? true : false
const isAndriod = sysinfo.platform == 'android' ? true : false
const showAndriod = !isH5 && isAndriod ? true : false
let initing = true let initing = true
const refPoster = ref(null) const refPoster = ref(null)
@@ -237,7 +316,6 @@
// #ifdef APP // #ifdef APP
control.showControls = false control.showControls = false
// #endif // #endif
const customStyle = computed(() => { const customStyle = computed(() => {
// #ifdef H5 // #ifdef H5
return { return {
@@ -322,7 +400,7 @@
scrollTop: 0, scrollTop: 0,
items: [], items: [],
scrollHeight: 0, scrollHeight: 0,
height: 400 height: 300
}) })
const refXuanjiList = ref(null) const refXuanjiList = ref(null)
@@ -330,15 +408,19 @@
console.log(e); console.log(e);
} }
async function xuanjiInit() { async function xuanjiInit() {
// #ifdef APP
const height = 44 const height = 44
const marginBottom = 10 const marginBottom = 10
const oneItemHeight = height + marginBottom const oneItemHeight = height + marginBottom
xuanjiData.scrollTop = Math.ceil((nowIndex.value + 1) / 3) * oneItemHeight - (xuanjiData.height) / 2 + const scrollTop = Math.ceil((nowIndex.value + 1) / 3) * oneItemHeight - (xuanjiData.height) / 2 +
oneItemHeight / 2 oneItemHeight / 2
return if (props.list.length <= 15) {
// #endif xuanjiData.scrollTop = 0
return
}
xuanjiData.scrollTop = scrollTop * 1 < 0 ? 0 : scrollTop
// #ifdef H5
if (!xuanjiData.items[props.list.length - 1]) { if (!xuanjiData.items[props.list.length - 1]) {
const res = await getElRect('ji-list', instance, { const res = await getElRect('ji-list', instance, {
rect: true rect: true
@@ -361,6 +443,9 @@
xuanjiData.scrollTop = xuanjiData.items[nowIndex.value].top - (xuanjiData.height) / 2 + (xuanjiData.items[ xuanjiData.scrollTop = xuanjiData.items[nowIndex.value].top - (xuanjiData.height) / 2 + (xuanjiData.items[
nowIndex.value].height) / 2 nowIndex.value].height) / 2
console.log(xuanjiData); console.log(xuanjiData);
// #endif
} }
@@ -374,14 +459,15 @@
if (isFirst) { if (isFirst) {
$mountedComponents[index] = true $mountedComponents[index] = true
} }
console.log('appear:' + index);
if (!initing) { if (!initing) {
cacheIndex = index cacheIndex = index
} }
} }
function disappear(item, index) { function disappear(e, item, index) {
if (index == nowIndex.value && cacheIndex !== null && !initing) {
if (index == nowIndex.value && cacheIndex != null && !initing) {
console.log('disappear' + index); console.log('disappear' + index);
console.log('disappear nowIndex' + nowIndex.value); console.log('disappear nowIndex' + nowIndex.value);
console.log('cacheIndex' + cacheIndex); console.log('cacheIndex' + cacheIndex);
@@ -488,9 +574,9 @@
videoList.value[newCurrent] = item; videoList.value[newCurrent] = item;
current.value = newCurrent; current.value = newCurrent;
popupClose('show') popupClose('show')
// #ifdef APP if (showAndriod) {
goListPosition(index) goListPosition(index)
// #endif }
} }
let refList = ref([]) let refList = ref([])
@@ -533,17 +619,25 @@
function popupClose(key) { function popupClose(key) {
console.log('popupClose:' + key);
if (key == 'show') {
// xuanjiData.scrollTop = 0
}
if (key) { if (key) {
popup[key] = false popup[key] = false
return return
} }
for (let i in popup) { for (let i in popup) {
popup[i] = false if (!i.includes(['data', 'payType'])) {
popup[i] = false
}
} }
} }
function popupShow(key = 'show', item, index) { function popupShow(key = 'show', item, index) {
console.log(item); console.log(key, item, 'debug');
console.log('key' + popup[key]);
console.log('popupShow');
if (key == 'show') { if (key == 'show') {
// #ifdef H5 // #ifdef H5
nextTick(() => { nextTick(() => {
@@ -553,13 +647,14 @@
// #ifdef APP // #ifdef APP
xuanjiInit() xuanjiInit()
// #endif // #endif
} }
popup[key] = true popup[key] = true
if (item) { if (item) {
popup.data = item popup.data = item
popup.index = index popup.index = index
} }
} }
@@ -602,15 +697,14 @@
let item = props.list.find(v => props.options.courseDetailsId == v.courseDetailsId) let item = props.list.find(v => props.options.courseDetailsId == v.courseDetailsId)
item = item ? item : props.info.current; item = item ? item : props.info.current;
if (JSON.stringify(item) !== '{}') { if (JSON.stringify(item) !== '{}') {
// #ifdef H5 if (showAndriod) {
setVideoList(item) nextTick(() => {
// #endif const index = props.list.findIndex(v => v.courseDetailsId == item.courseDetailsId)
// #ifdef APP goListPosition(index)
nextTick(() => { })
const index = props.list.findIndex(v => v.courseDetailsId == item.courseDetailsId) } else {
goListPosition(index) setVideoList(item)
}) }
// #endif
} }
} }
@@ -707,11 +801,13 @@
const insertHistory = debounce(() => { const insertHistory = debounce(() => {
const item = videoList.value[current.value] if (uni.getStorageSync("token")) {
Api.insertHistory({ const item = videoList.value[current.value]
courseId: item.courseId, Api.insertHistory({
courseDetailsId: item.courseDetailsId courseId: item.courseId,
}) courseDetailsId: item.courseDetailsId
})
}
}, 1000) }, 1000)
function swiperChange(e) { function swiperChange(e) {
@@ -723,8 +819,10 @@
setVideoList(item) setVideoList(item)
} }
const refPopup=ref(null)
function setVideoList(item) { function setVideoList(item) {
const listLen = props.list.length const listLen = props.list.length
const lastIndex = listLen - 1 const lastIndex = listLen - 1
const index = props.list.findIndex(v => v.courseDetailsId == item.courseDetailsId) const index = props.list.findIndex(v => v.courseDetailsId == item.courseDetailsId)
@@ -764,9 +862,13 @@
videoList.value = [props.list[index + 1], props.list[index - 1], item] videoList.value = [props.list[index + 1], props.list[index - 1], item]
} }
} }
console.log(videoList.value); console.log(videoList.value, 'debug');
if (!item.videoUrl) { if (!item.videoUrl) {
popupShow('pay', item, index) nextTick(() => {
setTimeout(() => {
popupShow('pay', item, index)
}, 100)
})
} }
} }
@@ -789,9 +891,9 @@
}) })
watch(() => props.list.length, (newval) => { watch(() => props.list.length, (newval) => {
console.log('props.list.length change' + newval); console.log('props.list.length change' + newval);
// #ifdef H5 if (!showAndriod) {
init() init()
// #endif }
}) })
watch(() => nowIndex.value, (newval) => {}) watch(() => nowIndex.value, (newval) => {})
const nowDanjiPrice = computed(() => { const nowDanjiPrice = computed(() => {
@@ -822,10 +924,10 @@
* @param {type} = [start,end] * @param {type} = [start,end]
*/ */
const playStatusChange = debounce((data) => { const playStatusChange = debounce((data) => {
Api.playStatus(data) Api.playStatus(data)
}, 2000) }, 2000)
defineExpose({ defineExpose({
videoListUpdata videoListUpdata
@@ -941,7 +1043,7 @@
.ji-list { .ji-list {
.ji-item { .ji-item {
width: 210rpx; width: 208rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
margin-right: 30rpx; margin-right: 30rpx;
height: 88rpx; height: 88rpx;
@@ -967,6 +1069,11 @@
padding: 2rpx 4rpx; padding: 2rpx 4rpx;
top: 0; top: 0;
right: 0; right: 0;
.lock-icon {
width: 24rpx;
height: 24rpx;
}
} }
.playing { .playing {
@@ -978,7 +1085,8 @@
} }
} }
} }
.ji-item:nth-of-type(3n) { .ji-item:nth-of-type(3n) {
margin-right: 0; margin-right: 0;
} }
@@ -1041,9 +1149,48 @@
align-items: center; align-items: center;
text-align: center; text-align: center;
.playing {}
&.active { &.active {
background-color: #ffffff; background-color: #ffffff;
.playing {}
} }
} }
} }
.mask {
position: fixed;
z-index: 2000;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .5);
justify-content: end;
transition: transform .3s ease-in-out;
transform: translateY(100vh);
&.mask-show {
transform: translateY(0);
}
.box {
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-radius: 10px 10px 0 0;
background-color: #fff;
}
}
.xuanji-box {
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-radius: 10px 10px 0 0;
background-color: #fff;
}
</style> </style>

View File

@@ -58,7 +58,7 @@ function commonsProcess(showLoading, httpReqCallback, isreturm) {
// 避免混淆重新命名 // 避免混淆重新命名
let bodyData = data; let bodyData = data;
if (isreturm) { if (isreturm) {
return Promise.resolve(bodyData.data || bodyData.page || bodyData); return Promise.resolve(bodyData);
} }
if (statusCode == 500) { if (statusCode == 500) {
isShowErrorToast = true; isShowErrorToast = true;

View File

@@ -2,8 +2,8 @@
"name" : "duanju-app-v3", "name" : "duanju-app-v3",
"appid" : "__UNI__E0B05B1", "appid" : "__UNI__E0B05B1",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "2.3.4",
"versionCode" : 100, "versionCode" : 234,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@@ -64,7 +64,7 @@
"unipush" : {} "unipush" : {}
}, },
"ad" : { "ad" : {
"gdt" : {} "ks" : {}
} }
}, },
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],

View File

@@ -254,5 +254,15 @@
} }
] ]
}, },
"uniIdRouter": {} "uniIdRouter": {},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
}
} }

View File

@@ -10,7 +10,7 @@
</view> --> </view> -->
</view> </view>
<template v-if="$common.isIosExamine()"> <template v-if="datas.setindexdata">
<view class="gongao"> <view class="gongao">
<view class="gongaoicon"> <view class="gongaoicon">
公告 公告
@@ -42,7 +42,7 @@
</view> </view>
</view> </view>
<contentlist :list='datas.list'></contentlist> <contentlist :list='datas.list'></contentlist>
<image v-if="$common.isIosExamine()" @click="goMsg()" src="@/static/index/red-pack-new.gif" <image v-if="datas.setindexdata" @click="goMsg()" src="@/static/index/red-pack-new.gif"
style="width: 200rpx;height: 200rpx;position: fixed;right: 10rpx;bottom: 180rpx;" mode=""></image> style="width: 200rpx;height: 200rpx;position: fixed;right: 10rpx;bottom: 180rpx;" mode=""></image>
<up-modal :show="datas.version.show" :confirm-text="datas.version.confirmText" <up-modal :show="datas.version.show" :confirm-text="datas.version.confirmText"
:showCancelButton="datas.version.cancelText!=''" @confirm='confirmUpdateVersion' :title="datas.version.title" :showCancelButton="datas.version.cancelText!=''" @confirm='confirmUpdateVersion' :title="datas.version.title"
@@ -53,7 +53,7 @@
</scroll-view> </scroll-view>
</view> </view>
</up-modal> </up-modal>
<up-modal :show="datas.ruleShow" v-if="$common.isIosExamine()&&!datas.version.show" confirm-text="知道了" title="规则说明" <up-modal :show="datas.ruleShow" v-if="$common.isIosExamine&&!datas.version.show" confirm-text="知道了" title="规则说明"
:title="datas.rule_title" :title-style="{fontWeight:'700'}" @confirm="ruleConfirm" :title="datas.rule_title" :title-style="{fontWeight:'700'}" @confirm="ruleConfirm"
confirm-color="rgb(255, 117, 129)"> confirm-color="rgb(255, 117, 129)">
<view class="u-p-30 u-text-left"> <view class="u-p-30 u-text-left">
@@ -93,9 +93,15 @@
useCommonStore useCommonStore
} from '@/store/common.js' } from '@/store/common.js'
const $common = useCommonStore() const $common = useCommonStore()
onShow(()=>{ onShow(() => {
console.log('cash:' + uni.getStorageSync('userInfo').userId + "" + new Date().getTime(), 'debug')
// 判断ios是否审核 // 判断ios是否审核
$common.init() $common.init()
let sysInfo = uni.getSystemInfoSync()
let isIos = sysInfo.platform == 'ios'
if (isIos) {
datas.setindexdata = $common.isIosExamine
}
}) })
let datas = reactive({ let datas = reactive({
noticeList: [], //公告列表 noticeList: [], //公告列表
@@ -110,23 +116,24 @@
rule_content: '', // 首页弹窗内容 rule_content: '', // 首页弹窗内容
ruleIndex: 0, ruleIndex: 0,
ruleList: [], ruleList: [],
version: { version: {
show: false, show: false,
title: "", title: "",
content: "", content: "",
confirmText: "", confirmText: "",
cancelText: "", cancelText: "",
} },
setindexdata :"false"
}) })
onLoad(() => { onLoad(() => {
versionUpdate() versionUpdate()
getMsg() getMsg()
getrecomVideo() getrecomVideo()
datas.isExamine = $common.isExamine || 0 datas.isExamine = $common.isIosExamine || 0
}) })
onReady(() => { onReady(() => {
if(!uni.getStorageSync('ruleShow')){ if (!uni.getStorageSync('ruleShow')) {
announcement({ announcement({
type: 0 type: 0
}).then(res => { }).then(res => {
@@ -137,7 +144,7 @@
} }
}) })
} }
}) })
onReachBottom(() => { onReachBottom(() => {
++datas.page ++datas.page
@@ -158,8 +165,8 @@
} }
if (uni.getSystemInfoSync().platform == 'ios') { if (uni.getSystemInfoSync().platform == 'ios') {
version = res.iosVersion version = res.iosVersion
$common.setversion(widgetInfo.version, version)
} }
console.log(widgetInfo.version + '---' + version)
version = res.version version = res.version
// && uni.getSystemInfoSync().platform == 'android' // && uni.getSystemInfoSync().platform == 'android'
if (widgetInfo.version < version) { if (widgetInfo.version < version) {

View File

@@ -1,20 +1,23 @@
<template> <template>
<view class="container"> <view class="container">
<view class="nav" style="width: 100%;height: 96rpx;"></view>
<view class="bg" > <view class="bg" >
<image src="../../static/default/i_bg.png" style="width: 100%;height:100%" mode="aspectFill"></image> <image src="../../static/default/i_bg.png" style="width: 100%;height:100%" mode="aspectFill"></image>
</view> </view>
<view class="wrapper u-relative" style="padding-top: 48rpx;box-sizing: border-box;"> <view class="wrapper u-relative" style="padding-top: 48rpx;box-sizing: border-box;">
<view class="nav" style="width: 100%;height: 96rpx;"></view>
<view class="input-content"> <view class="input-content">
<view style="font-size: 58rpx;font-weight: bold;color: #333;margin-bottom: 48rpx;">重置密码</view> <view style="font-size: 58rpx;font-weight: bold;color: #333;margin-bottom: 48rpx;">重置密码</view>
<view class="cu-form-group"> <view class="cu-form-group">
<view class="title">手机号</view> <view class="title">手机号</view>
<input class="input" type="number" :value="data.mobile" placeholder="请输入手机号" maxlength="11" data-key="mobile" <view class="input" style="padding-left: 20rpx;">
@input="inputChange" /> <input class="input" type="number" :value="data.mobile" placeholder="请输入手机号" maxlength="11" data-key="mobile"
@input="inputChange" />
</view>
</view> </view>
<view class="cu-form-group"> <view class="cu-form-group">
<text class="title">验证码</text> <text class="title">验证码</text>
<view class="input flex"> <view class="input flex" style="padding-left: 20rpx;padding-right: 20rpx;">
<input type="number" :value="data.code" placeholder="请输入验证码" maxlength="6" data-key="code" <input type="number" :value="data.code" placeholder="请输入验证码" maxlength="6" data-key="code"
@input="inputChange" @confirm="reset" /> @input="inputChange" @confirm="reset" />
<button class="send-msg" @click="sendMsg" :disabled="data.sending">{{ data.sendTime }}</button> <button class="send-msg" @click="sendMsg" :disabled="data.sending">{{ data.sendTime }}</button>
@@ -23,8 +26,11 @@
<view class="cu-form-group"> <view class="cu-form-group">
<text class="title">设置密码</text> <text class="title">设置密码</text>
<input class="input" type="password" :value="data.password" placeholder="请设置新密码" placeholder-class="input-empty" <view class="input" style="padding-left: 20rpx;">
maxlength="20" minlength="6" data-key="password" @input="inputChange" @confirm="reset" /> <input class="input" type="password" :value="data.password" placeholder="请设置新密码" placeholder-class="input-empty"
maxlength="20" minlength="6" data-key="password" @input="inputChange" @confirm="reset" />
</view>
</view> </view>
<button class="confirm-btn" @click="reset">立即重置</button> <button class="confirm-btn" @click="reset">立即重置</button>
</view> </view>
@@ -188,10 +194,10 @@
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 24rpx;
color: #333333; color: #333333;
position: absolute; // position: absolute;
left: 0; // left: 0;
right: 0; // right: 0;
bottom: 78rpx; // bottom: 78rpx;
} }
.cuIcon::before{ .cuIcon::before{
@@ -254,14 +260,20 @@
} }
.input{ .input{
width: 100%; width: 100%;
height: 84rpx; // height: 84rpx;
line-height: 84rpx; // line-height: 84rpx;
background-color: #fff; background-color: #fff;
align-items: center; align-items: center;
padding: 22rpx 32rpx 22rpx 24rpx; // padding: 22rpx 32rpx 22rpx 24rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
input{
height: 84rpx!important;
}
v-deep .uni-input-input{
height: 84rpx!important;
}
} }
} }

View File

@@ -1,22 +1,24 @@
<template> <template>
<view class="container"> <view class="container">
<view class="nav" style="width: 100%;height: 96rpx;"></view>
<view class="bg" > <view class="bg" >
<image src="../../static/default/i_bg.png" style="width: 100%;height:100%" mode="aspectFill"></image> <image src="../../static/default/i_bg.png" style="width: 100%;height:100%" mode="aspectFill"></image>
</view> </view>
<view class="wrapper"> <view class="wrapper">
<view class="nav" style="width: 100%;height: 96rpx;"></view>
<view class="input-content"> <view class="input-content">
<view style="font-size: 58rpx;font-weight: bold;color: #333;margin-bottom: 48rpx;">登录</view> <view style="font-size: 58rpx;font-weight: bold;color: #333;margin-bottom: 48rpx;">登录</view>
<view class="cu-form-group"> <view class="cu-form-group">
<view class="title">手机号</view> <view class="title">手机号</view>
<input class="input" type="number" :value="data.mobile" placeholder="请输入手机号" maxlength="11" data-key="mobile" <view class="input" style="padding-left: 20rpx;">
@input="inputChange" /> <input class="input" type="number" :value="data.mobile" placeholder="请输入手机号" maxlength="11" data-key="mobile"
@input="inputChange" />
</view>
</view> </view>
<view class="cu-form-group"> <view class="cu-form-group">
<text class="title">密码</text> <text class="title">密码</text>
<view class="input flex" style="padding-left: 0;"> <view class="input flex" style="padding-left: 20rpx;padding-right: 20rpx;">
<input class="input" type="password" :value="data.password" placeholder="请输入密码" placeholder-class="input-empty" <input class="input" type="password" :value="data.password" placeholder="请输入密码" placeholder-class="input-empty"
maxlength="20" minlength="6" data-key="password" @input="inputChange" @confirm="toLogin" /> maxlength="20" minlength="6" data-key="password" @input="inputChange" @confirm="toLogin" />
<text class="send-msg" @click="linkTo('/pages/login/forgetPwd')" style="flex-shrink: 0;">忘记密码</text> <text class="send-msg" @click="linkTo('/pages/login/forgetPwd')" style="flex-shrink: 0;">忘记密码</text>
@@ -222,11 +224,17 @@
} }
.cu-form-group .input{ .cu-form-group .input{
width: 100%!important; width: 100%!important;
height: 84rpx; // height: 84rpx;
line-height: 84rpx; // line-height: 84rpx;
background-color: #fff; background-color: #fff;
align-items: center; align-items: center;
padding: 22rpx 32rpx 22rpx 24rpx; // padding: 22rpx 32rpx 22rpx 24rpx!important;
input{
height: 84rpx!important;
}
v-deep .uni-input-input{
height: 84rpx!important;
}
} }
.flex{ .flex{
display: flex; display: flex;

View File

@@ -1,21 +1,24 @@
<template> <template>
<view class="container"> <view class="container">
<view class="nav" style="width: 100%;height: 96rpx;"></view>
<view class="bg" > <view class="bg" >
<image src="../../static/default/i_bg.png" style="width: 100%;height:100%" mode="aspectFill"></image> <image src="../../static/default/i_bg.png" style="width: 100%;height:100%" mode="aspectFill"></image>
</view> </view>
<view class="wrapper u-relative" style="padding-top: 48rpx;box-sizing: border-box;"> <view class="wrapper u-relative" style="padding-top: 48rpx;box-sizing: border-box;">
<view class="nav" style="width: 100%;height: 96rpx;"></view>
<view class="input-content"> <view class="input-content">
<view style="font-size: 58rpx;font-weight: bold;color: #333;margin-bottom: 48rpx;">注册</view> <view style="font-size: 58rpx;font-weight: bold;color: #333;margin-bottom: 48rpx;">注册</view>
<view class="cu-form-group"> <view class="cu-form-group">
<view class="title">手机号</view> <view class="title">手机号</view>
<input class="input" type="number" :value="data.mobile" placeholder="请输入手机号" maxlength="11" data-key="mobile" <view class="input" style="padding-left: 20rpx;">
@input="inputChange" /> <input class="input" type="number" :value="data.mobile" placeholder="请输入手机号" maxlength="11" data-key="mobile"
@input="inputChange" />
</view>
</view> </view>
<view class="cu-form-group"> <view class="cu-form-group">
<text class="title">验证码</text> <text class="title">验证码</text>
<view class="input flex"> <view class="input flex" style="padding-left: 20rpx;padding-right: 20rpx;">
<input type="number" :value="data.code" placeholder="请输入验证码" maxlength="6" data-key="code" <input type="number" :value="data.code" placeholder="请输入验证码" maxlength="6" data-key="code"
@input="inputChange" @confirm="toRegister" /> @input="inputChange" @confirm="toRegister" />
<button class="send-msg" @click="sendMsg" :disabled="data.sending">{{ data.sendTime }}</button> <button class="send-msg" @click="sendMsg" :disabled="data.sending">{{ data.sendTime }}</button>
@@ -24,8 +27,11 @@
<view class="cu-form-group"> <view class="cu-form-group">
<text class="title">设置密码</text> <text class="title">设置密码</text>
<input class="input" type="password" :value="data.password" placeholder="请设置新密码" placeholder-class="input-empty" <view class="input" style="padding-left: 20rpx;">
maxlength="20" minlength="6" data-key="password" @input="inputChange" @confirm="toRegister" /> <input class="input" type="password" :value="data.password" placeholder="请设置新密码" placeholder-class="input-empty"
maxlength="20" minlength="6" data-key="password" @input="inputChange" @confirm="toRegister" />
</view>
</view> </view>
<button class="confirm-btn" @click="toRegister">注册</button> <button class="confirm-btn" @click="toRegister">注册</button>
<button class="confirm-btn" @click="toLogin">登录</button> <button class="confirm-btn" @click="toLogin">登录</button>
@@ -270,7 +276,7 @@
</script> </script>
<style lang="scss" > <style lang="scss" scoped>
page { page {
background: #ffffff; background: #ffffff;
} }
@@ -299,10 +305,7 @@
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 24rpx;
color: #333333; color: #333333;
position: absolute; margin-top: 50rpx;
left: 0;
right: 0;
bottom: 178rpx;
} }
.cuIcon::before{ .cuIcon::before{
@@ -324,12 +327,15 @@
color: #EC6F48; color: #EC6F48;
border: none; border: none;
background-color: transparent; background-color: transparent;
margin: 0;
padding: 0;
} }
.send-msg::after{ .send-msg::after{
border: none; border: none;
background-color: transparent; background-color: transparent;
} }
.container { .container {
position: relative; position: relative;
width: 100%; width: 100%;
@@ -363,14 +369,20 @@
} }
.input{ .input{
width: 100%; width: 100%;
height: 84rpx; // height: 84rpx;
line-height: 84rpx; // line-height: 84rpx;
background-color: #fff; background-color: #fff;
align-items: center; align-items: center;
padding: 22rpx 32rpx 22rpx 24rpx; // padding: 22rpx 32rpx 22rpx 24rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
input{
height: 84rpx!important;
}
v-deep .uni-input-input{
height: 84rpx!important;
}
} }
} }

View File

@@ -311,10 +311,10 @@
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 24rpx;
color: #333333; color: #333333;
position: absolute; // position: absolute;
left: 0; // left: 0;
right: 0; // right: 0;
bottom: 178rpx; // bottom: 178rpx;
.cuIcon::before{ .cuIcon::before{
width: 30rpx; width: 30rpx;
height: 30rpx; height: 30rpx;

View File

@@ -9,14 +9,12 @@
<image class="img" src="/static/logo.png" mode="widthFix"></image> <image class="img" src="/static/logo.png" mode="widthFix"></image>
</view> </view>
<view class="quick-menu"> <view class="quick-menu">
<image class="icon" src="/static/me/logo_btn1.png" mode="aspectFit" @click="linkTo('/pages/share/index')"></image> <image class="icon" src="/static/me/logo_btn1.png" mode="aspectFit" @click="linkTo('/pages/share/index', true)"></image>
<image class="icon" src="/static/me/logo_btn2.png" mode="aspectFit" @click="linkTo('/pages/me/message', true)"></image> <image class="icon" src="/static/me/logo_btn2.png" mode="aspectFit" @click="linkTo('/pages/me/message', true)"></image>
<navigator hover-class="none" url="/pages/me/contact"> <image class="icon" src="/static/me/logo_btn3.png" mode="aspectFit" @click="linkTo('/pages/me/contact', true)"></image>
<image class="icon" src="/static/me/logo_btn3.png" mode="aspectFit"></image>
</navigator>
</view> </view>
</view> </view>
<view class="top" @click="linkTo('/pages/me/userInfo')"> <view class="top" @click="linkTo(userInfo.phone?'/pages/me/userInfo':'/pages/login/login')">
<image class="avatar" :src="userInfo.avatar || '/static/default_avatar.png'" mode="aspectFill"></image> <image class="avatar" :src="userInfo.avatar || '/static/default_avatar.png'" mode="aspectFill"></image>
<view class="info-wrap"> <view class="info-wrap">
<view class="name">{{ userInfo.phone || '请登录' }}</view> <view class="name">{{ userInfo.phone || '请登录' }}</view>
@@ -31,7 +29,7 @@
<view class="title">我的追剧</view> <view class="title">我的追剧</view>
<view class="num">{{ likeData.collectCount }}</view> <view class="num">{{ likeData.collectCount }}</view>
</navigator> </navigator>
<view class="item" v-if="$common.isIosExamine()" @click="linkTo('/pages/me/withdraw/index')"> <view class="item" v-if="$common.isIosExamine" @click="linkTo('/pages/me/withdraw/index',true)">
<view class="title">我的红包</view> <view class="title">我的红包</view>
<view class="num">{{ amount || 0 }}</view> <view class="num">{{ amount || 0 }}</view>
</view> </view>
@@ -43,16 +41,18 @@
<image class="icon" src="/static/me/gold_icon.png" mode="aspectFit"></image> <image class="icon" src="/static/me/gold_icon.png" mode="aspectFit"></image>
<view class="num">{{ gold }}</view> <view class="num">{{ gold }}</view>
</view> </view>
<navigator hover-class="none" url="/pages/me/gold_record"> <div @click="linkTo('/pages/me/gold_record', true)">
<view class="btn">金币明细</view> <view class="btn">金币明细</view>
</navigator> </div>
</view> </view>
<navigator class="title-wrap" hover-class="none" url="/pages/watching_history/watching_history?type=3"> <div class="title-wrap" @click="linkTo('/pages/watching_history/watching_history?type=3', true)">
<view class="a"> <view class="a">
<view class="t">观看历史</view> <view class="t">观看历史</view>
<up-icon name="arrow-right"></up-icon> <up-icon name="arrow-right"></up-icon>
</view> </view>
</navigator> </div>
<view class="history-list"> <view class="history-list">
<view <view
class="item" class="item"
@@ -180,10 +180,13 @@ onPullDownRefresh(async () => {
}); });
onLoad(() => { onLoad(() => {
selectByUserIdAjax(); if(uni.getStorageSync('token')){
collectVideoSummaryAjax(); selectByUserIdAjax();
selectUserMoneyAjax(); collectVideoSummaryAjax();
userInfo.value = uni.getStorageSync('userInfo'); selectUserMoneyAjax();
userInfo.value = uni.getStorageSync('userInfo');
}
}); });
</script> </script>

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="container"> <view class="container">
<view class="list"> <view class="list">
<view class="item" @click="linkTo('/pages/login/bind')"> <view class="item" @click="linkTo('/pages/login/bind',true)">
<view class="title">修改手机号</view> <view class="title">修改手机号</view>
<up-icon name="arrow-right" /> <up-icon name="arrow-right" />
</view> </view>
@@ -9,7 +9,7 @@
<view class="title">帮助中心</view> <view class="title">帮助中心</view>
<up-icon name="arrow-right" /> <up-icon name="arrow-right" />
</view> </view>
<view class="item" @click="linkTo('/pages/me/feedback')"> <view class="item" @click="linkTo('/pages/me/feedback',true)">
<view class="title">意见反馈</view> <view class="title">意见反馈</view>
<up-icon name="arrow-right" /> <up-icon name="arrow-right" />
</view> </view>
@@ -21,7 +21,7 @@
<view class="title">隐私协议</view> <view class="title">隐私协议</view>
<up-icon name="arrow-right" /> <up-icon name="arrow-right" />
</view> </view>
<view class="item" @click="logout"> <view class="item" @click="logout" v-if="token">
<view class="title">退出登录</view> <view class="title">退出登录</view>
<up-icon name="arrow-right" /> <up-icon name="arrow-right" />
</view> </view>
@@ -36,6 +36,7 @@ import { linkTo } from '@/utils/app.js';
import { onLoad } from '@dcloudio/uni-app'; import { onLoad } from '@dcloudio/uni-app';
const version = ref(''); const version = ref('');
const token = ref('');
// 退出登录 // 退出登录
function logout() { function logout() {
@@ -54,6 +55,7 @@ function logout() {
} }
onLoad(() => { onLoad(() => {
token.value = uni.getStorageSync('token');
const systemInfo = uni.getSystemInfoSync(); const systemInfo = uni.getSystemInfoSync();
//#ifdef APP-PLUS //#ifdef APP-PLUS
version.value = systemInfo.appWgtVersion; version.value = systemInfo.appWgtVersion;

View File

@@ -22,7 +22,7 @@
<view class="input" style=""> <view class="input" style="">
<view style="display: flex;align-items: center;"> <view style="display: flex;align-items: center;">
<view style="font-size: 40upx;color: #333333;">¥</view> <view style="font-size: 40upx;color: #333333;">¥</view>
<input type="number" v-model="data.money" placeholder="请输入金额" @input="moneyInput" style="font-size: 32rpx;color: #333333;text-align: left;margin-left: 10rpx;width: 80%;" /> <input type="digit" v-model="data.money" placeholder="请输入金额" @input="moneyInput" style="font-size: 32rpx;color: #333333;text-align: left;margin-left: 10rpx;width: 80%;" />
</view> </view>
<view class="allbtn" @click="setAllMoney"> <view class="allbtn" @click="setAllMoney">
全部 全部
@@ -93,7 +93,7 @@
<script setup> <script setup>
import { reactive, nextTick, ref } from 'vue'; import { reactive, nextTick, ref } from 'vue';
import { onReady,onLoad,onShow,onPullDownRefresh, onReachBottom } from '@dcloudio/uni-app' import { onReady,onLoad,onShow,onLaunch,onPullDownRefresh, onReachBottom } from '@dcloudio/uni-app'
import { selectUserMoney, selectPayDetails, canCash, state, withdraw } from '@/api/me/withdraw.js'; import { selectUserMoney, selectPayDetails, canCash, state, withdraw } from '@/api/me/withdraw.js';
import { selectUserById } from '@/api/user/user.js'; import { selectUserById } from '@/api/user/user.js';
import { announcement } from '@/api/index/index.js'; import { announcement } from '@/api/index/index.js';
@@ -133,23 +133,24 @@
getExtractFei(); getExtractFei();
getMoneyDetail(); getMoneyDetail();
getCanCash() getCanCash()
announcement({type: 1}).then(res=>{
data.ruleList = res
ruleInit()
})
}) })
onShow(() => { onShow(() => {
getcashMoney() getcashMoney()
getUserInfo(); getUserInfo();
announcement({type: 1}).then(res=>{
data.ruleList = res
ruleInit()
data.ruleShow = true
})
}) })
onReady(() => { onReady(() => {
nextTick(()=>{ nextTick(()=>{
data.adRewardedVideoloadNum = 0 data.adRewardedVideoloadNum = 0
adRewardedw.value.load(); adRewardedw.value.load();
data.ruleShow = true
}) })
}) })
onReachBottom(() => { onReachBottom(() => {
if (data.page * data.limit < data.totalCount) { if (data.page * data.limit < data.totalCount) {
data.page = data.page + 1; data.page = data.page + 1;

View File

@@ -98,7 +98,6 @@
import config from '@/commons/config.js'; import config from '@/commons/config.js';
let data = reactive({ let data = reactive({
loading:false, loading:false,
qrcode: false,
earning: { earning: {
inviteMoney: 0, inviteMoney: 0,
inviteGoldMoney: 0, inviteGoldMoney: 0,
@@ -122,8 +121,6 @@
bgImg: '', bgImg: '',
tuiguang: '', tuiguang: '',
invitationCode: uni.getStorageSync('userInfo').invitationCode, invitationCode: uni.getStorageSync('userInfo').invitationCode,
h5SaveImg: '',
haibaoImgH5: '',
inviteSignCount:0, inviteSignCount:0,
canvasW: 350, canvasW: 350,
canvasH: 667, canvasH: 667,
@@ -133,7 +130,7 @@
getInviter() getInviter()
queryInviter() queryInviter()
getBgImg() getBgImg()
data.erweima = config.baseUrl + `/pages/login/register/?invitation=${data.invitationCode}&qdCode=${uni.getStorageSync('userInfo').qdCode}` data.erweima = config.shareUrl + `/pages/login/register/?invitation=${data.invitationCode}&qdCode=${uni.getStorageSync('userInfo').qdCode}`
console.log(data.erweima) console.log(data.erweima)
}) })

View File

@@ -42,19 +42,17 @@
<view class="subhead ">{{ item.detail }}</view> <view class="subhead ">{{ item.detail }}</view>
</view> </view>
<view class="cell_right "> <view class="cell_right ">
<view v-if="item.disabled" class="btn " <view v-if=" item.disabled " class="btn u-font-24 text-bold"
:style="{ backgroundColor: item.buttonBgColor, color: item.buttonFontColor }" :style="{backgroundColor: item.buttonBgColor,color: item.buttonFontColor }"
@tap="goNav(item)"> @click="goNav(item)">
{{ item.type == 1 ? item.buttonTitle : item.number ? `${item.discNumber}/${item.number}` : ( {{ item.type == 1 ? item.buttonTitle : item.number ? `${item.discNumber}/${item.number}` : ( item.discNumber <= 0 ? item.buttonTitle : `剩余${item.discNumber}`) }}
item.discNumber <= 0 ? item.buttonTitle : `剩余${item.discNumber}`) }}
</view> </view>
<view v-else class="btn disabled"> <view v-else class="btn u-font-24 text-bold disabled">
{{ item.type == 1 ? item.buttonTitle : item.number ? `${item.discNumber}/${item.number}` {{ item.type == 1 ? item.buttonTitle : item.number ? `${item.discNumber}/${item.number}` : ( item.discNumber <= 0 ? item.buttonTitle : `剩余${item.discNumber}`) }}
: (item.discNumber <= 0 ? item.buttonTitle : `剩余${item.discNumber}`) }} </view>
<view v-if="item.buttonUnderContent && item.buttonUnderUrl" class=" tip" <view v-if=" item.buttonUnderContent && item.buttonUnderUrl " class="u-font-22 tip" style="text-align: center;"
@tap="goNav(item, item.buttonUnderUrl)"> @click="goNav({id: item.id,buttonUrl: item.buttonUnderUrl, jumpType: 1,title: item.title, disabled: item.disabled, discNumber: item.discNumber})">
{{ item.buttonUnderContent }} {{ item.buttonUnderContent}}
</view>
</view> </view>
</view> </view>
</view> </view>
@@ -110,7 +108,7 @@
}) })
const adRewarded = ref(null); const adRewarded = ref(null);
onShow(() => { onShow(() => {
$common.init() // $common.init()
// if ( uni.getSystemInfoSync().platform == 'android' ) { // if ( uni.getSystemInfoSync().platform == 'android' ) {
// datas.adpid = 1531580352 // datas.adpid = 1531580352
// } // }
@@ -276,6 +274,10 @@
let res = await state({ let res = await state({
extraKey: datas.urlCallback.extra extraKey: datas.urlCallback.extra
}) })
uni.showToast({
title: '获得' + $common.freeDuration + '分钟免费时长',
icon: 'none'
})
} else { } else {
// 播放中途退出 // 播放中途退出
} }
@@ -414,7 +416,7 @@
async function getTaskdata() { async function getTaskdata() {
let res = await selectTaskCenter() let res = await selectTaskCenter()
let arrData = [] let arrData = []
if (!$common.isIosExamine()) { if (!$common.isIosExamine) {
res.forEach(ele => { res.forEach(ele => {
if (ele.title.indexOf('分享奖励') == -1 && ele.title.indexOf('新人福利') == -1 && if (ele.title.indexOf('分享奖励') == -1 && ele.title.indexOf('新人福利') == -1 &&
ele.title.indexOf('观看视频奖励') == -1) { ele.title.indexOf('观看视频奖励') == -1) {

View File

@@ -12,11 +12,35 @@
</view> </view>
<view class="cell " v-for="(item, index) in datas.list" :key="index"> <view class="cell " v-for="(item, index) in datas.list" :key="index">
<view class="cell_left "> <view class="cell_left ">
<image class="cell_icon" :src="item.url"></image> <image class="cell_icon" :src="item.img"></image>
<view class="cell_title "> <view class="cell_title ">
<view class=" title">{{ item.name }}</view> <view class=" title">{{ item.name }}</view>
</view> </view>
</view> </view>
<view class="cell_right" v-if="datas.standard=='true'">
<viwe v-if="!datas.receive">
<view class="btn" @click="taskReceive(item)">领取</view>
</viwe>
<view v-else>
<view v-if="item.disabled">
<view class="btn disabled">领取</view>
</view>
<view v-else>
<view v-if="!item.targetId" class="btn" @click="toDuiHuan(item)">去兑换</view>
<view v-else class="btn receive">已兑换</view>
<u-image v-if="!item.targetId" class="icon"
style=" width: 32rpx!important;height: 36rpx!important;position: absolute; right: 0;bottom: 0;"
src="@/static/task/receive2.png"></u-image>
</view>
</view>
</view>
<image v-else src="@/static/task/receive1.png"
style="width: 130rpx!important;height: 130rpx!important;position: absolute; right: 0;bottom: 0;"
mode=""></image>
</view> </view>
</view> </view>
@@ -25,169 +49,267 @@
</template> </template>
<script setup> <script setup>
import { reactive, ref, onMounted, onUnmounted, getCurrentInstance } from 'vue' import {
import { reactive,
onLoad ref,
} from '@dcloudio/uni-app' onMounted,
import { selectDiscSpinning } from '@/api/task/index.js' onUnmounted,
let datas = reactive({ getCurrentInstance
list: [], } from 'vue'
source: null import {
onLoad
} from '@dcloudio/uni-app'
import {
selectTaskCenterUserReward
} from '@/api/task/index.js'
let datas = reactive({
list: [],
source: null,
standard: true,
receive: null,
record: null,
taskId: "",
}) })
onLoad(options => { onLoad(options => {
datas.source = options.source console.log(options, '调试1')
getList() if (options.source) {
}) datas.source = options.source
}
if (options.standard) {
datas.standard = options.standard
}
if (options.taskId) {
datas.taskId = options.taskId
}
getList()
})
// 去兑换
function toDuiHuan(item) {
uni.navigateTo({
url: `/pages/index/prizeDraw/duihuan?id=${datas.record}&foreignType=task`
})
}
/**
* 领取
*/
async function taskReceive(item) {
let res = await receiveGoods({
taskId: datas.taskId,
sourceId: item.id
})
uni.showToast({
title: '领取成功',
icon: 'none'
})
getList()
}
async function getList() {
let res = await selectTaskCenterUserReward({
taskId: datas.taskId
})
if (res.code == 0) {
datas.list = res.data
datas.list.map(item => {
item.disabled = true
})
datas.receive = res.receive
datas.record = res.record
if (datas.receive) {
datas.list.map(item => {
if (item.id == datas.receive) {
item.disabled = false
}
})
}
async function getList() { }
let res = await selectDiscSpinning({ source: datas.source }) }
datas.list = res.records
}
</script> </script>
<style lang="scss"> <style lang="scss">
.container { .container {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
// display: flex;
// flex-direction: column;
.task_bg {
width: 100% !important;
height: 470rpx !important;
position: relative; position: relative;
.title { // display: flex;
width: 314rpx; // flex-direction: column;
height: 72rpx; .task_bg {
line-height: 72rpx; width: 100% !important;
text-align: center; height: 470rpx !important;
border-radius: 108rpx 108rpx 108rpx 108rpx; position: relative;
border: 6rpx solid #3D6DC6;
font-weight: bold;
font-size: 34rpx;
color: #3D6DC6;
position: absolute;
top: 210rpx;
left: 26rpx;
}
}
.content { .title {
color: #666666; width: 314rpx;
height: calc(100% - 410rpx); height: 72rpx;
border-radius: 16rpx; line-height: 72rpx;
top: -60rpx; text-align: center;
z-index: 9; border-radius: 108rpx 108rpx 108rpx 108rpx;
padding: 64rpx 28rpx; border: 6rpx solid #3D6DC6;
background: linear-gradient(-45deg, #DDEAFC 0%, #FFFFFF 100%); font-weight: bold;
border-radius: 32rpx 32rpx 0rpx 0rpx; font-size: 34rpx;
overflow-y: auto; color: #3D6DC6;
position: relative; position: absolute;
top: 210rpx;
>.title { left: 26rpx;
display: flex;
align-items: center;
font-weight: bold;
font-size: 32rpx;
color: #333333;
margin-bottom: 22rpx;
.tip {
font-weight: 400;
font-size: 24rpx;
color: #666666;
margin-left: 10rpx;
} }
} }
.cell { .content {
display: flex; color: #666666;
align-items: center; height: calc(100% - 410rpx);
justify-content: space-between; border-radius: 16rpx;
background: linear-gradient(90deg, #FFF4E0 0%, #FFFBF5 100%); top: -60rpx;
border-radius: 8rpx 8rpx 8rpx 8rpx; z-index: 9;
margin-bottom: 32rpx; padding: 64rpx 28rpx;
padding: 32rpx 28rpx; background: linear-gradient(-45deg, #DDEAFC 0%, #FFFFFF 100%);
border-radius: 32rpx 32rpx 0rpx 0rpx;
overflow-y: auto;
position: relative;
.cell_left { >.title {
display: flex; display: flex;
flex-direction: row;
align-items: center; align-items: center;
font-weight: bold;
font-size: 32rpx;
color: #333333;
margin-bottom: 22rpx;
.cell_icon { .tip {
width: 84rpx !important; font-weight: 400;
height: 84rpx !important;
margin-right: 30rpx;
border-radius: 4rpx !important;
}
.cell_title {
display: flex;
align-items: center;
color: #333;
.title {
font-weight: bold;
font-size: 28rpx;
color: #333333;
}
.tip {
font-weight: 400;
font-size: 24rpx;
color: #999999;
}
}
}
.cell_right {
flex-direction: column;
align-items: center;
flex-shrink: 0;
margin-left: 20rpx;
.btn {
width: 148rpx;
height: 56rpx;
line-height: 56rpx;
text-align: center;
background: #6DA9F7;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-weight: 500;
font-size: 24rpx; font-size: 24rpx;
color: #FFFFFF; color: #666666;
border: 2rpx solid transparent; margin-left: 10rpx;
}
.opt {
color: #D39B7E;
background-color: #FBF3EB;
}
.disabled {
color: #999999;
background-color: #E2E2E2;
}
.receive {
background: rgba(178, 223, 255, 0.62);
border: 2rpx solid #6DA9F7;
color: #6DA9F7;
} }
} }
.cell {
display: flex;
align-items: center;
justify-content: space-between;
background: linear-gradient(90deg, #FFF4E0 0%, #FFFBF5 100%);
border-radius: 8rpx 8rpx 8rpx 8rpx;
margin-bottom: 32rpx;
padding: 32rpx 28rpx;
position: relative;
.cell_left {
display: flex;
flex-direction: row;
align-items: center;
.cell_icon {
width: 84rpx !important;
height: 84rpx !important;
margin-right: 30rpx;
border-radius: 4rpx !important;
}
.cell_title {
display: flex;
align-items: center;
color: #333;
.title {
font-weight: bold;
font-size: 28rpx;
color: #333333;
}
.tip {
font-weight: 400;
font-size: 24rpx;
color: #999999;
}
}
}
.cell_right {
flex-direction: column;
align-items: center;
flex-shrink: 0;
margin-left: 20rpx;
.btn {
width: 148rpx;
height: 56rpx;
line-height: 56rpx;
text-align: center;
background: #6DA9F7;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-weight: 500;
font-size: 24rpx;
color: #FFFFFF;
border: 2rpx solid transparent;
}
.opt {
color: #D39B7E;
background-color: #FBF3EB;
}
.disabled {
color: #999999;
background-color: #E2E2E2;
}
.receive {
background: rgba(178, 223, 255, 0.62);
border: 2rpx solid #6DA9F7;
color: #6DA9F7;
}
}
}
.cell:last-child {
border-bottom: none;
}
} }
.cell:last-child {
border-bottom: none; .cell_right {
flex-direction: column;
align-items: center;
flex-shrink: 0;
margin-left: 20rpx;
.btn {
width: 148rpx;
height: 56rpx;
line-height: 56rpx;
text-align: center;
background: #6DA9F7;
border-radius: 12rpx 12rpx 12rpx 12rpx;
font-weight: 500;
font-size: 24rpx;
color: #FFFFFF;
border: 2rpx solid transparent;
position: relative;
z-index: 99;
}
.opt {
color: #D39B7E;
background-color: #FBF3EB;
}
.disabled {
color: #999999;
background-color: #E2E2E2;
}
.receive {
background: rgba(178, 223, 255, 0.62);
border: 2rpx solid #6DA9F7;
color: #6DA9F7;
}
} }
} }
}
</style> </style>

View File

@@ -1,17 +1,24 @@
<template> <template>
<view class="min-page"> <view class="min-page">
<my-video-list ref="refVideoList" v-if="state.list.length" @swiperChange="swiperChange" :list="state.list" <my-video-list ref="refVideoList" v-if="state.list.length" @swiperChange="swiperChange" :list="state.list"
:options="options" :options="options" @update="update" :info="state"></my-video-list>
@update="update" :info="state"></my-video-list>
</view> </view>
</template> </template>
<script setup> <script setup>
import { import {
onLoad,onHide, onLoad,
onHide,
onShow onShow
} from '@dcloudio/uni-app' } from '@dcloudio/uni-app'
import {
login
} from '@/api/login/login.js';
import * as Api from '@/api/video/index.js' import * as Api from '@/api/video/index.js'
import {
useCommonStore
} from '@/store/common.js';
const $common = useCommonStore();
import { import {
reactive, reactive,
ref ref
@@ -23,7 +30,7 @@
const sysInfo = uni.getSystemInfoSync() const sysInfo = uni.getSystemInfoSync()
let isFirstLoad = true let isFirstLoad = true
let options = { let options = {
courseDetailsId:'' courseDetailsId: ''
} }
const state = reactive({ const state = reactive({
collect: 0, collect: 0,
@@ -34,11 +41,40 @@
}) })
const refVideoList = ref(null) const refVideoList = ref(null)
async function init() { async function init() {
try { /**
* 如果是安卓則不做操作如果是ios判斷是否審核不審核不套裝
*/
// 是否审核,是否ios
if ($common.isIosExamine) {
const res = await Api.getVideoDetail(options) const res = await Api.getVideoDetail(options)
isFirstLoad = false isFirstLoad = false
Object.assign(state, res) Object.assign(state, res)
state.list = res.list state.list = res.list
} else {
// ios是否登錄
console.log(uni.getStorageSync('tokenTwo'),'提送hi')
if (uni.getStorageSync('tokenTwo')) {
const res = await Api.getVideoDetail({...options,token:uni.getStorageSync('tokenTwo')})
isFirstLoad = false
Object.assign(state, res)
state.list = res.list
} else {
let res = await login({
password: '123456',
phone: '18681817128'
})
uni.setStorageSync('tokenTwo', res.token)
init()
}
}
// 是否审核,是否ios 保存本地
// 18681817128 123456 测试环境和正式环境都是这个账号 等会给添加上会员就可以了
// return res.token
try {
} catch (error) { } catch (error) {
// if(getCurrentPages().length>=2){ // if(getCurrentPages().length>=2){
// uni.navigateBack() // uni.navigateBack()
@@ -81,7 +117,7 @@
const nobuyCourseId = uni.getStorageSync('nobuyCourseId') const nobuyCourseId = uni.getStorageSync('nobuyCourseId')
const item = state.list.find(v => v.courseId == nobuyCourseId) const item = state.list.find(v => v.courseId == nobuyCourseId)
uni.removeStorageSync('nobuyCourseId') uni.removeStorageSync('nobuyCourseId')
if(item){ if (item) {
if (drawRes.count * 1 > 0 && nobuyCourseId !== null && nobuyCourseId !== undefined && item if (drawRes.count * 1 > 0 && nobuyCourseId !== null && nobuyCourseId !== undefined && item
.videoUrl) { .videoUrl) {
uni.navigateTo({ uni.navigateTo({
@@ -89,7 +125,7 @@
}) })
} }
} }
} }
}) })
</script> </script>

BIN
static/images/lock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
static/images/pause.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
static/images/play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
static/task/receive1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
static/task/receive2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -38,7 +38,7 @@ const $map = {
922: 'withdrawNum', 922: 'withdrawNum',
500: 'payTips', 500: 'payTips',
914: 'goldBili', // 金币比例 914: 'goldBili', // 金币比例
919: 'isExamine' //是否ios审核中 921: 'freeDuration' //看广告免费分钟时长
} }
export const useCommonStore = defineStore("common", { export const useCommonStore = defineStore("common", {
@@ -46,15 +46,15 @@ export const useCommonStore = defineStore("common", {
return { return {
payTips: '付款完成后不要忘记抽红包哦', payTips: '付款完成后不要忘记抽红包哦',
goldBili: 0, goldBili: 0,
sysInfo:{}, sysInfo: {},
isIos:false, isIos: false,
isExamine:1 isExamines: 0
}; };
}, },
actions: { actions: {
async init() { async init() {
this.sysInfo=uni.getSystemInfoSync() this.sysInfo = uni.getSystemInfoSync()
this.isIos=this.sysInfo.platform == 'ios' this.isIos = this.sysInfo.platform == 'ios'
const res = await getCommonConfig() const res = await getCommonConfig()
if (res) { if (res) {
for (let i in $map) { for (let i in $map) {
@@ -63,19 +63,31 @@ export const useCommonStore = defineStore("common", {
this[key] = res[i] this[key] = res[i]
uni.setStorageSync(key, res[i]) uni.setStorageSync(key, res[i])
} }
} }
} }
}, },
isIosExamine() { setversion(a, b) {
// a是當前應用的版本號 b是接口拿的
let appversion = (a.split('.').join('')) * 1
let resversion = (b.split('.').join('')) * 1
console.log('當前版本-' + appversion, '接口版本-' + resversion, '返回-' + this.isIosExamine,'判斷值-'+this.isExamines)
if (appversion > resversion) {
// 再審核
this.isExamines = 1
}
}
},
getters: {
isIosExamine: function() {
if (!this.isIos) { if (!this.isIos) {
return true return true
} }
if (this.isExamine == 1) { if (this.isExamines == 1) {
return false return false
} }
return true return true
} }
}, },
unistorage: true, // 开启后对 state 的数据读写都将持久化 unistorage: true, // 开启后对 state 的数据读写都将持久化
}); });