xuqiaoying 2 жил өмнө
parent
commit
298d188960

+ 1 - 1
pages2/class/questionBank.vue

@@ -775,7 +775,7 @@
     </u-popup>
     <!-- 节卷不需要拍照 -->
     <!-- :show="examType != 2 && photoPopup" -->
-    <u-popup v-model="photoPopup" mode="bottom" border-radius="40" >
+    <u-popup v-model="photoPopup" mode="bottom" border-radius="40" :mask-close-able="false">
       <!-- 播放前拍照start -->
       <!-- :mask-close-able="false" -->
         <!-- style="bottom: 0; position: fixed; width: 100%; z-index: 999" -->

+ 1 - 1
pages3/live/detail.vue

@@ -492,7 +492,7 @@
       </view>
     </u-popup>
 
-    <u-popup v-model="photoPopup" mode="bottom" border-radius="40">
+    <u-popup v-model="photoPopup" mode="bottom" border-radius="40" :mask-close-able="false">
       <!-- 播放前拍照start -->
        <!-- :mask-close-able="false" -->
       <!-- style="bottom: 0; position: fixed; width: 100%; z-index: 999" -->

+ 1 - 1
pages3/polyv/detail.vue

@@ -542,7 +542,7 @@
         </view>
       </view>
     </u-popup>
-    <u-popup v-model="photoPopup" mode="bottom" border-radius="40">
+    <u-popup v-model="photoPopup" mode="bottom" border-radius="40" :mask-close-able="false">
       <!-- 播放前拍照start -->
       <!-- :mask-close-able="false" -->
       <!-- style="bottom: 0; position: fixed; width: 100%; z-index: 999" -->