activityPageNew.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. <template>
  2. <view class="activityPageNew">
  3. <statusBar :item="navBarData"></statusBar>
  4. <!-- 消息提示 -->
  5. <msgPop></msgPop>
  6. <view class="search">
  7. <uni-search-bar v-model.trim="searchText" bgColor="#f0f2f5" class="btntop" placeholder="搜索"
  8. cancelButton="none" clearButton="none"></uni-search-bar>
  9. </view>
  10. <view class="top">
  11. <view class="right" @click="accountLogin" :class="current == 0 ? info1 : info2">
  12. <text class="">常规教研</text>
  13. <view v-if="current == 0" class="yun">
  14. <image src="https://teacherapi.cocorobo.cn/teaching-file/static//yym/Ellipse 10.png"
  15. mode="aspectFill"></image>
  16. </view>
  17. </view>
  18. <view class="left" @click="phoneLogin" :class="current == 1 ? info1 : info2">
  19. <text class="">专题教研</text>
  20. <view v-if="current == 1" class="yun">
  21. <image src="https://teacherapi.cocorobo.cn/teaching-file/static/yym/Ellipse 10.png"
  22. mode="aspectFill"></image>
  23. </view>
  24. </view>
  25. <view class="right" @click="costClass" :class="current == 2 ? info1 : info2">
  26. <text class="">付费教研</text>
  27. <view v-if="current == 2" class="yun">
  28. <image src="https://teacherapi.cocorobo.cn/teaching-file/static/yym/Ellipse 10.png"
  29. mode="aspectFill"></image>
  30. </view>
  31. </view>
  32. </view>
  33. <swiper class="scroll-view-height" @change="swipeIndex" :current="current" :duration="300">
  34. <!-- 常规教研 -->
  35. <swiper-item>
  36. <scroll-view scroll-y="true" refresher-enabled='true' :refresher-triggered="putrigger"
  37. @refresherrefresh='purepulling' @scrolltolower="pulower" style="height: 100%;">
  38. <view class="searchPagedata" v-if="!pulist.length">暂无数据</view>
  39. <view>
  40. <listBlock1 ref="listBlock2" :classList="pulist"></listBlock1>
  41. </view>
  42. <view class="loading">
  43. <view v-if="puLoading==1">数据加载中...</view>
  44. <view v-if="puLoading==2">没有更多了~~</view>
  45. </view>
  46. </scroll-view>
  47. </swiper-item>
  48. <!-- 专题教研 -->
  49. <swiper-item>
  50. <scroll-view scroll-y="true" refresher-enabled='true' :refresher-triggered="trigger"
  51. @refresherrefresh='repulling' @scrolltolower="aclower" style="height: 100%;">
  52. <view class="searchPagedata" v-if="!teclist.length">暂无数据</view>
  53. <view class="">
  54. <listBlock1 ref="listBlock1" :classList="teclist"></listBlock1>
  55. </view>
  56. <view class="loading">
  57. <view v-if="acLoading==1">数据加载中...</view>
  58. <view v-if="acLoading==2">没有更多了~~</view>
  59. </view>
  60. </scroll-view>
  61. </swiper-item>
  62. <!-- 付费教研 -->
  63. <swiper-item>
  64. <scroll-view scroll-y="true" style="height: 100%;">
  65. <!-- <view style="padding-bottom: 30rpx;"> -->
  66. <!-- <listBlock1 :classList="monlist" :indexId='indexId'></listBlock1> -->
  67. <!-- </view> -->
  68. <view class=""
  69. style="height: 100%; width: 750rpx;display: flex;justify-content: center;align-items: center;">
  70. <image src="../../static/Frame.png" style="width: 400rpx;height: 400rpx;" mode=""></image>
  71. </view>
  72. </scroll-view>
  73. </swiper-item>
  74. </swiper>
  75. </view>
  76. </template>
  77. <script>
  78. export default {
  79. data() {
  80. return {
  81. navBarData: {
  82. title: "活动",
  83. btn: 0,
  84. },
  85. indexId: 1,
  86. current: 0, //控制展示哪一个
  87. info1: "info1", //类名
  88. info2: "info2",
  89. // swiper: 0,
  90. searchText: "", // 搜索文本
  91. acLoading: 0, //0默认值 1加载中 2没有更多了
  92. accurrentPage: 1, //页数
  93. puLoading: 0, //0默认值 1加载中 2没有更多了
  94. pucurrentPage: 1,
  95. // 教研
  96. teclist: [],
  97. // 常规
  98. pulist: [],
  99. // 设置当前下拉刷新状态,true 表示下拉刷新已经被触发,false 表示下拉刷新未被触发
  100. trigger: false, //专题
  101. putrigger: false, //常规
  102. // 触底
  103. // SearchLoading: 0, //0默认值 1加载中 2没有更多了
  104. // 搜索页数
  105. Searchpage: 1,
  106. // 在搜索框有文字的时候下拉刷新禁止触发watch,防止数据叠加
  107. bansearchData: false
  108. };
  109. },
  110. watch: {
  111. searchText(val) {
  112. // console.log(val);
  113. if (this.bansearchData) return
  114. if (val === '') {
  115. this.acLoading = 0 //0默认值 1加载中 2没有更多了
  116. this.accurrentPage = 1 //页数
  117. this.teclist = [] // 教研
  118. this.getTecData()
  119. this.puLoading = 0 //0默认值 1加载中 2没有更多了
  120. this.pucurrentPage = 1
  121. this.pulist = [] // 常规
  122. this.getpuData()
  123. return
  124. }
  125. this.selectSearchdata()
  126. }
  127. },
  128. // onUnload() {
  129. // this.$store.dispatch('asyncDelAll')
  130. // },
  131. methods: {
  132. // 搜索
  133. selectSearchdata() {
  134. if (this.current === 2) return
  135. let type = null
  136. if (this.current == 0) {
  137. type = 2
  138. } else if (this.current == 1) {
  139. type = 1
  140. }else{
  141. return
  142. }
  143. // console.log(111);
  144. let data = {
  145. openid: uni.getStorageSync('oId'),
  146. txt: this.searchText,
  147. ty: type,
  148. // page: this.Searchpage,
  149. // lim: 15
  150. }
  151. // return console.log(data);
  152. this.$request('/selectSearchdata', "get", data).then(res => {
  153. console.log('常规', res);
  154. if (this.current == 0) {
  155. this.pulist = res[0]
  156. } else if (this.current == 1) {
  157. this.teclist = res[0]
  158. }
  159. // if (!res[0].length) {
  160. // this.puLoading = 2
  161. // } else {
  162. // this.puLoading = 0
  163. // }
  164. // this.pulist = [...this.pulist, ...res[0]]
  165. })
  166. },
  167. // 专题教研下拉刷新
  168. repulling() {
  169. this.bansearchData = true
  170. this.trigger = true
  171. // this.isrepulling = true
  172. setTimeout(() => {
  173. this.trigger = false;
  174. }, 1000);
  175. this.acLoading = 0 //0默认值 1加载中 2没有更多了
  176. this.accurrentPage = 1 //页数
  177. this.teclist = [] // 教研
  178. if (this.searchText !== '') {
  179. this.puLoading = 0 //0默认值 1加载中 2没有更多了
  180. this.pucurrentPage = 1
  181. this.pulist = [] // 常规
  182. this.getpuData()
  183. }
  184. this.searchText = ''
  185. this.getTecData()
  186. // console.log(111);
  187. },
  188. // 常规教研下拉刷新
  189. purepulling() {
  190. this.bansearchData = true
  191. this.putrigger = true
  192. // this.isrepulling = true
  193. setTimeout(() => {
  194. this.putrigger = false;
  195. }, 1000);
  196. this.puLoading = 0 //0默认值 1加载中 2没有更多了
  197. this.pucurrentPage = 1
  198. this.pulist = [] // 常规
  199. if (this.searchText !== '') {
  200. this.acLoading = 0 //0默认值 1加载中 2没有更多了
  201. this.accurrentPage = 1 //页数
  202. this.teclist = [] // 教研
  203. this.getTecData()
  204. }
  205. this.searchText = ''
  206. this.getpuData()
  207. // console.log(111);
  208. },
  209. // 专题教研触底
  210. aclower() {
  211. if (this.searchText !== '') return console.log('禁止触底');
  212. console.log('没触底?');
  213. if (this.acLoading == 2) return
  214. this.acLoading = 1
  215. this.accurrentPage++
  216. setTimeout(this.getTecData, 1000)
  217. },
  218. // 常规教研触底
  219. pulower() {
  220. if (this.searchText !== '') return console.log('禁止触底');
  221. console.log('没触底?');
  222. if (this.puLoading == 2) return
  223. this.puLoading = 1
  224. this.pucurrentPage++
  225. setTimeout(this.getpuData(), 1000)
  226. },
  227. // 获取专题
  228. getTecData() {
  229. let data = {
  230. openid: uni.getStorageSync('oId'),
  231. ty: 1,
  232. page: this.accurrentPage, //下拉获取更多的备用字段
  233. lim: 15 //一次获取多少数据
  234. }
  235. this.$request('/selectActivity', "POST", data).then(res => {
  236. // console.log('专题', res[0]);
  237. // this.teclist = res[0]
  238. if (!res[0].length) {
  239. this.acLoading = 2
  240. } else {
  241. this.acLoading = 0
  242. }
  243. this.teclist = [...this.teclist, ...res[0]]
  244. this.bansearchData = false
  245. })
  246. },
  247. secherData() {
  248. },
  249. // 获取常规
  250. getpuData() {
  251. let data = {
  252. openid: uni.getStorageSync('oId'),
  253. ty: 2,
  254. // txt: (e ? e : ''),
  255. page: this.pucurrentPage, //下拉获取更多的备用字段
  256. lim: 15 //一次获取多少数据
  257. }
  258. // return console.log('获取常规', data);
  259. this.$request('/selectActivity', "POST", data).then(res => {
  260. console.log('常规', res[0]);
  261. // this.pulist = res[0]
  262. if (!res[0].length) {
  263. this.puLoading = 2
  264. } else {
  265. this.puLoading = 0
  266. }
  267. this.pulist = [...this.pulist, ...res[0]]
  268. this.bansearchData = false
  269. })
  270. },
  271. // 区域滑动变换头部
  272. swipeIndex(index) {
  273. // console.log(111);
  274. this.current = index.detail.current;
  275. if (this.searchText !== '') {
  276. this.selectSearchdata()
  277. }
  278. // this.selectSearchdata()
  279. // this.$refs.listBlock1.getdata()
  280. },
  281. // 区域滑动
  282. accountLogin() {
  283. this.current = 0;
  284. },
  285. // 点击专题教研
  286. phoneLogin() {
  287. this.current = 1;
  288. },
  289. // 点击常规教研
  290. costClass() {
  291. this.current = 2;
  292. }
  293. },
  294. onLoad() {
  295. this.getpuData() //获取常规列表
  296. this.getTecData() //获取专题列表
  297. },
  298. onShow() {
  299. this.getAllMessage() // 调用app.js中的方法
  300. // 获取收藏事件
  301. this.$refs.listBlock1.getdata() //专题
  302. this.$refs.listBlock2.getdata() //常规
  303. }
  304. };
  305. </script>
  306. <style lang="scss" scoped>
  307. .btntop {
  308. width: 100%;
  309. }
  310. .searchPagedata {
  311. width: 750rpx;
  312. height: 40%;
  313. display: flex;
  314. justify-content: center;
  315. align-items: center;
  316. }
  317. .activityPageNew {
  318. display: flex;
  319. flex-direction: column;
  320. height: 100vh;
  321. .search {
  322. background-color: #ffffff;
  323. position: relative;
  324. display: flex;
  325. width: 750rpx;
  326. height: 88rpx;
  327. justify-content: center;
  328. align-items: center;
  329. .inpSer {
  330. width: 690rpx;
  331. height: 65rpx;
  332. margin: auto;
  333. background-color: rgba(240, 242, 245, 1);
  334. border-radius: 5rpx;
  335. color: rgba(0, 0, 0, 0.26);
  336. position: relative;
  337. .inpTxt {
  338. color: #000;
  339. height: 100%;
  340. width: 100%;
  341. }
  342. input::placeholder {
  343. color: #000;
  344. }
  345. .ico {
  346. position: absolute;
  347. top: 50%;
  348. left: 20rpx;
  349. transform: translate(0, -50%);
  350. display: flex;
  351. align-items: center;
  352. image {
  353. margin-right: 10rpx;
  354. }
  355. }
  356. }
  357. }
  358. .top {
  359. width: 100%;
  360. display: flex;
  361. justify-content: space-between;
  362. margin: auto;
  363. background-color: #ffffff;
  364. padding: 10px 60rpx;
  365. height: 98rpx;
  366. .info1 {
  367. font-weight: bold !important;
  368. position: relative;
  369. color: rgba(0, 0, 0, 0.8);
  370. font-size: 34rpx;
  371. line-height: 48rpx;
  372. width: 136rpx;
  373. height: 48rpx;
  374. text-align: center;
  375. // font-family: PingFang SC;
  376. // font-family: \9ed1\4f53;
  377. .yun {
  378. width: 134rpx;
  379. height: 32rpx;
  380. position: absolute;
  381. left: 0;
  382. bottom: -10rpx;
  383. // transform: translate(-50%,0%);
  384. // box-shadow: 0px 10rpx 30rpx 6rpx #4a97f2;
  385. image {
  386. width: 100%;
  387. height: 100%;
  388. }
  389. }
  390. }
  391. .info2 {
  392. color: rgba(0, 0, 0, 0.6);
  393. font-size: 34rpx;
  394. font-weight: 400;
  395. line-height: 48rpx;
  396. width: 136rpx;
  397. height: 48rpx;
  398. text-align: center;
  399. font-family: 微软雅黑;
  400. }
  401. }
  402. .scroll-view-height {
  403. flex: 1;
  404. width: 100%;
  405. display: flex;
  406. flex-wrap: wrap;
  407. justify-content: space-between;
  408. .cont {
  409. background-color: #ffffff;
  410. width: 332rpx;
  411. padding: 20rpx 15rpx;
  412. border-radius: 10px;
  413. margin-bottom: 20rpx;
  414. image {
  415. width: 300rpx;
  416. height: 170rpx;
  417. border-radius: 10rpx;
  418. }
  419. .tit {
  420. width: 257rpx;
  421. margin: 10rpx 0;
  422. // height: 80rpx;
  423. font-weight: bold;
  424. white-space: normal;
  425. display: -webkit-box;
  426. word-break: break-all;
  427. text-overflow: ellipsis;
  428. overflow: hidden;
  429. -webkit-box-orient: vertical;
  430. -webkit-line-clamp: 2;
  431. /*设置 需要显示的行数*/
  432. }
  433. .teacher {
  434. color: #999999;
  435. }
  436. }
  437. }
  438. }
  439. </style>