Commit 1a1a139d89e252a646957cc1e36bc6cab811a2d8
1 parent
ffcb7c70
幸运购修改
Showing
2 changed files
with
5 additions
and
1 deletions
packageC/pages/luckyGo/luckyGo_list/luckyGo_list.wxml
... | ... | @@ -74,7 +74,7 @@ |
74 | 74 | <view class="img-container"><image class="img-block" src="{{imghost + 'miniapp/images/luckDraw/jf.png'}}"></image></view> |
75 | 75 | <view class="f1"> |
76 | 76 | <view class="ellipsis-2 popup-title">{{list.pageData[currentItemIndex][item.name]}}</view> |
77 | - <view class="fs24 t-r pdt16 c-7b">金额:<text class="c-red">{{filters.div100(list.pageData[currentItemIndex][item.num])}}</text></view> | |
77 | + <view class="fs24 t-r pdt16 c-7b">金额:<text class="c-red">{{filters.div100((list.pageData[currentItemIndex][item.num]))}}</text></view> | |
78 | 78 | </view> |
79 | 79 | </view> |
80 | 80 | </block> | ... | ... |