浏览代码

修改订单页

Ben 11 月之前
父节点
当前提交
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" />