|
@@ -7,8 +7,8 @@
|
|
|
|
|
|
<view bindtap="hideComments" class="gaptop">
|
|
<view bindtap="hideComments" class="gaptop">
|
|
<swiper indicator-dots autoplay circular style="height:240px; background: #000">
|
|
<swiper indicator-dots autoplay circular style="height:240px; background: #000">
|
|
- <swiper-item item-id="{{index}}" wx:for="{{article.upload_url_list}}" wx:key bindtap="clickPic" data-i="{{index}}">
|
|
|
|
- <image class="fullx" src="{{item}}" mode="aspectFit" id="img{{index}}"></image>
|
|
|
|
|
|
+ <swiper-item item-id="{{index}}" wx:for="{{imgList}}" wx:key bindtap="clickPic" data-i="{{index}}">
|
|
|
|
+ <image class="fullx" src="{{imgUrl + item}}" mode="aspectFit" id="img{{index}}"></image>
|
|
<view id="fake{{index}}"></view>
|
|
<view id="fake{{index}}"></view>
|
|
</swiper-item>
|
|
</swiper-item>
|
|
</swiper>
|
|
</swiper>
|
|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
<view class="wrp" style="min-height: 6em" bindtap="hideComments">
|
|
<view class="wrp" style="min-height: 6em" bindtap="hideComments">
|
|
- <text>{{article.content}}</text>
|
|
|
|
|
|
+ <text>{{article.articleContent}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="bortop commentsContatiner {{allowComments?'':'hide'}} fg shadow">
|
|
<view class="bortop commentsContatiner {{allowComments?'':'hide'}} fg shadow">
|