|
@ -6,10 +6,10 @@ |
|
|
<view class="artice_info"> |
|
|
<view class="artice_info"> |
|
|
<text class="artice_origin">{{origin || ''}}</text> |
|
|
<text class="artice_origin">{{origin || ''}}</text> |
|
|
<text class="artice_time">{{date || ''}}</text> |
|
|
<text class="artice_time">{{date || ''}}</text> |
|
|
<image class="artice_collect" src="{{isStar ? star : unStar}}" bindtap="onClickCollect"></image> |
|
|
<image class="artice_collect" src="{{isStar ? star : unStar}}" bindtap="onClickCollect" ></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="artice_image" wx:if="{{image.length > 0}}"> |
|
|
<view class="artice_image" wx:if="{{image.length > 0}}"> |
|
|
<image class="title_image" src="{{image}}"></image> |
|
|
<image class="title_image" src="{{image}}" mode="widthFix"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 打算赋能中心用这个,不过下面要删掉,用block试试?--> |
|
|
<!-- 打算赋能中心用这个,不过下面要删掉,用block试试?--> |
|
|