提交 641d88f3 作者: 毛细亚

合并分支 '7.2' 到 'release'

优化分身包链接发送文案

查看合并请求 !51
...@@ -1140,13 +1140,13 @@ export default { ...@@ -1140,13 +1140,13 @@ export default {
let srt = '' let srt = ''
switch (type) { switch (type) {
case 2: case 2:
srt = 'H5分身包链接: ' + this.h5CloneGameInfo?.data?.h5_download_url srt = this.h5CloneGameInfo?.data?.h5_download_url
break break
case 3: case 3:
srt = '安卓分身包链接: ' + this.h5CloneGameInfo?.data?.android_download_url srt = this.h5CloneGameInfo?.data?.android_download_url
break break
case 4: case 4:
srt = 'IOS分身包链接: ' + this.h5CloneGameInfo?.data?.ios_download_url srt = this.h5CloneGameInfo?.data?.ios_download_url
break break
} }
this.sendChatMessage(srt, "text"); this.sendChatMessage(srt, "text");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论