|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view>
|
|
<view>
|
|
|
- <uni-popup ref="popupRef" :animation="false" :is-mask-click="false"
|
|
|
|
|
|
|
+ <uni-popup ref="popupRef" :animation="true" :is-mask-click="false"
|
|
|
mask-background-color="rgba(255, 255, 255, 0.6);" class="ezy-popup-width-all">
|
|
mask-background-color="rgba(255, 255, 255, 0.6);" class="ezy-popup-width-all">
|
|
|
<view class="ezy-dajx-page">
|
|
<view class="ezy-dajx-page">
|
|
|
<view class="icon-title-navBar-box">
|
|
<view class="icon-title-navBar-box">
|
|
@@ -26,7 +26,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</uni-popup>
|
|
</uni-popup>
|
|
|
- <uni-popup ref="popupRef2" :animation="false" :is-mask-click="false"
|
|
|
|
|
|
|
+ <uni-popup ref="popupRef2" :animation="true" :is-mask-click="false"
|
|
|
mask-background-color="rgba(51, 137, 217, 0.65);">
|
|
mask-background-color="rgba(51, 137, 217, 0.65);">
|
|
|
<view class="course-finish-dialog">
|
|
<view class="course-finish-dialog">
|
|
|
<view class="text-score">{{credit}}</view>
|
|
<view class="text-score">{{credit}}</view>
|
|
@@ -73,7 +73,7 @@
|
|
|
methods: {
|
|
methods: {
|
|
|
playEnd(data) {
|
|
playEnd(data) {
|
|
|
plus.screen.lockOrientation('portrait-primary');
|
|
plus.screen.lockOrientation('portrait-primary');
|
|
|
- this.$refs.popupRef2.open();
|
|
|
|
|
|
|
+ this.$refs.popupRef2.open('bottom');
|
|
|
},
|
|
},
|
|
|
goBack() {
|
|
goBack() {
|
|
|
plus.screen.unlockOrientation();
|
|
plus.screen.unlockOrientation();
|
|
@@ -90,7 +90,7 @@
|
|
|
//this.videoId = 'b997f16cb9cb474cb93526cff77d8801'
|
|
//this.videoId = 'b997f16cb9cb474cb93526cff77d8801'
|
|
|
// this.progressMarkers = item.progressMarkers
|
|
// this.progressMarkers = item.progressMarkers
|
|
|
this.getLive(); //获取播放凭证
|
|
this.getLive(); //获取播放凭证
|
|
|
- this.$refs.popupRef.open()
|
|
|
|
|
|
|
+ this.$refs.popupRef.open('bottom')
|
|
|
},
|
|
},
|
|
|
handleBack(item) {
|
|
handleBack(item) {
|
|
|
this.$refs.popupRef.close()
|
|
this.$refs.popupRef.close()
|