Commit 0671a825 by 高淑倩

modify: 积分商城倒序

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