We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f9a36 commit 6b65ebcCopy full SHA for 6b65ebc
1 file changed
midu/miduRead.js
@@ -303,14 +303,14 @@ function showmsg() {
303
}
304
305
// 大转盘抽手机
306
- if (signinfo.drawPrize) {
307
- if (signinfo.drawPrize.code == 0) {
308
- detail += `【转盘奖励】本次${drawPrize.data.title}\n`
309
- } else {
310
- detail += `【转盘奖励】无次数抽奖`
311
- }
312
- senku.msg(cookieName + ` 用户:${name}`, subTitle, detail)
313
+ // if (signinfo.drawPrize) {
+ // if (signinfo.drawPrize.code == 0) {
+ // detail += `【转盘奖励】本次${drawPrize.data.title}\n`
+ // } else {
+ // detail += `【转盘奖励】无次数抽奖`
+ // }
+ // senku.msg(cookieName + ` 用户:${name}`, subTitle, detail)
314
if (DualAccount) double()
315
resolve()
316
})
0 commit comments