Commit f848154e by 李定达

1.修改界面提示语

parent 96f4fcfd
...@@ -132,7 +132,7 @@ void HostWidget::keyPressEvent(QKeyEvent *ke) ...@@ -132,7 +132,7 @@ void HostWidget::keyPressEvent(QKeyEvent *ke)
if(_type == pay) if(_type == pay)
{ {
ui->label_pay_title->setText(QString::fromLocal8Bit("支付宝支付中...")); ui->label_pay_title->setText(QString::fromLocal8Bit("支付中/等待用户输入密码"));
_intertime.start(2*1000); _intertime.start(2*1000);
emit RequestWithType(pay, list); emit RequestWithType(pay, list);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment