From ddb5c3d063d63250de7d75fb6b601a1b86ad5e67 Mon Sep 17 00:00:00 2001 From: 张磊磊 <201175954@qq.com> Date: 星期五, 08 十二月 2023 17:15:19 +0800 Subject: [PATCH] 展示前十条thing.js钢筋消耗 --- 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