|
@@ -632,7 +632,7 @@
|
|
|
:mask-close-able="false"
|
|
|
@close="closeNotice"
|
|
|
>
|
|
|
- <div class="content">
|
|
|
+ <view class="content">
|
|
|
<view class="title">学员须知</view>
|
|
|
<scroll-view scroll-y="true">
|
|
|
<view
|
|
@@ -652,7 +652,7 @@
|
|
|
<text v-else>我已阅读学员须知</text>
|
|
|
<text v-if="CountTo >= 0">{{ " " + CountTo + "s" }}</text>
|
|
|
</view>
|
|
|
- </div>
|
|
|
+ </view>
|
|
|
</u-popup>
|
|
|
|
|
|
<u-modal
|
|
@@ -959,29 +959,6 @@ export default {
|
|
|
onShow() {
|
|
|
// this.photoPopup = true;
|
|
|
// this.isTaking = true;
|
|
|
- // if (
|
|
|
- // (window.navigator.mediaDevices &&
|
|
|
- // window.navigator.mediaDevices.getUserMedia) ||
|
|
|
- // window.navigator.getUserMedia ||
|
|
|
- // window.navigator.webkitGetUserMedia ||
|
|
|
- // window.navigator.mozGetUserMedia
|
|
|
- // ) {
|
|
|
- // console.log("getUserMedia----");
|
|
|
- // // 调用用户媒体设备, 访问摄像头
|
|
|
- // this.getUserMedia(
|
|
|
- // {
|
|
|
- // video: {
|
|
|
- // width: 400,
|
|
|
- // height: 300,
|
|
|
- // },
|
|
|
- // },
|
|
|
- // this.photographSuccess,
|
|
|
- // this.photographError
|
|
|
- // );
|
|
|
- // } else {
|
|
|
- // console.log("1111没有摄像");
|
|
|
- // this.photographError();
|
|
|
- // }
|
|
|
|
|
|
if (this.$method.isGoLogin()) {
|
|
|
// 从公众号消息进来的没登录需要跳到登录页,登录后返回
|
|
@@ -1589,11 +1566,6 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
this.CountTo = -1;
|
|
|
- console.log(
|
|
|
- "this.goodsPlayConfig",
|
|
|
- this.goodsPlayConfig,
|
|
|
- polyvPlayerContext
|
|
|
- );
|
|
|
if (this.goodsPlayConfig && this.goodsPlayConfig.autoPlay > 0) {
|
|
|
// #ifdef MP-WEIXIN
|
|
|
this.autoplay = true;
|