Commit b78e0bb4 by 谢中龙

积分流水增加点击到兑换记录列表

parent a1403c4e
......@@ -39,7 +39,10 @@
<view class="detail-title">{{item.changeTypeDesc}}</view>
<view class="detail-time">{{item.changeTime}}</view>
</view>
<view class="detail-num {{item.operation==true ? 'add' : 'less'}}">{{item.operation == 1? '+':''}}{{item.operation*item.changeValue}}</view>
<view class="detail-num {{item.operation==true ? 'add' : 'less'}}">
<text>{{item.operation == 1? '+':''}}{{item.operation*item.changeValue}}</text>
<!-- <image wx:if="{{item.changeType == 26}}" src='/assets/imgs/arrow-right-sku.png' mode='aspectFit'></image> -->
</view>
</view>
<no-more wx:if="{{noMore}}"/>
</view>
......
......@@ -180,7 +180,17 @@ page{
text-align: left;
width: auto;
padding-top:20rpx;
display: flex;
align-items: center;
justify-content: flex-end;
}
.detail-num image{
width: 24rpx;
height: 24rpx;
margin-left: 10rpx;
}
.add {
color: #fc921e;
}
......@@ -200,6 +210,10 @@ page{
text-align: center;
}
.detail-integral:active{
opacity: 0.7;
}
.minus {
color: #000
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment