|
@@ -17,14 +17,14 @@
|
|
|
<template #activeBlock>
|
|
|
<view class="activeData" @click="gotoActivityDetail(index)" v-for="(item, index) in activeList"
|
|
|
:key="index">
|
|
|
- <image :src="item.img" mode="aspectFill"></image>
|
|
|
+ <image :src="item.pic" mode="aspectFill"></image>
|
|
|
<view class="activeTit sBtn-font" style="font-weight: bold">
|
|
|
- {{ item.className }}
|
|
|
+ {{ item.acName }}
|
|
|
</view>
|
|
|
<view class="numData">
|
|
|
- <view class="proNum bqZ-font">{{ item.count }} 人报名</view>
|
|
|
+ <view class="proNum bqZ-font">{{ item.pers }} 人报名</view>
|
|
|
<view class="price num-font">
|
|
|
- <text class="fz-font">¥</text>299
|
|
|
+ <text class="fz-font">¥</text>{{ item.cost }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<button class="btn sBtn-font" @click.stop="gotoHd(index)">
|
|
@@ -58,28 +58,29 @@
|
|
|
title: "首页", //导航栏标题
|
|
|
btn: 0, //是否显示返回按钮 0不显示 1 显示
|
|
|
},
|
|
|
- activeList: [{
|
|
|
- img: "http://43.139.158.220:5007/img/static/img/1695656271245-image.png",
|
|
|
- count: "3842",
|
|
|
- className: "丽湖职教双创教育国际虚拟教研室启动大会暨双创教育国际论坛圆满举行",
|
|
|
- intro: "丽湖职教双创教育国际虚拟教研室为立足全国,辐射海外的国际化教研室,围绕创新创业教育的人才培养与课程建设开展深度研究。教研室以贯彻落实立德树人根本任务,通过加强跨专业、跨校、跨地域的教研交流,推动高校协同打造国际化的精品教学资",
|
|
|
- },
|
|
|
- {
|
|
|
- img: "http://43.139.158.220:5007/img/static/img/img1.png",
|
|
|
- count: "3842",
|
|
|
- className: "丽湖职教双创教育国际虚拟教研室2023年常规教研活动安排",
|
|
|
- intro: "为深入贯彻落实立德树人根本任务,提升教师教学育人能力,增强教师将现代信息技术与教育教学深度融合的能力,加强跨专业、跨校、跨地域的双创教研交流,推动职教创新创业教育改革纵深发展,由深圳职业技术学院创新创业学院、联合国教科文组织...",
|
|
|
- },
|
|
|
- {
|
|
|
- img: "http://43.139.158.220:5007/img/static/img/img3.png",
|
|
|
- count: "3842",
|
|
|
- className: "产教融合情境下的双创通识课程建设 | 丽湖职教双创教育国际虚拟教研室常规教研活动第2期顺利举行",
|
|
|
- },
|
|
|
- {
|
|
|
- img: "http://43.139.158.220:5007/img/static/yym/83b48be81d4ed9c93908737496f2a54.png",
|
|
|
- count: "3842",
|
|
|
- className: "丽湖职教双创教育国际虚拟教研室 • 常规教研活动 第9期",
|
|
|
- },
|
|
|
+ activeList: [
|
|
|
+ // {
|
|
|
+ // img: "http://43.139.158.220:5007/img/static/img/1695656271245-image.png",
|
|
|
+ // count: "3842",
|
|
|
+ // className: "丽湖职教双创教育国际虚拟教研室启动大会暨双创教育国际论坛圆满举行",
|
|
|
+ // intro: "丽湖职教双创教育国际虚拟教研室为立足全国,辐射海外的国际化教研室,围绕创新创业教育的人才培养与课程建设开展深度研究。教研室以贯彻落实立德树人根本任务,通过加强跨专业、跨校、跨地域的教研交流,推动高校协同打造国际化的精品教学资",
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // img: "http://43.139.158.220:5007/img/static/img/img1.png",
|
|
|
+ // count: "3842",
|
|
|
+ // className: "丽湖职教双创教育国际虚拟教研室2023年常规教研活动安排",
|
|
|
+ // intro: "为深入贯彻落实立德树人根本任务,提升教师教学育人能力,增强教师将现代信息技术与教育教学深度融合的能力,加强跨专业、跨校、跨地域的双创教研交流,推动职教创新创业教育改革纵深发展,由深圳职业技术学院创新创业学院、联合国教科文组织...",
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // img: "http://43.139.158.220:5007/img/static/img/img3.png",
|
|
|
+ // count: "3842",
|
|
|
+ // className: "产教融合情境下的双创通识课程建设 | 丽湖职教双创教育国际虚拟教研室常规教研活动第2期顺利举行",
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // img: "http://43.139.158.220:5007/img/static/yym/83b48be81d4ed9c93908737496f2a54.png",
|
|
|
+ // count: "3842",
|
|
|
+ // className: "丽湖职教双创教育国际虚拟教研室 • 常规教研活动 第9期",
|
|
|
+ // },
|
|
|
],
|
|
|
classList: [{
|
|
|
img: "http://43.139.158.220:5007/img/static/img/jiaoxueship.jpg",
|
|
@@ -106,6 +107,16 @@
|
|
|
},
|
|
|
onLoad() {},
|
|
|
methods: {
|
|
|
+ getData(){
|
|
|
+ let data={
|
|
|
+ openid:uni.getStorageSync('oId'),ty:2
|
|
|
+ }
|
|
|
+ this.$request('/selectActivity',"POST",data).then(res=>{
|
|
|
+ console.log(res[0]);
|
|
|
+ // this.activeList=[...this.activeList,...res[0]]
|
|
|
+ this.activeList=res[0].slice(0, 6);
|
|
|
+ })
|
|
|
+ },
|
|
|
teachmore() {
|
|
|
const value = this.$store.state.user.openid;
|
|
|
if (value == '') {
|
|
@@ -193,7 +204,11 @@
|
|
|
url: "/pages/skipone/skipone?url=" + encodeURIComponent(url),
|
|
|
});
|
|
|
},
|
|
|
+
|
|
|
},
|
|
|
+ onShow() {
|
|
|
+ this.getData()
|
|
|
+ }
|
|
|
};
|
|
|
</script>
|
|
|
|