Commit 7218fdb3 authored by Damon's avatar Damon

修复拍照水印丢失

parent a938d021
......@@ -155,7 +155,7 @@
flex-direction: column;
}
/deep/ .u-image{
height:100%!important;
height:100vh !important;
}
/deep/ .u-image__loading{
background-color: transparent!important;
......@@ -166,8 +166,8 @@
.pic {
flex:1;
width: 100%;
/* height:auto */
height: 100%;
// height:auto;
/* height: 760rpx; */
}
......
......@@ -88,7 +88,7 @@
markImage: 'https://qn-static.banshouhui.com/live_mark.png'
},
tempImgs: {
'markImage': '', // 拍照水印
'markImage': 'https://qn-static.banshouhui.com/live_mark.png', // 拍照水印
'origin': '', // 无水印照片
'mixWater': '', // 有水印照片
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment