11wqe1 11 месяцев назад
Родитель
Сommit
2490af1483

+ 0 - 4
components/listBlock1/listBlock1.vue

@@ -79,7 +79,6 @@
 				},
 			},
 		},
-		// props:['classList'],
 		data() {
 			return {
 				// 收藏list
@@ -88,7 +87,6 @@
 				stopTimer: 0,
 
 				timer: null,
-				// animationDataArr: [],
 
 				// 收藏悬浮窗
 				collpopulShow: false,
@@ -98,8 +96,6 @@
 				// subArr: [],
 				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'
 			};
 		},
 		onShow() {},

+ 6 - 2
pages/activityDetailNew/activityDetailNew.vue

@@ -75,7 +75,7 @@
 				<view class="bricon">
 
 					<!-- <rich-text style="white-space:pre-wrap;" :nodes="actItemList.brief"></rich-text> -->
-					<u-parse :content="actItemList.brief" :selectable="true"></u-parse>
+					<u-parse :content="actItemList.brief" :selectable="true" :lazyLoad="true" :loadingImg="imgLoading"></u-parse>
 				</view>
 
 			</view>
@@ -192,6 +192,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'
 				// nodes: [{
 				// 	name: 'div',
 				// 	attrs: {
@@ -224,6 +225,8 @@
 				}
 			});
 		},
+		
+		
 		onShareTimeline() {
 			uni.share({
 				provider: "weixin",
@@ -270,11 +273,12 @@
 					this.uLoading = false
 					this.actItemList = res[0][0]
 					this.actItemList.brief = this.actItemList.brief.replace(/<img/gi,
-						'<img :show-menu-by-longpress="true" style="max-width:100%;height:auto;margin:0 auto;display:block"'
+						'<img style="max-width:100%;height:auto;margin:0 auto;display:block"'
 					)
 				})
 
 			},
+			// 处理时间
 			datejudge(e) {
 				const dates = e.split(",");
 

+ 47 - 58
pages/activityPageNew/activityPageNew.vue

@@ -40,13 +40,13 @@
 
 			<!-- 常规教研 -->
 			<swiper-item>
-				<scroll-view scroll-y="true" :refresher-enabled='refevent' :refresher-triggered="putrigger"
+				<scroll-view scroll-y="true" :refresher-enabled='true' :refresher-triggered="putrigger"
 					@refresherrefresh='purepulling' @scrolltolower="pulower" style="height: 100%;">
-					<view class="searchPagedata" v-if="!pulist.length">暂无数据</view>
+					<view class="searchPagedata" v-if="!pulist.length">加载中...</view>
 					<view>
 						<listBlock1 ref="listBlock2" :classList="pulist"></listBlock1>
 					</view>
-					<view class="loading">
+					<view class="loading" v-show="!searchText">
 						<view v-if="puLoading==1">数据加载中...</view>
 						<view v-if="puLoading==2">没有更多了~~</view>
 					</view>
@@ -56,15 +56,15 @@
 
 			<!-- 专题教研 -->
 			<swiper-item>
-				<scroll-view scroll-y="true" :refresher-enabled='refevent' :refresher-triggered="trigger"
+				<scroll-view scroll-y="true" :refresher-enabled='true' :refresher-triggered="trigger"
 					@refresherrefresh='repulling' @scrolltolower="aclower" style="height: 100%;">
 
-					<view class="searchPagedata" v-if="!teclist.length">暂无数据</view>
+					<view class="searchPagedata" v-if="!teclist.length">加载中...</view>
 
 					<view class="">
 						<listBlock1 ref="listBlock1" :classList="teclist"></listBlock1>
 					</view>
-					<view class="loading">
+					<view class="loading" v-show="!searchText">
 						<view v-if="acLoading==1">数据加载中...</view>
 						<view v-if="acLoading==2">没有更多了~~</view>
 					</view>
@@ -96,7 +96,6 @@
 					title: "活动",
 					btn: 0,
 				},
-				refevent: true,
 				indexId: 1,
 				current: 0, //控制展示哪一个
 				info1: "info1", //类名
@@ -104,10 +103,6 @@
 				// swiper: 0,
 				searchText: "", // 搜索文本
 
-				// 必须要两个,因为常规与专题的是分两次进行的
-				isone1: true, // 常规判断是否第一次进入页面
-				isone2: true, // 教研判断是否第一次进入页面
-
 				acLoading: 0, //0默认值  1加载中 2没有更多了
 				accurrentPage: 1, //页数
 
@@ -122,11 +117,6 @@
 				trigger: false, //专题
 				putrigger: false, //常规
 
-				// 触底
-				// SearchLoading: 0, //0默认值  1加载中 2没有更多了
-				// 搜索页数
-				Searchpage: 1,
-
 				// 在搜索框有文字的时候下拉刷新禁止触发watch,防止数据叠加
 				bansearchData: false
 			};
@@ -187,24 +177,17 @@
 				this.selectSearchdata()
 			}
 		},
-		// onUnload() {
-		// 	this.$store.dispatch('asyncDelAll')
-		// },
+
 		methods: {
-			ani() {
-				this.refevent = true
-			},
-			cutS(event) {
-				// console.log(event.detail);
-				this.refevent = false
-			},
 			// 搜索
 			selectSearchdata() {
+
 				if (this.current === 2) return
 				let type = null
 				if (this.current == 0) {
 					type = 2
 				} else if (this.current == 1) {
+
 					type = 1
 				} else {
 					return
@@ -214,23 +197,14 @@
 					openid: uni.getStorageSync('oId'),
 					txt: this.searchText,
 					ty: type,
-					// page: this.Searchpage,
-					// lim: 15
 				}
-				// return console.log(data);
 				this.$request('/selectSearchdata', "get", data).then(res => {
-					// console.log('常规', res);
+
 					if (this.current == 0) {
 						this.pulist = res[0]
 					} else if (this.current == 1) {
 						this.teclist = res[0]
 					}
-					// if (!res[0].length) {
-					// 	this.puLoading = 2
-					// } else {
-					// 	this.puLoading = 0
-					// }
-					// this.pulist = [...this.pulist, ...res[0]]
 				})
 			},
 			// 专题教研下拉刷新
@@ -238,13 +212,13 @@
 				this.bansearchData = true
 				this.trigger = true
 				// this.isrepulling = true
-				setTimeout(() => {
-					this.trigger = false;
-				}, 1000);
+				// setTimeout(() => {
+				// 	this.trigger = false;
+				// }, 1000);
 
 				this.acLoading = 0 //0默认值  1加载中 2没有更多了
 				this.accurrentPage = 1 //页数
-				this.teclist = [] // 教研
+				// this.teclist = [] // 教研
 
 				if (this.searchText !== '') {
 					this.puLoading = 0 //0默认值  1加载中 2没有更多了
@@ -262,13 +236,13 @@
 				this.bansearchData = true
 				this.putrigger = true
 				// this.isrepulling = true
-				setTimeout(() => {
-					this.putrigger = false;
-				}, 1000);
+				// setTimeout(() => {
+				// 	this.putrigger = false;
+				// }, 1000);
 
 				this.puLoading = 0 //0默认值  1加载中 2没有更多了
 				this.pucurrentPage = 1
-				this.pulist = [] // 常规
+				// this.pulist = [] // 常规
 				if (this.searchText !== '') {
 					this.acLoading = 0 //0默认值  1加载中 2没有更多了
 					this.accurrentPage = 1 //页数
@@ -287,7 +261,9 @@
 				if (this.acLoading == 2) return
 				this.acLoading = 1
 				this.accurrentPage++
-				setTimeout(this.getTecData, 1000)
+				setTimeout(() => {
+					this.getTecData()
+				}, 1000)
 			},
 			// 常规教研触底
 			pulower() {
@@ -296,7 +272,9 @@
 				if (this.puLoading == 2) return
 				this.puLoading = 1
 				this.pucurrentPage++
-				setTimeout(this.getpuData(), 1000)
+				setTimeout(() => {
+					this.getpuData()
+				}, 1000)
 			},
 			// 获取专题
 			getTecData() {
@@ -309,17 +287,21 @@
 				this.$request('/selectActivity', "POST", data).then(res => {
 					// console.log('专题', res[0]);
 					// this.teclist = res[0]
-					if (this.isone1) {
-						this.teclist = []
-						this.isone1 = false
-					}
+
 					if (!res[0].length) {
 						this.acLoading = 2
 					} else {
 						this.acLoading = 0
 					}
+					if (this.accurrentPage == 1) {
+						this.teclist = []
+					}
+					setTimeout(() => {
+						this.trigger = false;
+					}, 1000);
 					this.teclist = [...this.teclist, ...res[0]]
 					this.bansearchData = false
+					
 				})
 			},
 			secherData() {
@@ -338,24 +320,26 @@
 				this.$request('/selectActivity', "POST", data).then(res => {
 					// console.log('常规', res[0]);
 					// this.pulist = res[0]
-					if (this.isone2) {
+					console.log('this.pucurrentPag', this.pucurrentPage);
+					if (this.pucurrentPage == 1) {
 						this.pulist = []
-						this.isone2 = false
 					}
 					if (!res[0].length) {
 						this.puLoading = 2
 					} else {
 						this.puLoading = 0
 					}
+					setTimeout(() => {
+						this.putrigger = false;
+					}, 1000);
 					this.pulist = [...this.pulist, ...res[0]]
 					this.bansearchData = false
+					
 				})
 			},
 
 			// 区域滑动变换头部
 			swipeIndex(index) {
-				// console.log(111);
-
 				this.current = index.detail.current;
 				if (this.searchText !== '') {
 					this.selectSearchdata()
@@ -383,11 +367,16 @@
 		},
 		onShow() {
 			// 必须要两个,因为常规与专题的是分两次进行的
-			this.isone1 = true
-			this.isone2 = true
-			this.getpuData() //获取常规列表
-			this.getTecData() //获取专题列表
+			this.accurrentPage = 1
+			this.pucurrentPage = 1
 
+			if (this.searchText !== '') {
+				this.selectSearchdata()
+			} else {
+				this.getpuData() //获取常规列表
+				this.getTecData() //获取专题列表
+			}
+			// console.log('this.pucurrentPage',this.pucurrentPage);
 			this.getAllMessage() // 调用app.js中的方法
 			// 获取收藏事件
 			this.$refs.listBlock1.getdata() //专题

+ 25 - 23
pages/msg/msg.vue

@@ -199,6 +199,9 @@
 					} else {
 						this.clLoading = 0
 					}
+					if (this.clcurrentPage == 1) {
+						this.Msglist = []
+					}
 
 					this.Msglist = [...this.Msglist, ...res[0]]
 				})
@@ -212,21 +215,21 @@
 					lim: 15
 				}
 				this.$request('/selectMessage', "POST", data).then(res => {
-					// console.log('获取系统通知数据', res);
+					console.log('获取系统通知数据', res);
 					if (!res[0].length) {
 						this.sysLoading = 2
 					} else {
 						this.sysLoading = 0
 					}
-
+					if (this.syscurrentPage == 1) {
+						this.syslist = []
+					}
 					this.syslist = [...this.syslist, ...res[0]]
 				})
 			},
 			// 点击单个已读
 			readOneMsg(e) {
 				const data = e.currentTarget.dataset.id
-				// console.log(data);
-
 				let a = {
 					openid: this.$store.state.user.openid, //用户id
 					id: data.id
@@ -253,20 +256,13 @@
 					})
 				}
 			},
+			// 去活动详情页
 			gotoDetail(e) {
 				// console.log('e',e.currentTarget.dataset.link);
 				let aid = e.currentTarget.dataset.link.acId;
 				uni.navigateTo({
 					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({
-				// 	url: `/pages/activityDetailNew/activityDetailNew?acId=${cid}`
-				// })
 			},
 			// 消息通知触底
 			informlower() {
@@ -274,7 +270,9 @@
 				if (this.clLoading == 2) return
 				this.clLoading = 1
 				this.clcurrentPage++
-				setTimeout(this.getdata, 1000)
+				setTimeout(()=>{
+					this.getdata()
+				}, 1000)
 			},
 			// 系统通知触底
 			syslower() {
@@ -282,13 +280,15 @@
 				if (this.sysLoading == 2) return
 				this.sysLoading = 1
 				this.syscurrentPage++
-				setTimeout(this.getdata2, 1000)
+				setTimeout(()=>{
+					this.getdata2()
+				}, 1000)
 			},
-			// 更新已读
+			// 一键已读
 			updateisread() {
 				this.showPopup = true
 			},
-			// 弹窗确认已读
+			// 弹窗确认一键已读
 			conf() {
 				let data = {
 					oid: this.$store.state.user.openid, //用户id
@@ -315,15 +315,15 @@
 					this.showPopup = false
 				})
 			},
-			// 获取未读信息
+			// 获取未读信息条数
 			getMag() {
 				this.$request('/selectUnreadMsg', "POST", {
 					oid: this.$store.state.user.openid
 				}).then(res => {
-					// console.log('获取未读信息', res);
+					console.log('获取未读信息', res);
 					// 未读提示红点重置为0,在后面赋值
-					this.msgn = 0
-					this.msgn2 = 0
+					this.msgn = 0    //系统通知
+					this.msgn2 = 0   //消息通知
 					// 获取全部未读信息
 					let arr = res[0]
 					if (arr.length != 0) {
@@ -361,11 +361,13 @@
 			}
 		},
 		onShow() {
+			this.syscurrentPage=1
+			this.clcurrentPage=1
 			this.getAdv()
 			// 消息通知
-			this.Msglist = []
-			//系统通知
-			this.syslist = []
+			// this.Msglist = []
+			// 系统通知
+			// this.syslist = []
 			this.getdata()
 			this.getdata2()
 			this.getMag()

+ 39 - 44
pages/resource/resource.vue

@@ -37,11 +37,11 @@
 			<swiper-item>
 				<scroll-view scroll-y="true" :refresher-enabled='refevent' :refresher-triggered="trigger"
 					@refresherrefresh='repulling' @scrolltolower="relower" style="height: 100%;">
-					<view class="searchPagedata" v-if="!classList.length">暂无数据</view>
+					<view class="searchPagedata" v-if="!classList.length">加载中...</view>
 					<view class="">
 						<teaching-case ref="reso" :acList='classList'></teaching-case>
 					</view>
-					<view class="loading">
+					<view class="loading" v-show="!searchText">
 						<view v-if="reLoading==1">数据加载中...</view>
 						<view v-if="reLoading==2">没有更多了~~</view>
 					</view>
@@ -51,11 +51,11 @@
 			<swiper-item>
 				<scroll-view scroll-y="true" :refresher-enabled='refevent' :refresher-triggered="putrigger"
 					@refresherrefresh='purepulling' @scrolltolower="tealower" style="height: 100%;">
-					<view class="searchPagedata" v-if="!classList2.length">暂无数据</view>
+					<view class="searchPagedata" v-if="!classList2.length">加载中...</view>
 					<view class="">
 						<teaching-case ref="tech" :acList='classList2'></teaching-case>
 					</view>
-					<view class="loading">
+					<view class="loading" v-show="!searchText">
 						<view v-if="teaLoading==1">数据加载中...</view>
 						<view v-if="teaLoading==2">没有更多了~~</view>
 					</view>
@@ -149,44 +149,28 @@
 		watch: {
 			searchText(val) {
 				if (this.bansearchData) return
-				// console.log('巴尔纳广播in而哦啊办呢日内');
-				// console.log('searchText', val);
+				
 				if (val === '') {
-					// 资源库
-					// if (this.current == 0) {
+				
 					this.classList = []
 					this.reLoading = 0 //0默认值  1加载中 2没有更多了
 					this.recurrentPage = 1 //页数
 					this.getreList()
-					// console.log('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa');
-					// }
-					// if (this.current == 1) {
+					
 					this.classList2 = []
 					this.teaLoading = 0 //0默认值  1加载中 2没有更多了
 					this.teacurrentPage = 1
 					this.getteaList()
-					// }
-					// console.log(1111);
-					// 精品课程
 
 					return
 				}
-				// console.log(888888);
-				// if(val===''){
-				// 	this.pu
-				// }
+				
 				this.selectSearchdata()
 			}
 		},
 
 		methods: {
-			ani() {
-				this.refevent = true
-			},
-			cutS(event) {
-				// console.log(event.detail);
-				this.refevent = false
-			},
+
 			selectSearchdata() {
 
 				if (this.current === 2) return
@@ -195,12 +179,8 @@
 					openid: uni.getStorageSync('oId'),
 					txt: encodeURIComponent(this.searchText),
 					ty: this.current,
-					// page: this.Searchpage,
-					// lim: 15
 				}
-				// return console.log(data);
 				this.$request('/selectActSearch', "get", data).then(res => {
-					// console.log('常规', res);
 					if (this.current == 0) {
 						this.classList = res[0]
 					} else if (this.current == 1) {
@@ -213,12 +193,12 @@
 				this.bansearchData = true
 				this.trigger = true
 				// this.isrepulling = true
-				setTimeout(() => {
-					this.trigger = false;
-				}, 1000);
+				// setTimeout(() => {
+				// 	this.trigger = false;
+				// }, 1000);
 
 				// 资源库
-				this.classList = []
+				// this.classList = []
 				this.reLoading = 0 //0默认值  1加载中 2没有更多了
 				this.recurrentPage = 1 //页数
 				if (this.searchText !== '') {
@@ -237,12 +217,12 @@
 				this.bansearchData = true
 				this.putrigger = true
 				// this.isrepulling = true
-				setTimeout(() => {
-					this.putrigger = false;
-				}, 1000);
+				// setTimeout(() => {
+				// 	this.putrigger = false;
+				// }, 1000);
 
 				// 精品课程
-				this.classList2 = []
+				// this.classList2 = []
 				this.teaLoading = 0 //0默认值  1加载中 2没有更多了
 				this.teacurrentPage = 1
 
@@ -272,9 +252,15 @@
 					} else {
 						this.reLoading = 0
 					}
+					if(this.recurrentPage==1){
+						this.classList=[]
+					}
 					this.classList = [...this.classList, ...res[0]]
 					this.bansearchData = false
-					// this.classList2 = res[1]
+					setTimeout(() => {
+						this.trigger = false;
+					}, 1000);
+					
 				})
 			},
 			// 获取精品慕课
@@ -292,11 +278,14 @@
 					} else {
 						this.teaLoading = 0
 					}
-					// console.log('前',this.classList2);
+					if(this.teacurrentPage==1){
+						this.classList2=[]
+					}
 					this.classList2 = [...this.classList2, ...res[0]]
 					this.bansearchData = false
-					// console.log('后',this.classList2);
-					// this.classList2 = res[1]
+					setTimeout(() => {
+						this.putrigger = false;
+					}, 1000);
 				})
 			},
 			// 资源库触底
@@ -337,12 +326,18 @@
 			}
 		},
 		onLoad() {
-			this.getreList()
-			this.getteaList()
+			
 
 		},
 		onShow() {
-
+			this.recurrentPage=1
+			this.teacurrentPage=1
+			if (this.searchText !== '') {
+				this.selectSearchdata()
+			}else{
+				this.getreList()
+				this.getteaList()
+			}
 			this.getAllMessage() // 调用app.js中的方法
 			// 获取收藏
 			this.$refs.reso.getdata()

+ 18 - 16
pages/teachingList/teachingList.vue

@@ -30,7 +30,7 @@
 				},
 
 				// 控制刷新
-				trigger: false,
+				// trigger: false,
 				// 渲染数据
 				classList: [],
 				// 触底加载动画提示
@@ -38,25 +38,25 @@
 				currentPage: 1,
 			};
 		},
-		onUnload() {
-			this.$store.dispatch('asyncDelAll')
-		},
+		// onUnload() {
+		// 	this.$store.dispatch('asyncDelAll')
+		// },
 		methods: {
 			// 资源库下拉刷新
-			pulling() {
-				this.trigger = true
-				// this.isrepulling = true
-				setTimeout(() => {
-					this.trigger = false;
-				}, 1000);
+			// pulling() {
+			// 	this.trigger = true
+			// 	// this.isrepulling = true
+			// 	setTimeout(() => {
+			// 		this.trigger = false;
+			// 	}, 1000);
 
-				// 资源库
-				this.classList = []
-				this.Loading = 0 //0默认值  1加载中 2没有更多了
-				this.currentPage = 1 //页数
+			// 	// 资源库
+			// 	this.classList = []
+			// 	this.Loading = 0 //0默认值  1加载中 2没有更多了
+			// 	this.currentPage = 1 //页数
 
-				this.getData()
-			},
+			// 	this.getData()
+			// },
 			// // 触底
 			// lower() {
 			// 	console.log('没触底?');
@@ -75,6 +75,7 @@
 				}
 				this.$request('/selectActivity', "POST", data).then(res => {
 					// console.log('获取数据', res[0]);
+					// console.log('this.currentPage', this.currentPage);
 
 					if (this.currentPage == 1) {
 						this.classList = []
@@ -111,6 +112,7 @@
 		},
 		onShow() {
 			// 一进页面就加载数据
+			this.currentPage = 1
 			this.getData()
 
 			this.$refs.listBlock1.getdata()