Payment bug fixed

This commit is contained in:
Vion 2022-01-23 22:34:10 +08:00
parent a80acba99f
commit 25e5be80fb

View File

@ -313,7 +313,7 @@ export default {
basePoint:basePoint, basePoint:basePoint,
productName: item.productName, productName: item.productName,
buyCount: item.buyCount, buyCount: item.buyCount,
productId: item.productCode, productCode: item.productCode,
payAmount: item.productPrice, payAmount: item.productPrice,
memberId: userInfo.data.id, memberId: userInfo.data.id,
phoneNumber: userInfo.data.mobile, phoneNumber: userInfo.data.mobile,