Browse Source

Merge branch 'colexiu-payment'

lex 1 year ago
parent
commit
58bfd2b9db
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/tenant/music/music-detail/new-index.tsx

+ 5 - 0
src/tenant/music/music-detail/new-index.tsx

@@ -439,6 +439,11 @@ export default defineComponent({
             orderStatus.orderObject.orderNo = result.orderNo
             orderStatus.orderObject.actualPrice = result.actualPrice
             orderStatus.orderObject.discountPrice = result.discountPrice
+            orderStatus.orderObject.paymentConfig = {
+              ...result.paymentConfig,
+              paymentVendor: result.paymentVendor,
+              paymentVersion: result.paymentVersion
+            }
             routerTo()
           })
           .catch(() => {