mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
回滚格式
This commit is contained in:
parent
59b1e05de0
commit
6a54386a6f
@ -371,8 +371,8 @@ export function chooseInvoice(data = {}) {
|
|||||||
const cardItemList = JSON.parse(resp.cardItemList);
|
const cardItemList = JSON.parse(resp.cardItemList);
|
||||||
resp.cards = cardItemList
|
resp.cards = cardItemList
|
||||||
? cardItemList.map((item) => ({
|
? cardItemList.map((item) => ({
|
||||||
cardId: item.card_id,
|
cardId: item.card_id,
|
||||||
encryptCode: item.encrypt_code,
|
encryptCode: item.encrypt_code,
|
||||||
}))
|
}))
|
||||||
: [];
|
: [];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user