feat(item): 优化代金券使用体验
- 为金砖、100元代金券、200元代金券和500元代金券添加批量使用功能 - 将100元代金券的最大持有数量从99增加到9999
This commit is contained in:
@@ -8221,6 +8221,7 @@
|
||||
"isShowUseBtn": 1,
|
||||
"itemlvl": 3,
|
||||
"name": "金砖",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverid": 0,
|
||||
@@ -12267,13 +12268,14 @@
|
||||
"desc": "双击使用充值100元(不计入真实充值)",
|
||||
"dropBroadcast": 0,
|
||||
"dropGroupid": 120000,
|
||||
"dup": 99,
|
||||
"dup": 9999,
|
||||
"existScenes": [-1],
|
||||
"forcetips": 0,
|
||||
"icon": 13247,
|
||||
"id": 380,
|
||||
"itemlvl": 3,
|
||||
"name": "100元代金券",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
@@ -12515,6 +12517,7 @@
|
||||
"isShowUseBtn": 1,
|
||||
"itemlvl": 3,
|
||||
"name": "200元代金券",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
@@ -12546,6 +12549,7 @@
|
||||
"isShowUseBtn": 1,
|
||||
"itemlvl": 3,
|
||||
"name": "500元代金券",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
|
||||
Reference in New Issue
Block a user