소스 검색

修改金额显示

junyuanz 5 년 전
부모
커밋
6f65cb269e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>