浏览代码

Merge branch 'colexiu-payment'

lex 1 年之前
父节点
当前提交
58bfd2b9db
共有 1 个文件被更改,包括 5 次插入0 次删除
  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(() => {