Bläddra i källkod

修改金额显示

junyuanz 5 år sedan
förälder
incheckning
6f65cb269e
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>