|
@@ -1,23 +1,28 @@
|
|
|
<template>
|
|
|
- <div class="page" @touchstart.prevent='imgTouchStart($event, index)'>
|
|
|
+ <div class="page" >
|
|
|
<Loading :loading="loading" />
|
|
|
<div v-show="!loading">
|
|
|
- <van-image-preview class="preview" v-model="vshowList" :images="detailData.imageFiles" :start-position='0' @change="onChange"
|
|
|
- @scale='onScale' @close='onClose' ref='imagePreview'>
|
|
|
- <template v-slot:index>
|
|
|
- <div>
|
|
|
- 第{{curPage}}页
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- <template v-slot:cover v-if="showBottom">
|
|
|
- <div class="pdf-cover-bottom">
|
|
|
- <input class="pdf-barinputL" ref='pdfInput' type="number" id="spinner_amount" :value="curPage"
|
|
|
- @input="pdfInput" />
|
|
|
- <!-- oninput="" -->
|
|
|
- <div class="pdf-barinputR">/{{ detailData.imageFiles.length}}</div>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- </van-image-preview>
|
|
|
+ <div @touchstart.prevent='imgTouchStart($event, index)' style="z-index: -1;">
|
|
|
+ <van-image-preview class="preview" v-model="vshowList" :images="detailData.imageFiles" :start-position='0' @change="onChange"
|
|
|
+ @scale='onScale' @close='onClose' ref='imagePreview' >
|
|
|
+ <template v-slot:index>
|
|
|
+ <div>
|
|
|
+ 第{{curPage}}页v7
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+
|
|
|
+ </van-image-preview>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <template v-if="showBottom">
|
|
|
+ <div class="pdf-cover-bottom">
|
|
|
+ <input class="pdf-barinputL" ref='pdfInput' type="number" id="spinner_amount" :value="curPage"
|
|
|
+ @input="pdfInput" />
|
|
|
+ <!-- oninput="" -->
|
|
|
+ <div class="pdf-barinputR">/{{ detailData.imageFiles.length}}</div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+
|
|
|
<div v-show="!vshowList" class="jurisdiction">
|
|
|
<van-image :src="require('../../../static/images/icon_jurisdiction.png')" />
|
|
|
<div>{{nomessage}}</div>
|
|
@@ -247,11 +252,14 @@ export default {
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
background: #fff;
|
|
|
+ width:100%;
|
|
|
+ height: 50px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
padding: 20px 10px;
|
|
|
+ z-index: 99999;
|
|
|
}
|
|
|
|
|
|
.pdf-barinputL {
|