Ver Fonte

修改订单页

Ben há 11 meses atrás
pai
commit
0791f5e1e6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/order/confirm.vue

+ 1 - 1
pages/order/confirm.vue

@@ -146,7 +146,7 @@
 				<view class="total-num text-red"> ¥{{ fen2yuan(state.orderInfo.price.payPrice) }} </view>
 			</view>
 		</view>
- 
+  
 		<!-- 积分-->
 		<s-points-pop v-model="state.couponInfo" :currentMemberPoints="state.currentMemberPoints" :currentTotalPrice="state.currentTotalPrice" :show="state.showPoints" @confirm="onInputPoints"
 			@close="state.showPoints = false" />