|
|
@@ -8,11 +8,20 @@ |
|
|
|
<text class='title'>成长值明细</text> |
|
|
|
<view class='content clearfix' wx:for="{{list}}" wx:key="{{index}}"> |
|
|
|
<view class='le'> |
|
|
|
<text>{{item.scoreAmount}}</text> |
|
|
|
<text wx:if="{{item.scoreType==1}}">每日登录</text> |
|
|
|
<text wx:if="{{item.scoreType==2}}">消费</text> |
|
|
|
<text wx:if="{{item.scoreType==3}}">绑车牌</text> |
|
|
|
<text wx:if="{{item.scoreType==4}}">连接WIFI</text> |
|
|
|
<text wx:if="{{item.scoreType==5}}">微信用户昵称授权</text> |
|
|
|
<text wx:if="{{item.scoreType==6}}">微信用户手机授权</text> |
|
|
|
<text wx:if="{{item.scoreType==7}}">完善个人信息</text> |
|
|
|
<text wx:if="{{item.scoreType==8}}">会员导入</text> |
|
|
|
<text wx:if="{{item.scoreType==9}}">{{item.reason}}</text> |
|
|
|
<text>{{item.createDate}}</text> |
|
|
|
</view> |
|
|
|
<view class='fr'> |
|
|
|
<text>+{{item.scoreAmount}}分</text> |
|
|
|
<text wx:if="{{item.scoreAmount>0}}">+{{item.scoreAmount}}分</text> |
|
|
|
<text wx:if="{{0>=item.scoreAmount}}">{{item.scoreAmount}}分</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |