Ben 1 рік тому
батько
коміт
0791f5e1e6
1 змінених файлів з 1 додано та 1 видалено
  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" />