<!-- 文件预览 -->
<uni-popup ref="popup" type="bottom" class="popupBtm" @touchmove.stop.prevent="moveHandle" >
<view class="box" @touchmove.stop.prevent="moveHandle">
<view class="box-title">产品PDF文档预览</view>
<view class="list">
<scroll-view
:scroll-top="scrollTop"
scroll-y="true"
class="scroll-Y"
@scrolltoupper="upper"
@scrolltolower="lower"
@scroll="scroll"
>
<view
class="li"
v-for="(item, index) in enclosure_path"
:key="index"
@click="look(index)"
>
<view class="liImg">
<image src="../../static/pdfs.jpg"></image>
</view>
<view class="content">
<view class="tit">附件{{ index + 1 }}</view>
<view class="tits">{{ item }}</view>
</view>
</view>
</scroll-view>
</view>
<view class="quxiao" @click="close">取消</view>
</view>
</uni-popup>
w***@icey.cc
打包成wgt包不管事
2021-06-17 16:44