index.wxml 237 B

1234
  1. <view class='i-class orderNotify {{hide?"ani-out":"ani-in"}}' wx:if="{{userInfo}}">
  2. <image class='orderNotifyAvatar' src='{{userInfo.avatar}}'></image>
  3. <text class='orderNotifyName'>{{userInfo.username}}</text>刚刚下单啦
  4. </view>