MCPcopy
hub / github.com/zas023/JdBuyer / ticketSignal

Method ticketSignal

JdBuyerApp.py:166–173  ·  view source on GitHub ↗
(self, sec)

Source from the content-addressed store, hash-verified

164
165 # 异步线程信号
166 def ticketSignal(self, sec):
167 self.qrLabel.hide()
168 if sec == '成功':
169 self.startTask()
170 else:
171 # 失败
172 self.infoLabel.setText(sec)
173 self.resumeSatrtBtn()
174
175 def infoSignal(self, sec):
176 self.qrLabel.hide()

Callers

nothing calls this directly

Calls 2

startTaskMethod · 0.95
resumeSatrtBtnMethod · 0.95

Tested by

no test coverage detected