4 Commits dad0be5075 ... bc33f8aeff

Author SHA1 Message Date
  leo.xie bc33f8aeff fix bug 3 years ago
  leo.xie ba251edd08 fix bug 3 years ago
  leo.xie 3c54fdf8bf fix bug 3 years ago
  leo.xie 851b0fecd5 fix bug 3 years ago
3 changed files with 7 additions and 4 deletions
  1. 0 4
      src/views/list/index.vue
  2. 1 0
      src/views/list/pdf.vue
  3. 6 0
      src/views/multiPage/index.vue

+ 0 - 4
src/views/list/index.vue

@@ -36,10 +36,6 @@
         <div>{{nomessage}}</div>
       </div>
 
-      <div>
-        <em>{{watermark}}</em>
-      </div>
-
     </div>
 
   </div>

+ 1 - 0
src/views/list/pdf.vue

@@ -3,6 +3,7 @@
     <Loading :loading="loading" />
     <canvas v-for="item in numPages" :key="item" :id="'pdf'+item" />
   </div>
+
 </template>
 
 <script>

+ 6 - 0
src/views/multiPage/index.vue

@@ -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