activityPage.vue 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. <template>
  2. <view class="activity">
  3. <statusBar :item="navBarData"></statusBar>
  4. <viewX-Case class="mid">
  5. <template #title>
  6. <view class="title three-font" >直播活动</view>
  7. </template>
  8. <template #lookMore>
  9. <view class="lookMore fz-font" @click="gotoLiveList">查看更多</view>
  10. </template>
  11. <template #activeBlock>
  12. <view class="activeData" v-for="(item, index) in liveList" :key="index" @click="gotoAnnoun(index)">
  13. <!-- <image src="http://43.139.158.220:5007/img/static/activity/bg1.png" mode="aspectFill"></image> -->
  14. <image :src="item.pic" mode="aspectFill"></image>
  15. <view class="liveBroadcast">
  16. <view class="title">
  17. <view class="tag bqZ-font">类型</view>
  18. <text three-font>{{ item.acName }}</text>
  19. </view>
  20. <view class="operate">
  21. <view class="left">
  22. <view class="img">
  23. <image :src="item.avatar" mode="aspectFill"></image>
  24. </view>
  25. <view class="user fwb-font">{{ item.username }}</view>
  26. </view>
  27. <view class="collection">
  28. <!-- <view class="" style="display: flex;margin-right: 10rpx;align-items: center;"> -->
  29. <view class="img">
  30. <image src="http://43.139.158.220:5007/img/static/yym/Vector (Stroke) (2).png"
  31. mode="aspectFill"></image>
  32. </view>
  33. <text class="fz-font">收藏</text>
  34. </view>
  35. </view>
  36. </view>
  37. </view>
  38. </template>
  39. </viewX-Case>
  40. <viewX-Case style="margin-top: 10px">
  41. <template #title>
  42. <view class="title three-font">常规教研活动</view>
  43. </template>
  44. <template #lookMore>
  45. <view class="lookMore fz-font" @click="lookMore">查看更多</view>
  46. </template>
  47. <template #activeBlock>
  48. <!-- <activity-case v-for="i in 10" :key="i"></activity-case> -->
  49. <teaching-case :activeList="activeList"></teaching-case>
  50. </template>
  51. </viewX-Case>
  52. <view class="" style="height: 30rpx; width: 100%"> </view>
  53. <view class="qiu" @click="fabClick">
  54. <image src="/static/yym/jia.png" mode="aspectFill"></image>
  55. </view>
  56. </view>
  57. </template>
  58. <script>
  59. export default {
  60. data() {
  61. return {
  62. navBarData: {
  63. title: "活动", //导航栏标题
  64. btn: 0, //是否显示返回按钮 0不显示 1 显示
  65. },
  66. actData: {
  67. btn: 1,
  68. },
  69. title: "uni-fab",
  70. // 直播活动列表
  71. liveList: [],
  72. // 教研活动列表
  73. activeList: [],
  74. };
  75. },
  76. methods: {
  77. // 获取教研活动
  78. getData(){
  79. let data={
  80. openid:uni.getStorageSync('oId'),ty:1
  81. }
  82. this.$request('/selectActivity',"POST",data).then(res=>{
  83. console.log(res[0]);
  84. // this.activeList=[...this.activeList,...res[0]]
  85. this.activeList=res[0]
  86. })
  87. },
  88. // 获取直播活动
  89. getData2(){
  90. let data={
  91. openid:uni.getStorageSync('oId'),ty:0
  92. }
  93. this.$request('/selectActivity',"POST",data).then(res=>{
  94. console.log(res[0]);
  95. // this.activeList=[...this.activeList,...res[0]]
  96. this.liveList=res[0]
  97. })
  98. },
  99. lookMore() {
  100. const value = this.$store.state.user.openid;
  101. if (value == '') {
  102. uni.navigateTo({
  103. url: "/pages/login/login",
  104. });
  105. } else {
  106. uni.navigateTo({
  107. url: "/pages/activityList/activityList",
  108. });
  109. }
  110. },
  111. gotoLiveList(){
  112. uni.navigateTo({
  113. url:'/pages/liveActivityList/liveActivityList'
  114. })
  115. },
  116. fabClick() {
  117. const value = this.$store.state.user.openid;
  118. if (value == '') {
  119. uni.navigateTo({
  120. url: "/pages/login/login",
  121. });
  122. } else {
  123. uni.navigateTo({
  124. url: "/pages/publish/publish",
  125. });
  126. }
  127. },
  128. gotoAnnoun(index) {
  129. const value = this.$store.state.user.openid;
  130. if (value == '') {
  131. uni.navigateTo({
  132. url: "/pages/login/login",
  133. });
  134. } else {
  135. const urls = [
  136. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1234",
  137. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1181",
  138. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1210",
  139. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1209",
  140. ];
  141. if (index >= 0 && index < urls.length) {
  142. const url = urls[index];
  143. uni.navigateTo({
  144. url: "/pages/skipone/skipone?url=" + encodeURIComponent(url),
  145. });
  146. }
  147. }
  148. },
  149. },
  150. onShow() {
  151. this.getData()
  152. this.getData2()
  153. }
  154. };
  155. </script>
  156. <style lang="scss">
  157. .activity {
  158. .qiu {
  159. width: 90rpx;
  160. height: 90rpx;
  161. position: fixed;
  162. z-index: 19;
  163. right: 30rpx;
  164. bottom: 10vh;
  165. border-radius: 50%;
  166. background-color: rgba(0, 86, 168, 1);
  167. display: flex;
  168. justify-content: center;
  169. align-items: center;
  170. image {
  171. position: absolute;
  172. width: 36rpx;
  173. height: 36rpx;
  174. }
  175. }
  176. .mid {
  177. // margin:20px 0;
  178. .activeData {
  179. width: 460rpx;
  180. display: inline-block;
  181. margin-right: 20px;
  182. image {
  183. width: 100%;
  184. height: 120px;
  185. border-radius: 10px;
  186. margin-bottom: 10px;
  187. }
  188. .liveBroadcast {
  189. flex: 1;
  190. width: 460rpx;
  191. display: flex;
  192. flex-direction: column;
  193. align-content: flex-end;
  194. .title {
  195. display: flex;
  196. align-items: center;
  197. margin-bottom: 10rpx;
  198. .tag {
  199. // border: 1px #00b2b6 solid;
  200. // // font-size: 12px;
  201. // width: 64rpx;
  202. // height: 38rpx;
  203. // display: flex;
  204. // white-space: nowrap;
  205. // justify-content: center;
  206. // align-items: center;
  207. // // padding: 2px 4px;
  208. // padding: 1rpx 4rpx;
  209. // border-radius: 3px;
  210. // margin-right: 10rpx;
  211. // color: #00b2b6;
  212. border: 1px #00b2b6 solid;
  213. font-size: 20rpx;
  214. width: 64rpx;
  215. display: flex;
  216. height: 34rpx;
  217. white-space: nowrap;
  218. justify-content: center;
  219. align-items: center;
  220. // padding: 4px 12px 4px 12px;
  221. border-radius: 5rpx;
  222. margin-right: 10rpx;
  223. color: #00b2b6;
  224. }
  225. text {
  226. // display: -webkit-box;//对象作为弹性伸缩盒子模型显示
  227. // overflow: hidden;//溢出隐藏
  228. // -webkit-box-orient: vertical;//设置伸缩盒子对象的子元素的排列方式
  229. // -webkit-line-clamp: 2;//设置 块元素包含的文本行数
  230. overflow: hidden;
  231. text-overflow: ellipsis;
  232. white-space: nowrap;
  233. }
  234. }
  235. .operate {
  236. display: flex;
  237. justify-content: space-between;
  238. align-items: center;
  239. padding: 20rpx 0;
  240. color: #666666;
  241. // margin-bottom: 20rpx;
  242. // padding-bottom: 20rpx;
  243. .left {
  244. display: flex;
  245. align-items: center;
  246. .img {
  247. width: 48rpx;
  248. height: 48rpx;
  249. margin-right: 10rpx;
  250. image {
  251. width: 100%;
  252. height: 100%;
  253. border-radius: 50%;
  254. }
  255. }
  256. .user {}
  257. }
  258. .collection {
  259. display: flex;
  260. align-items: center;
  261. justify-content: space-between;
  262. width: 88rpx;
  263. height: 32rpx;
  264. position: relative;
  265. .img {
  266. position: absolute;
  267. left: 0;
  268. top: 6rpx;
  269. transform: translate(-130%, 0);
  270. }
  271. image {
  272. width: 27rpx;
  273. height: 25rpx;
  274. display: block;
  275. }
  276. // float: right;
  277. // font-size: 14px;
  278. // padding-top: 10px;
  279. }
  280. }
  281. }
  282. }
  283. .activeData:nth-child(1) {
  284. margin-left: 15px;
  285. }
  286. }
  287. .title {
  288. font-weight: bold;
  289. // color: #999999;
  290. }
  291. .lookMore {
  292. color: #666666;
  293. // font-size: 14px;
  294. }
  295. }
  296. </style>