Commit f3e0e6c9 by NitefullWind

1. 只能充值实体卡。

parent ea9dbebc
......@@ -74,6 +74,8 @@ bool FMVipLogin::initWnd(Session *session)
QString placeText;
if(session->data(PosProps.FM_Type).toInt() == FM_Pay) {
placeText = "输入支付码/刷实体卡";
} else if(session->data(PosProps.FM_Type).toInt() == FM_Fund) {
placeText = "刷实体卡";
} else {
placeText = "输入手机号/支付码/刷实体卡";
}
......
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