|
@@ -116,7 +116,7 @@ export const orderInfos = () => {
|
|
}
|
|
}
|
|
} else if (item.orderType === 'ALBUM') {
|
|
} else if (item.orderType === 'ALBUM') {
|
|
params.bizContent = {
|
|
params.bizContent = {
|
|
- id: item.id,
|
|
|
|
|
|
+ musicSheetId: item.id,
|
|
actualPrice: item.actualPrice || 0,
|
|
actualPrice: item.actualPrice || 0,
|
|
clientType: state.platformType
|
|
clientType: state.platformType
|
|
}
|
|
}
|