index.vue 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. <template>
  2. <view class="content">
  3. <statusBar :item="navBarData"></statusBar>
  4. <!-- 消息提示 -->
  5. <msgPop></msgPop>
  6. <view class="top">
  7. <image src="https://teacherapi.cocorobo.cn/teaching-file/static/yym/Rectangle25.png" mode="aspectFill"
  8. @click="gotoHome">
  9. </image>
  10. </view>
  11. <view class="sortBlock">
  12. <view class="sortCostcon" @click="gotoCost">
  13. <view class="sortCostcontent">
  14. <view class="costTit">
  15. 收费专区
  16. </view>
  17. <view class="costbri">
  18. <text class="di">暂未开放</text>
  19. </view>
  20. </view>
  21. <view class="costimgblc">
  22. <image src="../../static/Framezzz.png" class="costImg" mode="aspectFill"></image>
  23. </view>
  24. </view>
  25. <view class="sortleft">
  26. <view :class="item.cla" v-for="(item,index) in sortList" @click="gotoTab" :data-index="item">
  27. <!-- <image class="sortImg" src="../../static/Rectangle 937.png" mode="aspectFill"></image> -->
  28. <view class="sortcontent">
  29. <view class="contentl">
  30. <view class="tit">
  31. {{item.tit}}
  32. </view>
  33. <view class="bri">
  34. <text :class="item.briCla">{{item.bri}}</text>
  35. </view>
  36. </view>
  37. <view class="sortleftImgBlock">
  38. <image class="sortleftImg" :src="item.img" mode="aspectFill"></image>
  39. </view>
  40. </view>
  41. </view>
  42. </view>
  43. </view>
  44. <viewX-Case>
  45. <template #title>
  46. <view class="title three-font">推荐内容</view>
  47. </template>
  48. <template #lookMore>
  49. <view class="lookMore fz-font" @click="listBlock1More">查看更多</view>
  50. </template>
  51. <template #teaching>
  52. <!-- 推荐课程组件 -->
  53. <listBlock1 ref="listBlock1" :classList="classList"></listBlock1>
  54. </template>
  55. </viewX-Case>
  56. <view class="" style="height: 30rpx; width: 100%"> </view>
  57. </view>
  58. </template>
  59. <script>
  60. export default {
  61. data() {
  62. return {
  63. title: "Hello",
  64. navBarData: {
  65. title: "首页", //导航栏标题
  66. btn: 0, //是否显示返回按钮 0不显示 1 显示
  67. },
  68. isRote: false,
  69. animation: null,
  70. animationData: {},
  71. // 推荐课程
  72. classList: [],
  73. sortList: [{
  74. tit: '活动专区',
  75. bri: '精彩纷呈',
  76. img: '../../static/Framehhh.png',
  77. cla: 'sortcon',
  78. briCla: 'di'
  79. },
  80. {
  81. tit: '课程专区',
  82. bri: '海量资源',
  83. img: '../../static/Framesss.png',
  84. cla: 'sortcon sortcon2',
  85. briCla: 'di2'
  86. }
  87. ]
  88. };
  89. },
  90. methods: {
  91. gotoTab(e) {
  92. console.log(e.currentTarget.dataset.index.tit);
  93. let aaa = e.currentTarget.dataset.index.tit
  94. if (aaa == '活动专区') {
  95. return uni.switchTab({
  96. url: '/pages/activityPageNew/activityPageNew'
  97. })
  98. } else {
  99. uni.switchTab({
  100. url: '/pages/resource/resource'
  101. })
  102. }
  103. },
  104. gotoCost() {
  105. uni.showToast({
  106. title: '功能暂未开放,敬请期待',
  107. icon: 'none'
  108. })
  109. },
  110. // 获取教研室活动list 数据
  111. getlistBlock1Data() {
  112. let data = {
  113. openid: uni.getStorageSync('oId'),
  114. ty: 3,
  115. page: 1, //下拉获取更多的备用字段
  116. lim: 12 //一次获取多少数据
  117. }
  118. this.$request('/selectActivity', "POST", data).then(res => {
  119. console.log('推荐活动', res[0]);
  120. this.classList = res[0]
  121. // console.log('推荐课程',this.classList);
  122. })
  123. },
  124. // 跳转到推荐课程查看更多
  125. listBlock1More() {
  126. const value = this.$store.state.user.openid;
  127. if (value == '') return this.goLog()
  128. uni.navigateTo({
  129. url: "/pages/teachingList/teachingList",
  130. });
  131. },
  132. // 顶部大图跳转外部链接
  133. gotoHome() {
  134. // const web = this.classList[this.current];
  135. const url = "https://mp.weixin.qq.com/s/QZEGcvBn3aW7aHirMFLBQA";
  136. uni.navigateTo({
  137. url: "/pages/skipone/skipone?url=" + encodeURIComponent(url),
  138. });
  139. },
  140. goLog() {
  141. uni.navigateTo({
  142. url: "/pages/login_Wechat/login_Wechat",
  143. });
  144. },
  145. },
  146. onLoad() {
  147. // this.animation = uni.createAnimation()
  148. },
  149. onShow() {
  150. // 清空推荐课程
  151. // this.classList = []
  152. console.log(this.$store.state.msgpop);
  153. // 获取数据
  154. this.getlistBlock1Data()
  155. this.getAllMessage() // 调用app.js中的方法
  156. // // 因为组件没有onshow
  157. // // 获取收藏事件
  158. this.$refs.listBlock1.getdata()
  159. }
  160. };
  161. </script>
  162. <style lang="scss" scoped>
  163. .content {
  164. // 分类区样式
  165. .sortBlock {
  166. width: 750rpx;
  167. margin: 20rpx 0;
  168. background-color: rgba(255, 255, 255, 1);
  169. display: flex;
  170. justify-content: space-between;
  171. padding: 30rpx;
  172. position: relative;
  173. // 收费区
  174. .sortCostcon {
  175. padding: 30rpx;
  176. width: 336rpx;
  177. height: 300rpx;
  178. flex-shrink: 0;
  179. background-image: url('../../static/Rectangle1922.png');
  180. background-repeat: no-repeat;
  181. background-size: 100%;
  182. .sortCostcontent {
  183. display: flex;
  184. flex-direction: column;
  185. .costTit {
  186. font-weight: 400rpx;
  187. font-size: 36rpx;
  188. height: 48rpx;
  189. line-height: 48rpx;
  190. }
  191. .costbri {
  192. color: rgba(244, 142, 143, 1);
  193. font-size: 24rpx;
  194. width: 400;
  195. margin: 10rpx 0;
  196. }
  197. }
  198. .costimgblc {
  199. display: flex;
  200. justify-content: flex-end;
  201. .costImg {
  202. width: 162rpx;
  203. height: 162rpx;
  204. }
  205. }
  206. }
  207. .sortleft {
  208. flex: 1;
  209. display: flex;
  210. flex-direction: column;
  211. justify-content: space-between;
  212. margin-left: 20rpx;
  213. .sortcon2 {
  214. background-image: url('https://teacherapi.cocorobo.cn/teaching-file/static/Rectangle938.png') !important;
  215. }
  216. .sortcon {
  217. width: 336rpx;
  218. height: 140rpx;
  219. background-image: url('https://teacherapi.cocorobo.cn/teaching-file/static/Rectangle937.png');
  220. background-repeat: no-repeat;
  221. background-size: 100%;
  222. display: flex;
  223. padding: 20rpx;
  224. .sortImg {
  225. position: absolute;
  226. left: 0;
  227. top: 0;
  228. width: 100%;
  229. height: 100%;
  230. }
  231. .sortcontent {
  232. display: flex;
  233. width: 100%;
  234. height: 100%;
  235. color: #000;
  236. .contentl {
  237. width: 70%;
  238. .tit {
  239. font-size: 36rpx;
  240. line-height: 48rpx;
  241. }
  242. .bri {
  243. font-size: 24rpx;
  244. height: 48rpx;
  245. width: 144rpx;
  246. line-height: 32rpx;
  247. position: relative;
  248. .di {
  249. position: absolute;
  250. bottom: 0;
  251. left: 0;
  252. color: rgba(243, 189, 91, 1);
  253. }
  254. .di2 {
  255. position: absolute;
  256. bottom: 0;
  257. left: 0;
  258. color: rgba(180, 193, 250, 1);
  259. }
  260. }
  261. }
  262. .sortleftImgBlock {
  263. position: relative;
  264. .sortleftImg {
  265. position: absolute;
  266. bottom: -10rpx;
  267. left: 0;
  268. height: 68rpx;
  269. width: 68rpx;
  270. }
  271. }
  272. }
  273. }
  274. }
  275. }
  276. // 顶部大图
  277. .top {
  278. width: 750rpx;
  279. height: 288rpx;
  280. display: flex;
  281. margin-bottom: 20rpx;
  282. align-items: center;
  283. background-color: #fff;
  284. justify-content: center;
  285. image {
  286. height: 246rpx;
  287. width: 690rpx;
  288. border-radius: 10rpx;
  289. }
  290. }
  291. .title {
  292. font-weight: bold;
  293. }
  294. .lookMore {
  295. color: #666666;
  296. // font-size: 14px;
  297. }
  298. }
  299. </style>