Commit 7a65671d by 李定达

1.界面略微调整

parent 37f40b2c
......@@ -210,7 +210,7 @@ bool Control::HttpPost(QString url, QByteArray &outdata, const QByteArray &indat
if(_isinterrupt)
{
error = QString::fromLocal8Bit("交易被取消");
error = QString::fromLocal8Bit("收款被取消");
return false;
}
......
......@@ -1495,7 +1495,7 @@ QHeaderView::section{
}</string>
</property>
<property name="text">
<string>取消交易</string>
<string>取消收款</string>
</property>
</widget>
</item>
......
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