Explorar o código

快手创建创意弹窗轮播样式调整

刘政和 %!s(int64=5) %!d(string=hai) anos
pai
achega
ec831f7efa
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/modules/appad/modules/AppAdModal.vue

+ 2 - 2
src/views/modules/appad/modules/AppAdModal.vue

@@ -362,12 +362,12 @@ export default {
     },
     coverPreviewHandleOk() {
       this.coverPreviewVisible = false
-      this.coverPreviewMaskStyle.background = 0
+      this.coverPreviewMaskStyle.background = 'rgba(0,0,0,0)'
     },
     coverPreviewHandleCancel() {
       this.coverPreviewVisible = false
       this.coverPreviewUrl = ''
-      this.coverPreviewMaskStyle.background = 0
+      this.coverPreviewMaskStyle.background = 'rgba(0,0,0,0)'
     }
   }
 }