Browse Source

Merge branch 'master' of http://git.9026.com/roobe/miao

YanaDH 7 năm trước cách đây
mục cha
commit
0ee2f3d8df
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      miaomiao/www/templates/my/payExplain.html

+ 4 - 4
miaomiao/www/templates/my/payExplain.html

xqd
@@ -11,10 +11,10 @@
                         <h2> {{item.op}} </h2>
                         <div>
                             <div class="fl">{{item.created_at}}</div>
-                            <div class="fr" ng-if="item.from_id==item.to_id&&item.op!='提现'" style="font-weight: bolder; font-size: 16px">+{{item.to_amount}}</div>
-                            <div class="fr" ng-if="item.from_id==item.to_id&&item.op=='提现'" style="font-weight: bolder; font-size: 16px">-{{item.to_amount}}</div>
-                            <div class="fr" ng-if="item.from_id!=item.to_id&&user.id==item.to_id" style="font-weight: bolder; font-size: 16px">+{{item.to_amount}}</div>
-                            <div class="fr" ng-if="item.from_id!=item.to_id&&user.id==item.from_id" style="font-weight: bolder; font-size: 16px">-{{item.to_amount}}</div>
+                            <div class="fr" ng-if="item.from_id==item.to_id&&item.op!='提现'" style="font-weight: bolder; font-size: 16px">+{{item.to_amount/100}}</div>
+                            <div class="fr" ng-if="item.from_id==item.to_id&&item.op=='提现'" style="font-weight: bolder; font-size: 16px">-{{item.to_amount/100}}</div>
+                            <div class="fr" ng-if="item.from_id!=item.to_id&&user.id==item.to_id" style="font-weight: bolder; font-size: 16px">+{{item.to_amount/100}}</div>
+                            <div class="fr" ng-if="item.from_id!=item.to_id&&user.id==item.from_id" style="font-weight: bolder; font-size: 16px">-{{item.to_amount/100}}</div>
                         </div>
                         <div ng-if="item.transaction_id!=null" style="clear:both;"> 交易号:{{item.transaction_id}} </div>
                     </div>