This commit is contained in:
老叶
2021-09-18 15:26:58 +08:00
parent eed2b6650c
commit 9625bd3d64
+2 -1
View File
@@ -23,7 +23,8 @@
<view class="pl40 pb15 fn-clear">
<view class="fn-fl">
<text class="text-middle">共<text class="color-f9394d">{{total}}</text>条</text>
<picker class="inline-block text-middle bg-f6 color-666 ml20 pt5 pb5 pl15 pr10 ulib-r750 font-22" bindchange="changeSortList" value="{{sortListIndex}}" range="{{sortList}}">
<text class="ml20 text-middle font-22"> 排序:</text>
<picker class="inline-block text-middle bg-f6 color-666 pt5 pb5 pl15 pr10 ulib-r750 font-22" bindchange="changeSortList" value="{{sortListIndex}}" range="{{sortList}}">
<text>{{sortList[sortListIndex]}}</text>
<i class="iconfont ml5 icon-gengduo"></i>
</picker>