|
@@ -72,7 +72,7 @@
|
|
|
<!-- <web-view :src="actItemList.link" webview-styles="{'height': '700rpx';}"></web-view> -->
|
|
|
<!-- <br /> -->
|
|
|
<!-- <view class="bricon" @longpress="scanCode"> -->
|
|
|
- <view class="bricon" @click="handleCoverClick">
|
|
|
+ <view class="bricon">
|
|
|
|
|
|
<!-- <rich-text style="white-space:pre-wrap;" :nodes="actItemList.brief"></rich-text> -->
|
|
|
<u-parse :content="actItemList.brief" :selectable="true"></u-parse>
|
|
@@ -192,18 +192,18 @@
|
|
|
applyUserlist: [],
|
|
|
pic_coll2: 'https://teacherapi.cocorobo.cn/teaching-file/static/mine/Collect_yellow.png',
|
|
|
|
|
|
- nodes: [{
|
|
|
- name: 'div',
|
|
|
- attrs: {
|
|
|
- class: 'div-class',
|
|
|
- style: 'line-height: 60px; color: red; text-align:center;'
|
|
|
- },
|
|
|
- children: [{
|
|
|
- type: 'text',
|
|
|
- text: 'Hello uni-app!'
|
|
|
- }]
|
|
|
- }],
|
|
|
- strings: '<div style="text-align:center;"><img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni@2x.png"/></div>'
|
|
|
+ // nodes: [{
|
|
|
+ // name: 'div',
|
|
|
+ // attrs: {
|
|
|
+ // class: 'div-class',
|
|
|
+ // style: 'line-height: 60px; color: red; text-align:center;'
|
|
|
+ // },
|
|
|
+ // children: [{
|
|
|
+ // type: 'text',
|
|
|
+ // text: 'Hello uni-app!'
|
|
|
+ // }]
|
|
|
+ // }],
|
|
|
+ // strings: '<div style="text-align:center;"><img src="https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni@2x.png"/></div>'
|
|
|
// pic_sub: 'https://teacherapi.cocorobo.cn/teaching-file/static/yym/Vector (Stroke) (1).png',
|
|
|
// pic_sub2: 'https://teacherapi.cocorobo.cn/teaching-file/static/dingyue_blue.png',
|
|
|
};
|
|
@@ -228,11 +228,6 @@
|
|
|
// this.$store.dispatch('asyncDelAll')
|
|
|
// },
|
|
|
methods: {
|
|
|
- handleCoverClick(event) {
|
|
|
- // 处理点击事件
|
|
|
- console.log('rich-text clicked', event);
|
|
|
- },
|
|
|
-
|
|
|
//跳转到第三方链接
|
|
|
gotoLink(e) {
|
|
|
|
|
@@ -251,6 +246,9 @@
|
|
|
}
|
|
|
this.$request('/selectActivityID', "POST", data).then(res => {
|
|
|
// console.log('页面数据', res[0][0]);
|
|
|
+ let srrt = this.datejudge(res[0][0].begin_at)
|
|
|
+ console.log('srrt', srrt);
|
|
|
+ res[0][0].begin_at = srrt
|
|
|
this.uLoading = false
|
|
|
this.actItemList = res[0][0]
|
|
|
this.actItemList.brief = this.actItemList.brief.replace(/<img/gi,
|
|
@@ -259,7 +257,28 @@
|
|
|
})
|
|
|
|
|
|
},
|
|
|
+ datejudge(e) {
|
|
|
+ const dates = e.split(",");
|
|
|
+
|
|
|
+ const date1 = new Date(dates[0]);
|
|
|
+ const date2 = new Date(dates[1]);
|
|
|
+
|
|
|
+ const year1 = date1.getFullYear();
|
|
|
+ const month1 = date1.getMonth();
|
|
|
+ const day1 = date1.getDate();
|
|
|
+
|
|
|
+ const year2 = date2.getFullYear();
|
|
|
+ const month2 = date2.getMonth();
|
|
|
+ const day2 = date2.getDate();
|
|
|
+
|
|
|
+ if (year1 === year2 && month1 === month2 && day1 === day2) {
|
|
|
+ const modifiedDate = dates[1].substring(11); // 保留时间部分(小时和分钟)
|
|
|
+ dates[1] = modifiedDate;
|
|
|
+ }
|
|
|
|
|
|
+ const result = dates.join("-");
|
|
|
+ return result
|
|
|
+ },
|
|
|
// 申请加入弹窗
|
|
|
applyAdd() {
|
|
|
const value = this.$store.state.user.openid;
|
|
@@ -329,52 +348,7 @@
|
|
|
this.showPopupConfirm = false
|
|
|
// this.getData()
|
|
|
}, 1500)
|
|
|
-
|
|
|
-
|
|
|
- // 弹窗关闭
|
|
|
- // uni.reLaunch({
|
|
|
- // url: '/pages/Sign/Sign',
|
|
|
- // })
|
|
|
})
|
|
|
-
|
|
|
- // this.showPopup = false;
|
|
|
- // this.showPopupConfirm = true
|
|
|
- // 做最后判断防止同一时间进入报名页面都报名成功
|
|
|
- // this.$request('/selectIntercept', "POST", {
|
|
|
- // oid: this.$store.state.user.openid,
|
|
|
- // acid: this.acId
|
|
|
- // }).then(res => {
|
|
|
- // let c = res[0][0]
|
|
|
- // console.log('报名人数', res[0][0]);
|
|
|
- // console.log(c.bnum >= c.pers * 1);
|
|
|
- // if (c.bnum >= c.pers * 1) {
|
|
|
- // return uni.showToast({
|
|
|
- // title: '已有人先您一步报名,名额已满',
|
|
|
- // icon: "none"
|
|
|
- // })
|
|
|
- // } else {
|
|
|
- // let data = {
|
|
|
- // oid: this.$store.state.user.openid, //用户id
|
|
|
- // acid: this.acId,
|
|
|
- // ty: 2,
|
|
|
- // }
|
|
|
- // this.$request('/insertSignup', "POST", data).then(res => {
|
|
|
-
|
|
|
- // console.log('报名返回', res);
|
|
|
-
|
|
|
- // // 添加消息页面系统通知提示报名成功
|
|
|
- // this.addMessage()
|
|
|
-
|
|
|
-
|
|
|
- // // 弹窗关闭
|
|
|
- // this.showPopup = false
|
|
|
- // uni.reLaunch({
|
|
|
- // url: '/pages/Sign/Sign',
|
|
|
- // })
|
|
|
- // })
|
|
|
- // }
|
|
|
- // })
|
|
|
-
|
|
|
},
|
|
|
// 添加消息页面系统通知提示报名成功
|
|
|
addMessage() {
|
|
@@ -502,8 +476,11 @@
|
|
|
lim: 6 //一次获取多少数据
|
|
|
}
|
|
|
this.$request('/selectApplyUser', 'POST', data).then(res => {
|
|
|
- // console.log('获取报名用户列表', res[0]);
|
|
|
- this.stuNum = res[0].length
|
|
|
+ console.log('获取报名用户列表', res[0]);
|
|
|
+ if (res[0].length > 0) {
|
|
|
+ this.stuNum = res[0][0].unum
|
|
|
+ }
|
|
|
+ // this.stuNum = res[0].length
|
|
|
this.applyUserlist = []
|
|
|
let arr = res[0]
|
|
|
arr = arr.slice(0, 6)
|