Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
d7b415a21a
1 changed files with 1 additions and 2 deletions
  1. 3
      pages/moment/moment-item/index.wxml

3
pages/moment/moment-item/index.wxml

@ -1,10 +1,9 @@
<!--pages/main/index.wxml-->
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<wxs module="moment" src="../../moment/index.wxs"></wxs>
<view class="item-tips" wx:if="{{item.tipsTime}}">{{moment.formateDate(item.tipsTime)}}</view>
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx">
<view style="width: 20%;">
<view class="text-df text-black text-cut" bindtap="lookItem">{{item.shortName}}</view>
<view class="text-df text-black text-cut" style="text-align: center;" bindtap="lookItem">{{item.shortName}}</view>
<!-- <view class="attention-bg" bindtap="onAttentionChange">
<text class="{{item.hasFollowed ? 'text-blue' : 'text-red'}}">{{item.hasFollowed ? '关注' : '已关注'}}</text>
</view> -->

Loading…
Cancel
Save