|
@@ -6,7 +6,7 @@
|
|
|
<view class="wenzhangLy">
|
|
|
<!-- 头像昵称 -->
|
|
|
<view class="txTime">
|
|
|
- <image :src="loadImgSrc(detailInfo.headImg!=null?detailInfo.headImg:'/moren.png')"></image>
|
|
|
+ <image :src="loadImgSrc(detailInfo.headImg!=null?detailInfo.headImg:'/profile/upload/2024/03/05/abf969632ee94bd5a429c8c2dbb2f6b4 (1)_20240305092823A002.png')"></image>
|
|
|
<view class="time">
|
|
|
<p>{{detailInfo.nickName?detailInfo.nickName:'网友'}}</p>
|
|
|
<span>{{ detailInfo.createTime }}</span>
|
|
@@ -19,8 +19,17 @@
|
|
|
<span v-html="detailInfo.textDetails">
|
|
|
</span>
|
|
|
|
|
|
- <!-- <image :src="loadImgSrc('/img2.png')"></image> -->
|
|
|
+ <view >
|
|
|
+ <!-- 图片轮播 -->
|
|
|
+ <swiper :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval" :duration="duration" :circular="circular">
|
|
|
+ <block v-for="(one, index) in detailInfo.urls" :key="index">
|
|
|
+ <swiper-item><image :src="loadImgSrc(one)" mode="aspectFill"></image></swiper-item>
|
|
|
+ </block>
|
|
|
+ </swiper>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|