diff --git a/api/appUser.js b/api/appUser.js
index bbfb30b..bc70938 100644
--- a/api/appUser.js
+++ b/api/appUser.js
@@ -208,3 +208,7 @@ export function getMatchingGameState(game_id) {
export function getMatchingCardTypes() {
return authRequest({ url: '/api/app/matching/card_types', method: 'GET' })
}
+
+export function createMatchingPreorder(issue_id) {
+ return authRequest({ url: '/api/app/matching/preorder', method: 'POST', data: { issue_id } })
+}
diff --git a/pages/activity/duiduipeng/index.vue b/pages/activity/duiduipeng/index.vue
index 2e2f18b..0801daa 100644
--- a/pages/activity/duiduipeng/index.vue
+++ b/pages/activity/duiduipeng/index.vue
@@ -1,1050 +1,1327 @@
-
-
-
-
-
-
+
+
+
+
-
-
-
- 📣
-
-
-
- 恭喜 玩家 抽中 {{ rec.title }}
-
-
-
-
-
- ?
- 玩法说明
-
+
+
+
-
-
-
-
- 正在连接游戏大厅...
+
+
-
-
-
-
- 🎮
+
+
- 当前无活动上线
- 别担心,去仓库看看其他好货吧
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 💎
-
- 消除得分
- {{ totalPairs }}
-
+ 加载中...
+ 暂无可选卡牌类型
+
+
+ selectCardType(it)"
+ >
+
+ {{ it.name }}
+ ×{{ it.quantity }}
-
- 📦
-
- 牌堆容量
- {{ deckCount }}
-
-
-
- ⏳
-
- 当前轮次
- {{ currentRound }}
-
-
-
-
-
-
-
-
- 🍎
- 苹果加成!
- 检测到运气爆发,额外补牌中...
-
-
-
-
-
-
-
-
-
- MATCH!
-
- {{ slot.name || slot.type }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NO.{{ it.no || (idx + 1) }}
- {{ it.title }}
- {{ it.status_text }}
-
-
- SELECTED
-
-
-
-
-
-
-
-
- 奖励预览
-
-
-
- 中奖动态
-
-
-
-
-
-
-
-
-
-
-
-
- BOSS
- {{ rw.percent }}%
-
- {{ rw.title }}
-
-
-
-
-
-
-
-
-
-
-
-
- 玩家
- 刚刚
-
- 获得 {{ it.title }} x{{ it.count }}
-
-
-
-
- 🏜️
- 虚位以待,快来挑战
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ isAutoMode ? '自动模式 ON' : '手动模式 OFF' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 01
- 每局游戏开始时,将从牌堆中抽取卡牌填充至 3x3 棋盘。
-
-
- 02
- 当棋盘中出现 3 张相同卡牌时,将自动进行“对对碰”消除并获得奖励。
-
-
- 03
- 🍎 如果初始手牌中包含苹果卡,将触发暴击效果,额外抽取更多手牌!
-
-
- 04
- 消除后会自动补位,直到牌堆耗尽或无法继续消除,游戏结束。
-
-
-
-
-
- 👑
- 挑战圆满结束
-
-
- {{ totalPairs }}
- 消除对数
+
+
- 恭喜!所有获得奖励已存入您的账户库
-
+
+
+
+ 本机奖池
+
+
+
+ 购买记录
+
+
+
+
+
+
+
+
+ {{ item.boss ? 'BOSS' : '赏' }}
+
+ {{ item.title }}
+
+
+
+ 📭
+ 暂无奖励配置
+
+
+
+
+
+
+
+
+ {{ it.title }}
+
+ x{{ it.count }}
+ 占比 {{ it.percent }}%
+
+
+
+
+
+ 📝
+ 暂无购买记录
+
+
+
+
+
+
+
+
+
+
+ ¥
+ {{ (Number(detail.price_draw || 0) / 100).toFixed(2) }}
+ /次
+
+
+ 立即参与
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title || '-' }}
+ BOSS
+
+ 概率 {{ formatPercent(item.percent) }}
+
+
+ 暂无奖品数据
+
+
+
+
+