提交 bc0a5c66 作者: 毛细亚

🐞 fix: 修正H5克隆游戏ID参数错误

上级 95d30a97
...@@ -321,7 +321,7 @@ export default { ...@@ -321,7 +321,7 @@ export default {
} }
}, },
async sendH5CloneGame(items, type) { async sendH5CloneGame(items, type) {
const res = await getClonePackageLink({ mini_game_id: items.main_game_id }) const res = await getClonePackageLink({ mini_game_id: items.id })
if (res.status_code == 1 ) { if (res.status_code == 1 ) {
if(type == 'android' && !res?.data?.data?.android_download_url){ if(type == 'android' && !res?.data?.data?.android_download_url){
this.$message.warning('安卓分身包链接不存在') this.$message.warning('安卓分身包链接不存在')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论