소스 검색

选课中心弹窗优化

谢杰标 2 년 전
부모
커밋
3d493f05c8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/course/index.vue

+ 2 - 1
pages/course/index.vue

@@ -356,6 +356,7 @@
       mode="bottom"
       border-radius="32"
       :mask-close-able="false"
+      :closeable="!!selObj.bId"
     >
       <view class="popuBox">
         <view class="popuBox-title">选择分类</view>
@@ -659,7 +660,7 @@ export default {
   computed: { ...mapGetters(["userInfo"]) },
 };
 </script>
-<style >
+<style>
 ::-webkit-scrollbar {
   width: 0;
   height: 0;