teaching-case.vue 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <template>
  2. <view>
  3. <!-- <view class="teaching_case" v-for="(i,index) in classList" :key="index + 'a'" @click="" :data-index="index">
  4. <view class="img cell-img">
  5. <image :src="i.img" v-if="!item.btn" mode="aspectFill"></image>
  6. </view>
  7. <view class="right">
  8. <view class="">
  9. <view class="title">
  10. <view v-if="!item.btn" class="tag bqZ-font">类型</view>
  11. <text class="btn-font" v-if="!item.btn" style="">{{i.className}}</text>
  12. </view>
  13. <view v-if="!item.btn" class="introduce fwb-font">
  14. {{ i.intro }}
  15. </view>
  16. </view>
  17. <view class="operate">
  18. <view class="left">
  19. <view class="opr" style="padding-right: 25rpx">
  20. <view class="icon">
  21. <image src="http://43.139.158.220:5007/img/static/yym/Star 1 (Stroke).png"
  22. style="width: 28rpx; height: 26rpx" mode="aspectFill"></image>
  23. </view>
  24. <text class="fz-font">收藏</text>
  25. </view>
  26. <view class="opr">
  27. <view class="icon">
  28. <image src="http://43.139.158.220:5007/img/static/yym/Vector (Stroke).png"
  29. style="width: 22rpx; height: 26rpx" mode="aspectFill"></image>
  30. </view>
  31. <text class="fz-font">订阅</text>
  32. </view>
  33. </view>
  34. <view class="">
  35. <button class="btn sBtn-font" disableEventPropagation="true" @click.stop="join">
  36. 立即参与
  37. </button>
  38. </view>
  39. </view>
  40. </view>
  41. </view> -->
  42. <!-- 活动列表 -->
  43. <view class="teaching_case" v-for="(i,index) in activeList" @click="gotoACdetail" :data-aid="i.acId"
  44. :key="index + 'b'">
  45. <view class="img cell-img">
  46. <image :src="i.pic" mode="aspectFill"></image>
  47. </view>
  48. <view class="right">
  49. <view class="">
  50. <view class="title">
  51. <view class="tag bqZ-font">类型</view>
  52. <text class="three-font">{{ i.acName }}</text>
  53. </view>
  54. <view class="introduce fwb-font">
  55. {{ i.brief }}
  56. </view>
  57. </view>
  58. <view class="operate">
  59. <view class="left">
  60. <view class="price num-font"><text class="three-font">¥</text>{{ i.cost }}</view>
  61. <view class="pernum fz-font">已报名{{ i.pers }}人</view>
  62. </view>
  63. <view class="">
  64. <button class="btn sBtn-font" @click.stop="actApply" :data-index="index">立即报名</button>
  65. </view>
  66. </view>
  67. </view>
  68. </view>
  69. <!-- <view class="" style="height: 50rpx;width: 100%;background-color: #ffffff;"></view> -->
  70. </view>
  71. </template>
  72. <script>
  73. export default {
  74. name: "teaching-case",
  75. props: {
  76. item: {
  77. type: Object,
  78. default () {
  79. return {
  80. btn: 0, //0教研列表 1活动列表
  81. btn_2: 0 //0 activityList 0 activityList_2 1 liveactivityList 2
  82. };
  83. },
  84. },
  85. // classList: {
  86. // type: Array,
  87. // default () {
  88. // return [];
  89. // },
  90. // },
  91. activeList: {
  92. type: Array,
  93. default () {
  94. return [];
  95. },
  96. },
  97. },
  98. data() {
  99. return {};
  100. },
  101. methods: {
  102. // 跳转活动详情页
  103. gotoACdetail(e) {
  104. // console.log(e.currentTarget.dataset);
  105. let aid=e.currentTarget.dataset.aid
  106. const value = this.$store.state.user.openid;
  107. if (value == '') return uni.navigateTo({url: "/pages/login_Wechat/login_Wechat"});
  108. uni.navigateTo({
  109. url: `/pages/activityDetail/activityDetail?acId=${aid}`,
  110. });
  111. },
  112. // 跳转外部链接
  113. actApply(e) {
  114. let num= e.currentTarget.dataset['index'];
  115. const value = this.$store.state.user.openid;
  116. if (value == '') {
  117. uni.navigateTo({
  118. url: "/pages/login_Wechat/login_Wechat",
  119. });
  120. return 1;
  121. } else {
  122. //常规教研活动
  123. const urls = [
  124. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1183",
  125. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1210",
  126. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1211",
  127. "https://szptxnjys.yuketang.cn/pro/portal/announcementdetail/1209",
  128. ];
  129. console.log('数据呢',num);
  130. if(num>3) return uni.showToast({title:'暂时无第三方链接',icon:'none'})
  131. uni.navigateTo({
  132. url: "/pages/skipone/skipone?url=" + encodeURIComponent(urls[num]),
  133. });
  134. }
  135. },
  136. },
  137. };
  138. </script>
  139. <style lang="scss">
  140. .AClist {
  141. display: flex;
  142. justify-content: space-between;
  143. background-color: #ffffff;
  144. padding: 20rpx 30rpx;
  145. }
  146. .teaching_case {
  147. display: flex;
  148. justify-content: space-between;
  149. // margin-bottom: 10px;
  150. background-color: #ffffff;
  151. padding: 20rpx 30rpx;
  152. // padding-bottom: 50rpx;
  153. .img {
  154. width: 160rpx;
  155. height: 160rpx;
  156. image {
  157. width: 100%;
  158. height: 100%;
  159. border-radius: 10rpx;
  160. }
  161. }
  162. .right {
  163. padding-left: 20rpx;
  164. flex: 1;
  165. // height: 300px;
  166. width: 100rpx;
  167. display: flex;
  168. flex-direction: column;
  169. // align-content: flex-end ;
  170. justify-content: space-between;
  171. // align-content: space-between;
  172. .title {
  173. display: flex;
  174. justify-content: flex-start;
  175. align-items: center;
  176. margin-bottom: 15rpx;
  177. // margin-bottom: 10rpx;
  178. .tag {
  179. border: 1px #00b2b6 solid;
  180. flex-shrink: 0;
  181. letter-spacing: 2rpx;
  182. width: 64rpx;
  183. height: 32rpx;
  184. display: flex;
  185. white-space: nowrap;
  186. justify-content: center;
  187. align-items: center;
  188. border-radius: 4rpx;
  189. margin-right: 10rpx;
  190. color: #00b2b6;
  191. line-height: 32rpx;
  192. }
  193. text {
  194. font-weight: bold;
  195. overflow: hidden;
  196. text-overflow: ellipsis;
  197. white-space: nowrap;
  198. }
  199. }
  200. .introduce {
  201. // font-size: 28rpx;
  202. color: #a7a7a7;
  203. // padding: 20rpx 0;
  204. // width: 560rpx;
  205. height: 40rpx;
  206. overflow: hidden;
  207. text-overflow: ellipsis;
  208. white-space: nowrap;
  209. }
  210. .operate {
  211. display: flex;
  212. justify-content: space-between;
  213. // align-items: baseline;
  214. align-items: flex-end;
  215. .left {
  216. display: flex;
  217. // justify-content: space-between;
  218. // align-items: center;
  219. align-items: baseline;
  220. // width: 200rpx;
  221. .opr {
  222. display: flex;
  223. align-items: center;
  224. .icon {
  225. width: 32rpx;
  226. height: 32rpx;
  227. display: flex;
  228. justify-content: center;
  229. align-items: center;
  230. }
  231. text {
  232. padding-left: 3rpx;
  233. color: #666666;
  234. }
  235. }
  236. .pernum {
  237. color: #666666;
  238. // font-size: 30rpx;
  239. }
  240. .price {
  241. // font-size: 40rpx;
  242. font-weight: bold;
  243. color: #f8a551;
  244. padding-right: 10rpx;
  245. }
  246. }
  247. .btn {
  248. z-index: 5;
  249. border: none;
  250. padding: 0;
  251. text-align: center;
  252. // padding: 8px, 24px, 8px, 24px;
  253. background-color: rgba(48, 129, 232, 1);
  254. color: #fff;
  255. border-radius: 100rpx;
  256. float: right;
  257. width: 144rpx;
  258. height: 48rpx;
  259. line-height: 48rpx;
  260. letter-spacing: 1px;
  261. }
  262. }
  263. }
  264. }
  265. </style>