You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
287 B
9 lines
287 B
6 years ago
|
<!--components/cell/index.wxml-->
|
||
|
<view class="cell" id="e-cell">
|
||
|
<view class="cell_title">{{title}}</view>
|
||
|
<view class="cell_info">
|
||
|
<view class="cell_info_meta">{{time}}</view>
|
||
|
<image wx:if="{{showTop}}" class="cell_info_top" src="images/top.png"></image>
|
||
|
</view>
|
||
|
</view>
|