叶松
2023-11-21 6eaaba4f97028d581df3e019a7705d60b398c26e
xcx/labourPages/rectificationNotice/noticeDetails.vue
@@ -22,8 +22,8 @@
               </view>
               <view style="height:450px;overflow: auto;">
                  <view class="notice_matter_phone" v-for="(item,index) in ArrNotice" :key="index">
                     <!-- <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
                     <u-album :urls="[`https://pipe.thhy-tj.com/${item.imgPath}`]"></u-album>
                     <!-- <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
                     <u-album :urls="[`https://szpipe.thhy-tj.com/${item.imgPath}`]"></u-album>
                  </view>
               </view>
               <view class="items_tyle" style="margin:10px 0">
@@ -60,8 +60,8 @@
               </view>
               <view style="height:450px;overflow: auto;">
                  <view class="notice_matter_phone" v-for="(item,index) in ArrNotice" :key="index">
                     <!-- <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" @click="clickImgs"></u-image> -->
                     <u-album :urls="[`https://pipe.thhy-tj.com/${item.imgPath}`]"></u-album>
                     <!-- <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" @click="clickImgs"></u-image> -->
                     <u-album :urls="[`https://szpipe.thhy-tj.com/${item.imgPath}`]"></u-album>
                  </view>
               </view>
               <view class="notice_matter_items" style="margin-top:10px">
@@ -70,8 +70,8 @@
               </view>
               <view style="overflow: auto;height:100%">
                  <view class="notice_matter_phone" v-for="(item,index) in overArrNotice" :key="index">
                     <!-- <u-image :src="`https://pipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
                     <u-album :urls="[`https://pipe.thhy-tj.com/${item.imgPath}`]"></u-album>
                     <!-- <u-image :src="`https://szpipe.thhy-tj.com/${item.imgPath}`" ></u-image> -->
                     <u-album :urls="[`https://szpipe.thhy-tj.com/${item.imgPath}`]"></u-album>
                  </view>
               </view>
            </view>
@@ -161,7 +161,7 @@
                     status: 'success',
                     message: '',
                     data: data.data,
                     url: `https://pipe.thhy-tj.com/${data.data}`
                     url: `https://szpipe.thhy-tj.com/${data.data}`
                  })
               },
               fail: (error) => {