From e5cd5597aad68f294fcfff465e0a312713804c0d Mon Sep 17 00:00:00 2001 From: shishuaikang <280848880@qq.com> Date: 星期二, 12 十二月 2023 13:40:25 +0800 Subject: [PATCH] h5大屏伴和站样式修改 --- xcx/labourPages/rectificationNotice/noticeDetails.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/xcx/labourPages/rectificationNotice/noticeDetails.vue b/xcx/labourPages/rectificationNotice/noticeDetails.vue index bc7ae72..e9d6051 100644 --- a/xcx/labourPages/rectificationNotice/noticeDetails.vue +++ b/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) => { -- Gitblit v1.9.3