|
@@ -7,7 +7,7 @@
|
|
|
<view class="fengexian"></view>
|
|
|
<view class="wenzhangCont article">
|
|
|
<view v-html="matterlist.content"></view>
|
|
|
- <image class="uni-header-image" :src="'http://127.0.0.1:8080'+matterlist.picture"></image>
|
|
|
+ <image class="uni-header-image" :src="loadImgSrcLocalhost(matterlist.picture)"></image>
|
|
|
<button @click="toggleFavorite">{{ isFavorite ? '❤️' : '🤍' }}</button>
|
|
|
</view>
|
|
|
</view>
|