浏览代码

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

YanaDH 7 年之前
父节点
当前提交
0ee2f3d8df
共有 1 个文件被更改,包括 4 次插入4 次删除
  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>