yuanyiming 1 year ago
parent
commit
28307b4f67

+ 2 - 2
components/listBlock1/listBlock1.vue

@@ -95,8 +95,8 @@
 				// 决定悬浮窗显示哪些内容0 取消 1收藏
 				collAoff: 0,
 				// subArr: [],
-				pic_coll: 'https://teacherapi.cocorobo.cn/teaching-file/static/Stara.png',
-				pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
+				pic_coll: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/Vstar21707269669382.png',
+				pic_coll2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/VStar1707269577778.png',
 				// pic_sub: 'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Vector (Stroke).png',
 				// pic_sub2: '../../static/mine/dingyue_blue.png'
 			};

+ 7 - 3
components/msgPop/msgPop.vue

@@ -2,9 +2,9 @@
 	<view class="">
 		<view class="collpopul" v-for="(i,index) in msgpop" :key="index">
 			<view class="contxt">
-				<image src="../../static/mine/Collect_yellow.png" mode="aspectFill" style="width: 30rpx;height: 30rpx;">
+				<image :src="i.collAoff?img1:img2" mode="aspectFill" style="width: 30rpx;height: 30rpx;">
 				</image>
-				{{i.collAoff?'收藏成功':'已取消'}}
+				{{i.collAoff?'收藏成功':'已取消收藏'}}
 				<!-- 收藏成功 -->
 			</view>
 			<!-- <view class="goMore" @click="goMore"> -->
@@ -46,7 +46,10 @@
 			}
 		},
 		data() {
-			return {}
+			return {
+				img1: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
+				img2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/delcoll1708391346848.png'
+			}
 		},
 		methods: {
 			// 删除
@@ -116,6 +119,7 @@
 			// background: red;
 			top: 15%;
 		}
+
 		// 100%{
 		// 	opacity: 0;
 		// }

+ 5 - 5
components/teaching-case/teaching-case.vue

@@ -44,8 +44,8 @@
 				timer: null,
 				animationDataArr: [],
 				// 收藏星星
-				pic_coll: 'https://teacherapi.cocorobo.cn/teaching-file/static/Stara.png',
-				pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
+				pic_coll: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/Vstar21707269669382.png',
+				pic_coll2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/VStar1707269577778.png',
 			};
 		},
 		methods: {
@@ -91,7 +91,7 @@
 
 					// iscoll为true表示已经收藏过,执行删除  为true则收藏
 					if (iscoll) {
-						console.log('执行删除');
+						// console.log('执行删除');
 						// this.animationDataArr.push({
 						// 	collAoff: 0
 						// })
@@ -107,7 +107,7 @@
 							}, 1500)
 						})
 					} else {
-						console.log('执行添加');
+						// console.log('执行添加');
 						// this.animationDataArr.push({
 						// 	collAoff: 1
 						// })
@@ -165,7 +165,7 @@
 					type: 1
 				}
 				this.$request('/selectCollClassList', 'POST', data).then(res => {
-					console.log('获取收藏', res);
+					// console.log('获取收藏', res);
 					// 每次调用前清零,防止push叠加错误
 					this.collArr = []
 					// 将acid遍历到collArr中

+ 114 - 8
pages/activityDetailNew/activityDetailNew.vue

@@ -32,7 +32,7 @@
 						style="font-size: 24rpx;font-weight: 400;color:rgba(0, 0, 0, 0.6);margin-left: 20rpx;">{{!applyUserlist.length?'暂无报名':'已报名'}}</text>
 				</view>
 				<view class="cost">
-					¥<text style="font-size: 48rpx;">{{actItemList.cost}}</text>
+					<!-- ¥<text style="font-size: 48rpx;">{{actItemList.cost}}</text> -->
 				</view>
 			</view>
 			<view class="acinfo">
@@ -105,7 +105,7 @@
 				<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="btnt1" v-else-if="actItemList.bnum>=actItemList.pers">人数已满</view>
+				<!-- <view class="btnt1" v-else-if="actItemList.bnum>=actItemList.pers">人数已满</view> -->
 
 				<!-- <view class="btnt1" v-else-if="isSign && actItemList.openid!=oid">已报名</view> -->
 			</view>
@@ -129,11 +129,24 @@
 				</view>
 			</view>
 		</view>
+		<view>
+			<view class="popup-container2" style="height: 175px;" v-show="showPopupConfirm">
+				<view class="popup">
+					<view class="header" style="margin-top: 15px;">
+						<view class="imgShade">
+							<image src="../../static/mine/gou3.png" mode="aspectFill">
+						</view>
+						</image>
+						<text style="margin-bottom: 24px;">报名成功</text>
+					</view>
 
+				</view>
+			</view>
+		</view>
 		<view class="" style="height: 170rpx;width: 750rpx;">
 			<!-- 占位的 -->
 		</view>
-
+		<u-loading-page :loading="uLoading"></u-loading-page>
 	</view>
 </template>
 
@@ -154,9 +167,12 @@
 
 				// 用户收藏列表
 				collArr: [],
+				//报名成功弹窗
+				showPopupConfirm: false,
 
 				// 用户订阅列表
 				// subArr: [],
+				uLoading:false,
 
 				// 收藏按钮节流
 				stopTimer: 0,
@@ -228,12 +244,14 @@
 			},
 			// 获取页面数据
 			getdata() {
+				this.uLoading=true
 				let data = {
 					oid: this.$store.state.user.openid,
 					acId: this.acId,
 				}
 				this.$request('/selectActivityID', "POST", data).then(res => {
 					// console.log('页面数据', res[0][0]);
+					this.uLoading=false
 					this.actItemList = res[0][0]
 				})
 
@@ -277,6 +295,7 @@
 
 			// 确认报名操作
 			conf() {
+				this.showPopup = false
 				let data = {
 					oid: this.$store.state.user.openid, //用户id
 					acid: this.acId,
@@ -288,13 +307,19 @@
 
 					// 添加消息页面系统通知提示报名成功
 					this.addMessage()
+					this.showPopupConfirm = true
+					this.btnEnroll()
+					this.getUsers()
+					setTimeout(() => {
+						this.showPopupConfirm = false
+						// this.getData()
+					}, 1500)
 
 
 					// 弹窗关闭
-					this.showPopup = false
-					uni.reLaunch({
-						url: '/pages/Sign/Sign',
-					})
+					// uni.reLaunch({
+					// 	url: '/pages/Sign/Sign',
+					// })
 				})
 
 				// this.showPopup = false;
@@ -448,7 +473,7 @@
 				}
 				this.$request('/selectApplyUser', 'POST', data).then(res => {
 					console.log('获取报名用户列表', res[0]);
-					this.applyUserlist=[]
+					this.applyUserlist = []
 					res[0].forEach(e => {
 						this.applyUserlist.push(e.avatar)
 					})
@@ -485,6 +510,87 @@
 	.activityDetailNew {
 		background-color: #fff;
 
+		.popup-container2 {
+			position: fixed;
+			top: 50%;
+			left: 50%;
+			transform: translate(-50%, -50%);
+			width: 520rpx;
+			height: 260rpx;
+			z-index: 1000;
+			border-radius: 16rpx;
+			// display: none;
+			box-shadow: 0rpx 3rpx 10rpx 5rpx rgba(0, 0, 0, .1);
+			overflow: hidden;
+
+			.popup {
+				width: 100%;
+				height: 100%;
+				display: flex;
+				flex-direction: column;
+				background-color: #fff;
+				border-radius: 16rpx;
+				overflow: hidden;
+
+				.header {
+					flex: 1;
+					display: flex;
+					justify-content: center;
+					align-items: center;
+					flex-direction: column;
+					margin-top: 24px;
+					font-size: 34rpx;
+					font-weight: 600;
+
+					.imgShade {
+						width: 170rpx;
+						height: 170rpx;
+						display: flex;
+						justify-content: center;
+						align-items: center;
+						border: 10rpx #0056A8 solid;
+						border-radius: 50%;
+						box-shadow: 0 0 10rpx #0056A8;
+						margin-bottom: 10rpx;
+					}
+
+					image {
+						width: 150rpx;
+						height: 150rpx;
+						margin-top: 15px;
+						margin-bottom: 15px;
+					}
+				}
+
+				.footer {
+					width: 100%;
+					display: flex;
+					overflow: hidden;
+
+					.cancel-btn {
+						width: 50%;
+						height: 100rpx;
+						background-color: #F7F7F7;
+						color: #000;
+						font-size: 34rpx;
+						text-align: center;
+						border-bottom-left-radius: 16rpx;
+						line-height: 50px;
+					}
+
+					.confirm-btn {
+						width: 50%;
+						height: 100rpx;
+						background-color: #0081FE;
+						color: #fff;
+						font-size: 34rpx;
+						text-align: center;
+						line-height: 50px;
+					}
+				}
+			}
+		}
+
 		.top {
 			width: 750rpx;
 			position: relative;

+ 13 - 11
pages/activityPageNew/activityPageNew.vue

@@ -120,7 +120,7 @@
 				// SearchLoading: 0, //0默认值  1加载中 2没有更多了
 				// 搜索页数
 				Searchpage: 1,
-				
+
 				// 在搜索框有文字的时候下拉刷新禁止触发watch,防止数据叠加
 				bansearchData: false
 			};
@@ -131,17 +131,17 @@
 				// console.log(val);
 				if (this.bansearchData) return
 				if (val === '') {
-					
+
 					this.acLoading = 0 //0默认值  1加载中 2没有更多了
 					this.accurrentPage = 1 //页数
 					this.teclist = [] // 教研
 					this.getTecData()
-					
-					
+
+
 					this.puLoading = 0 //0默认值  1加载中 2没有更多了
 					this.pucurrentPage = 1
 					this.pulist = [] // 常规
-					
+
 					this.getpuData()
 					return
 				}
@@ -160,8 +160,8 @@
 					type = 2
 				} else if (this.current == 1) {
 					type = 1
-				}else{
-					return 
+				} else {
+					return
 				}
 				// console.log(111);
 				let data = {
@@ -199,7 +199,7 @@
 				this.acLoading = 0 //0默认值  1加载中 2没有更多了
 				this.accurrentPage = 1 //页数
 				this.teclist = [] // 教研
-				
+
 				if (this.searchText !== '') {
 					this.puLoading = 0 //0默认值  1加载中 2没有更多了
 					this.pucurrentPage = 1
@@ -324,11 +324,13 @@
 			}
 		},
 		onLoad() {
-			this.getpuData() //获取常规列表
-			this.getTecData() //获取专题列表
+			
 		},
 		onShow() {
-
+			this.pulist=[]
+			this.teclist=[]
+			this.getpuData() //获取常规列表
+			this.getTecData() //获取专题列表
 			this.getAllMessage() // 调用app.js中的方法
 			// 获取收藏事件
 			this.$refs.listBlock1.getdata() //专题

+ 1 - 1
pages/dy/dy.vue

@@ -13,7 +13,7 @@
 					</view>
 					<view class="sch">{{i.create_at}}</view>
 				</view>
-				<view class="sch1">深圳城市××大学</view>
+				<view class="sch1">{{i.schoolName}}</view>
 			</view>
 		</view>
 		

+ 2 - 2
pages/mineCollNew/mineCollNew.vue

@@ -131,8 +131,8 @@
 				clLoading: 0, //0默认值  1加载中 2没有更多了
 				clcurrentPage: 1,
 
-				pic_coll: 'https://teacherapi.cocorobo.cn/teaching-file/static/Stara.png',
-				pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
+				pic_coll: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/Vstar21707269669382.png',
+				pic_coll2: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/VStar1707269577778.png',
 			};
 		},
 		methods: {

+ 17 - 10
pages/msg/msg.vue

@@ -47,7 +47,7 @@
 								</view>
 								<view class="contxt">恭喜!您已成功完成<text style="color: rgba(0, 86, 168, 1);"
 										@click.stop="gotoDetail"
-										:data-link="item.link">“{{item.acName}}”</text>活动报名。您的参与信息已经成功提交,您现在是我们活动的一部分,我们非常期待与您共度美好时光。
+										:data-link="item">“{{item.acName}}”</text>活动报名。您的参与信息已经成功提交,您现在是我们活动的一部分,我们非常期待与您共度美好时光。
 								</view>
 								<!-- <view class="contxt">
 									以下是一些额外信息,以确保您充分了解您的参与:
@@ -111,8 +111,8 @@
 									尊敬的<text style="color: rgba(0, 86, 168, 1);">{{item.username}}</text>,
 								</view>
 								<view class="contxt">
-									我们很高兴通知您,您已成功加入<text
-										style="color: rgba(0, 86, 168, 1);" @click="gotoHome">[丽湖国际双创虚拟教研室小程序会员]</text>!欢迎加入我们的团队,我们期待与您一同合作并参与。
+									我们很高兴通知您,您已成功加入<text style="color: rgba(0, 86, 168, 1);"
+										@click="gotoHome">[丽湖国际双创虚拟教研室小程序会员]</text>!欢迎加入我们的团队,我们期待与您一同合作并参与。
 								</view>
 							</view>
 						</view>
@@ -174,10 +174,14 @@
 		},
 		methods: {
 			// 获取消息通知数据
-			gotoHome(){
-					uni.switchTab({
-						url:'/pages/index/index'
-					})
+			gotoHome() {
+				const url = "https://mp.weixin.qq.com/s/QZEGcvBn3aW7aHirMFLBQA";
+				uni.navigateTo({
+					url: "/pages/skipone/skipone?url=" + encodeURIComponent(url),
+				});
+				// uni.switchTab({
+				// 	url:'/pages/index/index'
+				// })
 			},
 			getdata() {
 				let data = {
@@ -248,11 +252,14 @@
 				}
 			},
 			gotoDetail(e) {
-				
-				let link = e.currentTarget.dataset.link;
+				// console.log('e',e.currentTarget.dataset.link);
+				let aid = e.currentTarget.dataset.link.acId;
 				uni.navigateTo({
-					url: "/pages/skipone/skipone?url=" + encodeURIComponent(link),
+					url: `/pages/activityDetailNew/activityDetailNew?acId=${aid}`
 				});
+				// uni.navigateTo({
+				// 	url: "/pages/skipone/skipone?url=" + encodeURIComponent(link),
+				// });
 				// let cid=e.currentTarget.dataset.link
 				// console.log(e.currentTarget.dataset.cid);
 				// uni.navigateTo({

+ 23 - 11
pages/skipone/skipone.vue

@@ -1,7 +1,8 @@
 <template>
 	<view class="">
 		<!-- <statusBar :item="navBarData"></statusBar> -->
-		<web-view :src="url1" weixin-process="auto"></web-view>
+		<web-view v-if="url1" @message="onMessage" :src="url1"></web-view>
+		<!-- <iframe :src="url1"></iframe> -->
 		<!-- <iframe :src="url" frameborder="0" style="width: 100%; height: 100vh;"></iframe> -->
 	</view>
 </template>
@@ -15,27 +16,38 @@
 					title: '详情',
 					btn: 1
 				},
+				startX: 0, // 触屏起始点x  
+				startY: 0, // 触屏起始点y  
+
+
 			};
 		},
 		onLoad(options) {
-			console.log(options);
+			// console.log(options);
 			this.url1 = decodeURIComponent(options.url);
+
 		},
 		methods: {
-			onBackPress(options) {
-				const currentWebview = this.$mp.page.$getAppWebview();
-				if (currentWebview) {
-					let child = currentWebview.children();
-					for (let i = 0; i < child.length; i++) {
-						currentWebview.remove(child[i]);
-					}
+			onMessage(e) {
+				console.log(e);
+				const data = e.detail.data;
+				if (data && data.action === 'back') {
+					// 执行返回操作,比如调用 uni.navigateBack()
+					uni.navigateBack();
 				}
-				return false;
 			}
+
 		}
 	}
 </script>
 
 <style lang="scss">
-
+	.custom-back-button {
+		position: fixed;
+		top: 20px;
+		left: 20px;
+		background-color: #ffffff;
+		padding: 10px;
+		border-radius: 5px;
+	}
 </style>

BIN
static/VStar.png


BIN
static/Vstar2.png


BIN
static/delcoll.png


+ 1 - 1
store/index.js

@@ -42,7 +42,7 @@ const store = new Vuex.Store({
 		},
 		// 添加消息提示
 		updatemsg(state, msg) {
-			// console.log('data:',msg);
+			console.log('data:',msg);
 			state.msgpop.push(msg);
 			// state.msgpop.splice(0,1,msg);
 		},