Parcourir la source

修改金额显示

junyuanz il y a 5 ans
Parent
commit
6f65cb269e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packageUser/pages/user/order/order.wxml

+ 1 - 1
packageUser/pages/user/order/order.wxml

@@ -83,7 +83,7 @@
 	      </view>
 	      <view style="overflow: hidden;width: 100%;">
 	      	<view class="orderDetail-payPrice__title">微信支付</view>
-	      	<currency style="float: right;height: 44px;color: #eab86a;" symbol="¥" value="{{order.paied_price / 100}}"></currency>
+	      	<currency style="float: right;height: 44px;color: #eab86a;" symbol="¥" value="{{order.paied_price}}"></currency>
 	      </view>
       </view>
       <view class="clean"></view>