hookehuyr

fix(订单页面): 在微信支付组件中添加订单状态参数

...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
172 <WechatPayment 172 <WechatPayment
173 v-if="showPaymentPopup && currentOrder" 173 v-if="showPaymentPopup && currentOrder"
174 :order-id="currentOrder.id" 174 :order-id="currentOrder.id"
175 + :order-status="currentOrder.status"
175 @success="handlePaymentSuccess" 176 @success="handlePaymentSuccess"
176 @failed="handlePaymentFailed" 177 @failed="handlePaymentFailed"
177 @processing="handlePaymentProcessing" 178 @processing="handlePaymentProcessing"
......