感谢你的回复,我用的是view中嵌套image实现的
<view style=“width:{{windowWidth}}px;height:{{canWidth}}px;background-size:cover; -moz-background-size:cover;background-size:100% auto; background-repeat:no-repeat;background-image:url({{imgUrl}}{{item.src}})”>
<image style=“width:81px;height:30px;float:right;margin-right:3px;margin-top:{{canWidth-30}}px;” src=“…/…/images/can-logo2.png” class=“img”>
</image>
</view>
windowWidth:屏幕宽度
canWidth:图片高度
imgUrl、item.src:图片路径
…/…/images/can-logo2.png:水印图片路径
这种方法可以实现。。。。。。