Ver Fonte

活动报名判断

11wqe1 há 9 meses atrás
pai
commit
5772974d5d

+ 0 - 113
components/tabBar/tabBar.vue

@@ -1,113 +0,0 @@
-<template>
-	<view class="tabBar">
-		<uv-tabbar :value="value" @change="gotoBar">
-				<uv-tabbar-item class="txt" text="首页">
-					<template v-slot:active-icon>
-						<image class="icon" style="width: 36rpx;height: 36rpx;" src="../../static/tabbar/Fill 2.png"></image>
-					</template>
-					<template v-slot:inactive-icon>
-						<image class="icon" style="width: 36rpx;height: 36rpx;" src="../../static/tabbar/Fill 1.png"></image>
-					</template>
-				</uv-tabbar-item>
-				
-				<uv-tabbar-item text="资源库">
-					<template v-slot:active-icon>
-						<image class="icon" style="width: 40rpx;height: 32rpx;" src="/static/tabbar/zyk2.png"></image>
-					</template>
-					
-					<template v-slot:inactive-icon>
-						<image class="icon" style="width: 40rpx;height: 32rpx;" src="/static/tabbar/zyk.png"></image>
-					</template>
-				</uv-tabbar-item>
-				
-				<uv-tabbar-item text="活动">
-					<template v-slot:active-icon>
-						<image class="icon" style="width: 40rpx;height: 40rpx;" src="/static/tabbar/hd2.png"></image>
-					</template>
-					
-					<template v-slot:inactive-icon>
-						<image class="icon" style="width: 40rpx;height: 40rpx;" src="/static/tabbar/hd.png"></image>
-					</template>
-				</uv-tabbar-item>
-				
-				<uv-tabbar-item text="消息">
-					<template v-slot:active-icon>
-						<image class="icon" style="width: 38rpx;height: 34rpx;" src="/static/tabbar/xx2.png"></image>
-					</template>
-					<template v-slot:inactive-icon>
-						<image class="icon" style="width: 38rpx;height: 34rpx;" src="/static/tabbar/xx.png"></image>
-					</template>
-				</uv-tabbar-item>
-				
-				<uv-tabbar-item text="我的">
-					<template v-slot:active-icon>
-						<image class="icon" style="width: 34rpx;height: 38rpx;" src="/static/tabbar/wd2.png"></image>
-					</template>
-					<template v-slot:inactive-icon>
-						<image class="icon" style="width: 34rpx;height: 38rpx;" src="/static/tabbar/wd.png"></image>
-					</template>
-				</uv-tabbar-item>
-			</uv-tabbar>
-	</view>
-</template>
-
-<script>
-	export default {
-		name:"tabBar",
-		data() {
-			return {
-				value: 0
-			};
-		},
-		methods:{
-			gotoBar(e){
-				// this.value=index
-				console.log(e);
-				switch(e){
-					case 0:
-						uni.switchTab({
-							url:'/pages/index/index'
-						})
-						break;
-					case 1:
-						uni.switchTab({
-							url:'/pages/resource/resource'
-						})
-						break;
-					case 2:
-						uni.switchTab({
-							url:'/pages/activityPage/activityPage'
-						})
-						break;
-					case 3:
-						uni.switchTab({
-							url:'/pages/message/message'
-						})
-						break;
-					default:
-						uni.switchTab({
-							url:'/pages/mine/mine'
-						})
-						break;
-				}
-			}
-		}
-	}
-</script>
-
-<style lang="scss">
-	.tabBar{
-		// position: fixed;
-		.icon {
-				width: 36rpx;
-				height: 36rpx;
-		}
-		/deep/ .uni-tabbar__label{
-			 font-size: 100rpx !important;
-			 font-weight: 400;
-			 line-height: 24rpx;
-			 
-		 }
-		
-	}
-</style>

+ 41 - 7
pages/activityDetailNew/activityDetailNew.vue

@@ -75,7 +75,8 @@
 				<view class="bricon">
 
 					<!-- <rich-text style="white-space:pre-wrap;" :nodes="actItemList.brief"></rich-text> -->
-					<u-parse :content="actItemList.brief" :selectable="true" :lazyLoad="true" :loadingImg="imgLoading"></u-parse>
+					<u-parse :content="actItemList.brief" :selectable="true" :lazyLoad="true"
+						:loadingImg="imgLoading"></u-parse>
 				</view>
 
 			</view>
@@ -106,8 +107,10 @@
 			</view>
 			<view class="rightBtn">
 				<view class="btnt1" v-if="actItemList.openid==oid">本人创建,暂不支持加入</view>
-				<view class="btnt" v-else-if="!isSign" @click="applyAdd">立即报名</view>
-				<view class="btnt" v-else-if="isSign" @click="cancelAdd">取消报名</view>
+				<view class="btnt" v-else-if="!isSign && !isExpired" @click="applyAdd">立即报名</view>
+				<view class="btnt" v-else-if="isSign && !isExpired" @click="cancelAdd">取消报名</view>
+				<view class="btnt" v-else-if="isSign &&  isExpired" @click="lookPlayback">查看回放</view>
+				<view class="btnt" style="background-color: #ccc;" v-else-if="!isSign && isExpired">报名时间结束</view>
 				<!-- <view class="btnt1" v-else-if="actItemList.bnum>=actItemList.pers">人数已满</view> -->
 
 				<!-- <view class="btnt1" v-else-if="isSign && actItemList.openid!=oid">已报名</view> -->
@@ -173,6 +176,8 @@
 				collArr: [],
 				//报名成功弹窗
 				showPopupConfirm: false,
+				//过期日期
+				dTime: '',
 
 				// 用户订阅列表
 				// subArr: [],
@@ -192,7 +197,7 @@
 				applyUserlist: [],
 				pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
 
-				imgLoading:'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/file-1712113517547.png'
+				imgLoading: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/file-1712113517547.png'
 				// nodes: [{
 				// 	name: 'div',
 				// 	attrs: {
@@ -225,8 +230,8 @@
 				}
 			});
 		},
-		
-		
+
+
 		onShareTimeline() {
 			uni.share({
 				provider: "weixin",
@@ -248,6 +253,16 @@
 		// onUnload() {
 		// 	this.$store.dispatch('asyncDelAll')
 		// },
+		computed: {
+			isExpired() {
+				let dTime = this.dTime.split(',')
+				let bint = new Date(dTime[0]).getTime()
+				let now = new Date().getTime()
+				// console.log("过期时间",bint);
+				// console.log("当前日期",now);
+				return bint < now
+			}
+		},
 		methods: {
 			//跳转到第三方链接
 			gotoLink(e) {
@@ -257,6 +272,21 @@
 					url: "/pages/skipone/skipone?url=" + encodeURIComponent(link),
 				});
 			},
+			// 查看回放
+			lookPlayback() {
+				if (!(!!this.actItemList.playback)) {
+					uni.showToast({
+						title: "暂无回放",
+						icon: 'none'
+					});
+					return
+				}
+				uni.navigateTo({
+					// url: "/pages/skipone/skipone?item='+ encodeURIComponent(JSON.stringify(item))"
+					url: "/pages/skipone/skipone?item=" + encodeURIComponent(JSON.stringify(this.actItemList
+						.playback))
+				});
+			},
 
 			// 获取页面数据
 			getdata() {
@@ -266,7 +296,10 @@
 					acId: this.acId,
 				}
 				this.$request('/selectActivityID', "POST", data).then(res => {
-					// console.log('页面数据', res[0][0]);
+					console.log('页面数据', res[0][0]);
+					this.dTime = res[0][0].begin_at;
+					// console.log('this.dTime',this.dTime);
+
 					let srrt = this.datejudge(res[0][0].begin_at)
 					console.log('srrt', srrt);
 					res[0][0].begin_at = srrt
@@ -407,6 +440,7 @@
 					this.isSign = res[0][0].num
 				})
 			},
+
 			// 收藏事件
 			coll() {
 				const value = this.$store.state.user.openid;

BIN
static/VStar.png


BIN
static/Vstar2.png


BIN
static/delcoll.png


BIN
static/hezi.png


BIN
static/jys/jys.png


BIN
static/mine/Rectangle 23.png


BIN
static/mine/Union.png


BIN
static/mine/dingyue_blue.png


BIN
static/mine/title_bg.png


BIN
static/publish/photo.png


BIN
static/resource/bg.png


BIN
static/tabbar/xx.png


BIN
static/tabbar/xx2.png