Commit 7218fdb3 authored by Damon's avatar Damon

修复拍照水印丢失

parent a938d021
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
flex-direction: column; flex-direction: column;
} }
/deep/ .u-image{ /deep/ .u-image{
height:100%!important; height:100vh !important;
} }
/deep/ .u-image__loading{ /deep/ .u-image__loading{
background-color: transparent!important; background-color: transparent!important;
...@@ -166,8 +166,8 @@ ...@@ -166,8 +166,8 @@
.pic { .pic {
flex:1; flex:1;
width: 100%; width: 100%;
height: 100%;
/* height:auto */ // height:auto;
/* height: 760rpx; */ /* height: 760rpx; */
} }
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
markImage: 'https://qn-static.banshouhui.com/live_mark.png' markImage: 'https://qn-static.banshouhui.com/live_mark.png'
}, },
tempImgs: { tempImgs: {
'markImage': '', // 拍照水印 'markImage': 'https://qn-static.banshouhui.com/live_mark.png', // 拍照水印
'origin': '', // 无水印照片 'origin': '', // 无水印照片
'mixWater': '', // 有水印照片 '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