|
@@ -113,7 +113,8 @@ export default defineComponent({
|
|
|
)
|
|
|
const body = {
|
|
|
cartIds: ids,
|
|
|
- memberReceiveAddressId: address.value?.id
|
|
|
+ memberReceiveAddressId: address.value?.id,
|
|
|
+ platformType: state.platformType
|
|
|
}
|
|
|
try {
|
|
|
let { code, data } = await request.post(
|