feat(item): 优化代金券使用体验

- 为金砖、100元代金券、200元代金券和500元代金券添加批量使用功能
- 将100元代金券的最大持有数量从99增加到9999
This commit is contained in:
aixianling
2025-01-21 17:26:21 +08:00
parent ae4eab6ad4
commit 3a41e99c48

View File

@@ -8221,6 +8221,7 @@
"isShowUseBtn": 1, "isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "金砖", "name": "金砖",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2, "packageType": 2,
"recordLog": 1, "recordLog": 1,
"recoverid": 0, "recoverid": 0,
@@ -12267,13 +12268,14 @@
"desc": "双击使用充值100元(不计入真实充值)", "desc": "双击使用充值100元(不计入真实充值)",
"dropBroadcast": 0, "dropBroadcast": 0,
"dropGroupid": 120000, "dropGroupid": 120000,
"dup": 99, "dup": 9999,
"existScenes": [-1], "existScenes": [-1],
"forcetips": 0, "forcetips": 0,
"icon": 13247, "icon": 13247,
"id": 380, "id": 380,
"itemlvl": 3, "itemlvl": 3,
"name": "100元代金券", "name": "100元代金券",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2, "packageType": 2,
"recordLog": 1, "recordLog": 1,
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
@@ -12515,6 +12517,7 @@
"isShowUseBtn": 1, "isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "200元代金券", "name": "200元代金券",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2, "packageType": 2,
"recordLog": 1, "recordLog": 1,
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
@@ -12546,6 +12549,7 @@
"isShowUseBtn": 1, "isShowUseBtn": 1,
"itemlvl": 3, "itemlvl": 3,
"name": "500元代金券", "name": "500元代金券",
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
"packageType": 2, "packageType": 2,
"recordLog": 1, "recordLog": 1,
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],