allowanceListCell.wxml
530 Bytes
<view id= "cellitemroot" class='allowanceListCell' bindtap='rootbindtap'>
<view id= "cellitemtitle" class='allowanceListCellDec' catchtap='titlecatchtap'>
<text class='allowanceListCellTitle'>{{item.message}}</text>
<text class='allowanceListCellTime'>{{item.createTimeStr}}</text>
</view>
<view id= "cellitempprice" class='allowanceListCellPrice' style="color: {{item.type == 2 ? '#B0B0B0':'#D0021B'}}; " bindtap='pricebindtap'>{{item.num}}</view>
</view>
<view class='allowanceListItemLine'></view>