4 lines
237 B
Plaintext
4 lines
237 B
Plaintext
|
<view class='i-class orderNotify {{hide?"ani-out":"ani-in"}}' wx:if="{{userInfo}}">
|
||
|
<image class='orderNotifyAvatar' src='{{userInfo.avatar}}'></image>
|
||
|
<text class='orderNotifyName'>{{userInfo.username}}</text>刚刚下单啦
|
||
|
</view>
|