|
@@ -73,14 +73,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileOpenArr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileOpenArr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileOpenArr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileOpenArr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileOpenArr.indexOf(item),fileOpenArr)"
|
|
:src="item" @click="this.showPhoto(fileOpenArr.indexOf(item),fileOpenArr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -104,14 +104,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePluggingArr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePluggingArr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in filePluggingArr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in filePluggingArr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(filePluggingArr.indexOf(item),filePluggingArr)"
|
|
:src="item" @click="this.showPhoto(filePluggingArr.indexOf(item),filePluggingArr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -135,14 +135,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileWorkArr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileWorkArr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileWorkArr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileWorkArr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileWorkArr.indexOf(item),fileWorkArr)"
|
|
:src="item" @click="this.showPhoto(fileWorkArr.indexOf(item),fileWorkArr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -168,14 +168,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE01Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE01Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in filePE01Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in filePE01Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(filePE01Arr.indexOf(item),filePE01Arr)"
|
|
:src="item" @click="this.showPhoto(filePE01Arr.indexOf(item),filePE01Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -199,14 +199,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE02Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE02Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in filePE02Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in filePE02Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(filePE02Arr.indexOf(item),filePE02Arr)"
|
|
:src="item" @click="this.showPhoto(filePE02Arr.indexOf(item),filePE02Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -230,14 +230,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE03Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE03Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in filePE03Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in filePE03Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(filePE03Arr.indexOf(item),filePE03Arr)"
|
|
:src="item" @click="this.showPhoto(filePE03Arr.indexOf(item),filePE03Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -261,14 +261,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE04Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE04Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in filePE04Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in filePE04Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(filePE04Arr.indexOf(item),filePE04Arr)"
|
|
:src="item" @click="this.showPhoto(filePE04Arr.indexOf(item),filePE04Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -291,14 +291,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE05Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('filePE05Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in filePE05Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in filePE05Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(filePE05Arr.indexOf(item),filePE05Arr)"
|
|
:src="item" @click="this.showPhoto(filePE05Arr.indexOf(item),filePE05Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -325,14 +325,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel01Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel01Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileSteel01Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileSteel01Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileSteel01Arr.indexOf(item),fileSteel01Arr)"
|
|
:src="item" @click="this.showPhoto(fileSteel01Arr.indexOf(item),fileSteel01Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -356,14 +356,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel02Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel02Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileSteel02Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileSteel02Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileSteel02Arr.indexOf(item),fileSteel02Arr)"
|
|
:src="item" @click="this.showPhoto(fileSteel02Arr.indexOf(item),fileSteel02Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -388,14 +388,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel03Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel03Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileSteel03Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileSteel03Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileSteel03Arr.indexOf(item),fileSteel03Arr)"
|
|
:src="item" @click="this.showPhoto(fileSteel03Arr.indexOf(item),fileSteel03Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -419,14 +419,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel04Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel04Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileSteel04Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileSteel04Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileSteel04Arr.indexOf(item),fileSteel04Arr)"
|
|
:src="item" @click="this.showPhoto(fileSteel04Arr.indexOf(item),fileSteel04Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -450,14 +450,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel05Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel05Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileSteel05Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileSteel05Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileSteel05Arr.indexOf(item),fileSteel05Arr)"
|
|
:src="item" @click="this.showPhoto(fileSteel05Arr.indexOf(item),fileSteel05Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -481,14 +481,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel06Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel06Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileSteel06Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileSteel06Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileSteel06Arr.indexOf(item),fileSteel06Arr)"
|
|
:src="item" @click="this.showPhoto(fileSteel06Arr.indexOf(item),fileSteel06Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|
|
@@ -512,14 +512,14 @@
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel07Arr')">
|
|
style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose('fileSteel07Arr')">
|
|
</image>
|
|
</image>
|
|
<view v-for="(item,index) in fileSteel07Arr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileSteel07Arr" :key="index" style="position: relative;">
|
|
- <view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ <view style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 4) == 'jpeg' "
|
|
:src="item" @click="this.showPhoto(fileSteel07Arr.indexOf(item),fileSteel07Arr)"
|
|
:src="item" @click="this.showPhoto(fileSteel07Arr.indexOf(item),fileSteel07Arr)"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</image>
|
|
</image>
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
<video v-else-if="item.substring(item.length - 3) == 'mp4'" :src="item"
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
|
|
|
|
+ style="width: 200rpx; height: 200rpx; margin: 0 12rpx;">
|
|
</video>
|
|
</video>
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
<text v-else @click="chooseModel(item,item.fileName)">
|
|
{{item.fileName}}
|
|
{{item.fileName}}
|