|
@@ -23,9 +23,9 @@
|
|
|
<div>{{nomessage}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-<!-- <div style="position: absolute;left:0;top:0;width:500px;height: 500px;z-index: 10000000;">-->
|
|
|
-<!-- <em style="width:500px;height: 500px;display: block;background: #F00;">{{watermark}}</em>-->
|
|
|
-<!-- </div>-->
|
|
|
+ <div style="position: absolute;left:10%;top:30%;z-index: 10000000;opacity: 0.5">
|
|
|
+ <em style="display: block;font-size:50px;color:#f00;">{{watermark}}</em>
|
|
|
+ </div>
|
|
|
|
|
|
</div>
|
|
|
</template>
|
|
@@ -52,6 +52,7 @@ export default {
|
|
|
detailData: null,
|
|
|
showBottom: false,
|
|
|
timeCountId: null,
|
|
|
+ watermark: 'HSAY',
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -114,6 +115,7 @@ export default {
|
|
|
this.loading = false;
|
|
|
if (res.code == 0 && res.data) {
|
|
|
this.detailData = res.data;
|
|
|
+ this.watermark = res.data.watermark;
|
|
|
this.vshowList = true;
|
|
|
this.$nextTick(() => {
|
|
|
this.showBottom = true
|