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.
8 lines
303 B
8 lines
303 B
<!--components/cell/index.wxml-->
|
|
<view class="cell" id="e-cell" bindtap="onTap">
|
|
<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>
|
|
|