Ben před 1 rokem
rodič
revize
0791f5e1e6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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" />