|
@@ -23,6 +23,10 @@
|
|
|
<div>{{nomessage}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div style="position: absolute;left:10%;top:30%;z-index: 10000000;">
|
|
|
+ <em style="display: block;font-size:50px;color:#f00;opacity: 0.3">{{watermark}}</em>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -48,6 +52,7 @@ export default {
|
|
|
detailData: null,
|
|
|
showBottom: false,
|
|
|
timeCountId: null,
|
|
|
+ watermark: 'HSAY',
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -110,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
|