Commit 0671a825 by 高淑倩

modify: 积分商城倒序

parent 35d44b38
......@@ -56,7 +56,7 @@ wxService.page({
if(result == 0){
wx.hideLoading()
this.setData({
integralCouponList: data
integralCouponList: data.reverse()
})
}
......
......@@ -80,7 +80,7 @@
color: #ffffff;
position: absolute;
right: 20rpx;
top: 28rpx;
top: 43rpx;
width: 24rpx;
word-wrap: break-word;
font-weight: bold;
......
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