zhouwenxuan
2023-07-27 2cb26124675883fa1e2742ae7899c9fc791ed6a2
pages/tabBar/notice/detail.vue
@@ -29,7 +29,7 @@
         <text class="textTop"><b>短信内容:</b><i style="background-color: rgb(240, 248, 255);">{{detailData.content}}发布单位:{{detailData.publishingUnit}}</i></text>
         <view style="display: flex;">
            <text class="textTop" style="width: 76px;" ><b>附件内容:</b></text>
            <view class="attache" v-if="isAllImg == 'no'">
            <!-- <view class="attache" v-if="isAllImg == 'no'">
               <view v-for="(item, index) in detailData.attachments" :key="index" >
                     <view  style="display: flex;margin-top: 10px;" v-if="item.suffix == 'jpg'|| item.suffix =='jpeg' || item.suffix =='png'"> 
                        <image  @click="previewSqs(item,index)" :src="item.attachment" style="width: 100rpx; height: 100rpx;margin-left: 5rpx;border: 3px solid #ccc;margin-right: 3px;"></image>
@@ -49,10 +49,10 @@
                        <u-icon name="attach" color="#2979ff" size="20"></u-icon> {{item.attachementName}}
                     </view>
               </view>
            </view>
            </view> -->
            
<!--             <view style="width: 100%; height: 100px;">
               <web-view src="http://192.168.0.38:8086/uploadtest/2023/naturalDisaster/Warninginfo/0619/79e33942cb9548788f1f3196a2058c37.doc"></web-view>
               <iframe :src="" width="100%" height="100%"> </iframe>
            </view> -->
            
         </view>