| | |
| | | </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"> |
| | |
| | | </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"> |
| | |
| | | </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> |
| | |
| | | status: 'success', |
| | | message: '', |
| | | data: data.data, |
| | | url: `https://pipe.thhy-tj.com/${data.data}` |
| | | url: `https://szpipe.thhy-tj.com/${data.data}` |
| | | }) |
| | | }, |
| | | fail: (error) => { |