|
@@ -117,11 +117,22 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 查看回放弹框 -->
|
|
|
- <u-modal style="height: 350px;" :showConfirmButton="false" :show="PlaybackDig" closeOnClickOverlay
|
|
|
- @close="PlaybackDig=false">
|
|
|
- <u--image showMenuByLongpress :src="actItemList.playback"></u--image>
|
|
|
+ <u-modal :showConfirmButton="false" :show="PlaybackDig" closeOnClickOverlay @close="PlaybackDig=false">
|
|
|
+ <u--image :src="actItemList.playback"></u--image>
|
|
|
</u-modal>
|
|
|
|
|
|
+ <!-- 报名成功展示跳转二维码 -->
|
|
|
+ <view class="ellone">
|
|
|
+ <u-modal style="height: 600px !important;flex-direction: column !important;" :showConfirmButton="false"
|
|
|
+ :show="DigenrollImg" closeOnClickOverlay @close="DigenrollImg=false">
|
|
|
+ <view style="font-size: 22px;color: #1C56BA;font-weight: 600;">
|
|
|
+ 报名需扫描二维码加入班级!
|
|
|
+ </view>
|
|
|
+ <u--image style="height: 400px !important;" :src="actItemList.qrlink"></u--image>
|
|
|
+ </u-modal>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- @click="showBigImage" -->
|
|
|
<!-- 弹窗 -->
|
|
|
<view>
|
|
|
<view class="mask" v-show="showPopup" @click="showPopup = false"></view>
|
|
@@ -173,6 +184,9 @@
|
|
|
// 活动id
|
|
|
acId: '',
|
|
|
stuNum: 0,
|
|
|
+ // 报名跳转链接
|
|
|
+ // enrollImg: 'https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/file-1719281192664.png',
|
|
|
+ DigenrollImg: false,
|
|
|
// 页面数据
|
|
|
actItemList: {},
|
|
|
|
|
@@ -269,6 +283,12 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
+ // showBigImage() {
|
|
|
+ // uni.previewImage({
|
|
|
+ // current: this.actItemList.playback, // 当前显示的图片链接
|
|
|
+ // urls: [this.actItemList.playback] // 需要预览的图片链接列表
|
|
|
+ // });
|
|
|
+ // },
|
|
|
//跳转到第三方链接
|
|
|
gotoLink(e) {
|
|
|
|
|
@@ -289,7 +309,7 @@
|
|
|
|
|
|
this.PlaybackDig = true
|
|
|
// uni.navigateTo({
|
|
|
- // // url: "/pages/skipone/skipone?item='+ encodeURIComponent(JSON.stringify(item))"
|
|
|
+ // // url: "/pages/skipone/skipone?item=" + encodeURIComponent(JSON.stringify('https://www.yuketang.cn/v2/web/forbidden'))
|
|
|
// url: "/pages/skipone/skipone?item=" + encodeURIComponent(JSON.stringify(this.actItemList
|
|
|
// .playback))
|
|
|
// });
|
|
@@ -408,6 +428,9 @@
|
|
|
this.getUsers()
|
|
|
setTimeout(() => {
|
|
|
this.showPopupConfirm = false
|
|
|
+ if (this.actItemList.qrlink) {
|
|
|
+ this.DigenrollImg = true
|
|
|
+ }
|
|
|
// this.getData()
|
|
|
}, 1500)
|
|
|
})
|
|
@@ -592,13 +615,30 @@
|
|
|
|
|
|
/deep/ .u-image {
|
|
|
height: 300px !important;
|
|
|
- align-items: center !important;
|
|
|
+ // align-items: center !important;
|
|
|
}
|
|
|
|
|
|
/deep/ .u-image__image {
|
|
|
height: 300px !important;
|
|
|
}
|
|
|
|
|
|
+ .ellone {
|
|
|
+
|
|
|
+ /deep/ .u-image {
|
|
|
+ height: 400px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/ .u-image__image {
|
|
|
+ height: 600px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/ .u-modal__content {
|
|
|
+ flex-direction: column !important;
|
|
|
+ align-items: center;
|
|
|
+ height: 450px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.popup-container2 {
|
|
|
position: fixed;
|
|
|
top: 50%;
|