Commit 89fdf2b6 by LIDINGDA\ldd

1.修改退款浮点数显示异常

parent 1ad3c922
......@@ -631,7 +631,7 @@ void FMPPayDialog::on_pushButton_2_clicked()
_wait->SetContent(FMPPayWait::LOADING, QString::fromLocal8Bit("退款中..."));
_control->ControlRefundJson(model->data(idx.sibling(idx.row(), 6)).toString(), model->data(idx.sibling(idx.row(),0)).toString());
_control->ControlRefundJson(QString::number(model->data(idx.sibling(idx.row(), 6)).toDouble()), model->data(idx.sibling(idx.row(),0)).toString());
_wait->show();
}
......
......@@ -5,7 +5,7 @@
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_BUILD 8
#define VER_BUILD 9
//! Convert version numbers to string
#define _STR(S) #S
......
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