Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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" | ... | ... |
-
Please register or login to post a comment