wx:if="{{index>一个个放出来}}"
我是在wxs里用array.reverse()
用js的reverse方法吧
[1,2,3]可以变成[3,2,1]的那个
arr.reverse()
直接用个现成的库吧,比如lodash。setData之前就排好序。